|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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
public abstract class AbstractQueryCommand
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
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.command.common.bean.repository.RepositoryCommand |
|---|
PAGE_MODE, RESULT_CONTAINER, RESULT_SESSION, SORT |
| Fields inherited from interface com.ptc.core.command.common.bean.repository.PageRequest |
|---|
COUNT, OFFSET |
| Method Summary | |
|---|---|
CriteriaAugmentor |
getCriteriaAugmentor()
Gets the value of the attribute: criteriaAugmentor; this instance can be used to augment the query with additional criteria. |
PageMode |
getPageMode()
Gets the value of the attribute: pageMode; This attribute is an input that specifies the paging mode. |
void |
setCriteriaAugmentor(CriteriaAugmentor a_CriteriaAugmentor)
Sets the value of the attribute: criteriaAugmentor; this instance can be used to augment the query with additional criteria. |
void |
setPageMode(PageMode a_PageMode)
Sets the value of the attribute: pageMode; This attribute is an input that specifies the paging mode. |
| Methods inherited from class com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand |
|---|
getCount, getOffset, getResultContainer, getResultList, getResultSession, setCount, setOffset, setSort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public PageMode getPageMode()
throws UnsupportedOperationException
getPageMode in interface RepositoryCommandgetPageMode in class AbstractRepositoryCommandUnsupportedOperationException
public void setPageMode(PageMode a_PageMode)
throws UnsupportedOperationException,
WTPropertyVetoException
setPageMode in interface RepositoryCommandsetPageMode in class AbstractRepositoryCommanda_PageMode -
UnsupportedOperationException
WTPropertyVetoExceptionpublic CriteriaAugmentor getCriteriaAugmentor()
public void setCriteriaAugmentor(CriteriaAugmentor a_CriteriaAugmentor)
throws WTPropertyVetoException
a_CriteriaAugmentor -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||