|
|||||||||
| 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
com.ptc.core.query.report.command.common.AbstractReportQueryCommand
public abstract class AbstractReportQueryCommand
This class provies a query implementation based on a QML source. The
results, criteria, and sort specifications are derived from the QML.
The default PageMode is also set so that no paging is performed.
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 | |
|---|---|
Hashtable |
getArguments()
Gets the value of the attribute: arguments; The runtime arguments of the report query. |
TableModel |
getTableModel()
Gets the value of the attribute: tableModel; This method returns a relational TableModel view of the results. |
boolean |
isGenerateTypeInstances()
Gets the value of the attribute: generateTypeInstances; Used to determine whether or not TypeInstances should be generated. |
void |
setArguments(Hashtable a_Arguments)
Sets the value of the attribute: arguments; The runtime arguments of the report query. |
void |
setGenerateTypeInstances(boolean a_GenerateTypeInstances)
Sets the value of the attribute: generateTypeInstances; Used to determine whether or not TypeInstances should be generated. |
| Methods inherited from class com.ptc.core.query.command.common.AbstractQueryCommand |
|---|
getCriteriaAugmentor, setCriteriaAugmentor |
| Methods inherited from class com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand |
|---|
getCount, getOffset, getResultContainer, getResultSession, setCount, setOffset, setSort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public TableModel getTableModel()
public Hashtable getArguments()
public void setArguments(Hashtable a_Arguments)
throws WTPropertyVetoException
a_Arguments -
WTPropertyVetoExceptionpublic boolean isGenerateTypeInstances()
public void setGenerateTypeInstances(boolean a_GenerateTypeInstances)
throws WTPropertyVetoException
a_GenerateTypeInstances -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||