|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgStatDay | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgStatDay in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgStatDay | |
---|---|
CfgStatDay |
CfgDeltaStatDay.retrieveCfgStatDay()
Read base CfgStatDay configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgStatDay | |
---|---|
java.util.Collection<CfgStatDay> |
CfgDeltaStatTable.getAddedStatDays()
A pointer to the list of identifiers of the
Statistical Days
that constitute the table. |
java.util.Collection<CfgStatDay> |
CfgDeltaStatTable.getDeletedStatDays()
A pointer to the list of identifiers of stat days that are no longer defined within this table. |
java.util.Collection<CfgStatDay> |
CfgStatTable.getStatDays()
A pointer to the list of identifiers of the
Statistical Days
that constitute the table. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgStatDay | |
---|---|
void |
CfgStatTable.setStatDays(java.util.Collection<CfgStatDay> value)
A pointer to the list of identifiers of the
Statistical Days
that constitute the table. |
Uses of CfgStatDay in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgStatDay | |
---|---|
CfgStatDay |
CfgStatDayQuery.executeSingleResult()
Executes a query the result of which is a single object. |
Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgStatDay | |
---|---|
AsyncRequestResult<CfgStatDay> |
CfgStatDayQuery.beginExecute(Action<AsyncRequestResult<CfgStatDay>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgStatDay> |
CfgStatDayQuery.execute()
Executes the query and returns a list of CfgStatDay objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgStatDay | |
---|---|
AsyncRequestResult<CfgStatDay> |
CfgStatDayQuery.beginExecute(Action<AsyncRequestResult<CfgStatDay>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |