Class AbstractQueryCommand

java.lang.Object
com.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
com.ptc.core.query.command.common.AbstractQueryCommand
All Implemented Interfaces:
PageRequest, RepositoryCommand, Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable
Direct Known Subclasses:
AbstractReportQueryCommand, BasicQueryCommand

public abstract class AbstractQueryCommand extends AbstractRepositoryCommand implements Externalizable
This abstract class defines a command for all queries that use com.ptc.core.query services. The result, criteria and sort specifications are derived and must be implemented by subclasses.

Supported API: true

Extendable: false
See Also: