|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgStatTable | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgStatTable in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgStatTable | |
---|---|
CfgStatTable |
CfgGroup.getCapacityTable()
A unique identifier of the
Stat Table
of CFGCapacityTable type
associated with this group. |
CfgStatTable |
CfgDeltaGroup.getCapacityTable()
A unique identifier of the
Stat Table
of CFGCapacityTable type
associated with this group. |
CfgStatTable |
CfgObjectiveTableRecord.getContract()
An
IT Contract
associated with this Objective Record. |
CfgStatTable |
CfgGroup.getQuotaTable()
A unique identifier of the
Stat Table
of CFGQuotaTable type
associated with this group. |
CfgStatTable |
CfgDeltaGroup.getQuotaTable()
A unique identifier of the
Stat Table
of CFGQuotaTable type
associated with this group. |
CfgStatTable |
CfgDeltaStatTable.retrieveCfgStatTable()
Read base CfgStatTable configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgStatTable | |
---|---|
void |
CfgGroup.setCapacityTable(CfgStatTable value)
A unique identifier of the
Stat Table
of CFGCapacityTable type
associated with this group. |
void |
CfgObjectiveTableRecord.setContract(CfgStatTable value)
An
IT Contract
associated with this Objective Record. |
void |
CfgGroup.setQuotaTable(CfgStatTable value)
A unique identifier of the
Stat Table
of CFGQuotaTable type
associated with this group. |
Uses of CfgStatTable in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgStatTable | |
---|---|
CfgStatTable |
CfgStatTableQuery.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 CfgStatTable | |
---|---|
AsyncRequestResult<CfgStatTable> |
CfgStatTableQuery.beginExecute(Action<AsyncRequestResult<CfgStatTable>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgStatTable> |
CfgStatTableQuery.execute()
Executes the query and returns a list of CfgStatTable objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgStatTable | |
---|---|
AsyncRequestResult<CfgStatTable> |
CfgStatTableQuery.beginExecute(Action<AsyncRequestResult<CfgStatTable>> 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 |