|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgObjectiveTable | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgObjectiveTable in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgObjectiveTable | |
---|---|
CfgObjectiveTable |
CfgPlace.getContract()
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this Place is associated. |
CfgObjectiveTable |
CfgGroup.getContract()
A unique identifier of Cost Contract (
Objective Table
) with which this Group is associated. |
CfgObjectiveTable |
CfgDeltaPlace.getContract()
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this Place is associated. |
CfgObjectiveTable |
CfgDeltaGroup.getContract()
A unique identifier of Cost Contract (
Objective Table
) with which this Group is associated. |
CfgObjectiveTable |
CfgDeltaDN.getContract()
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this DN is associated. |
CfgObjectiveTable |
CfgDN.getContract()
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this DN is associated. |
CfgObjectiveTable |
CfgAgentInfo.getContract()
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this Agent is associated. |
CfgObjectiveTable |
CfgTenant.getDefaultContract()
A unique identifier of the cost contract (
CfgObjectiveTable
)
associated with this tenant. |
CfgObjectiveTable |
CfgDeltaTenant.getDefaultContract()
A unique identifier of the cost contract (
CfgObjectiveTable
)
associated with this tenant. |
CfgObjectiveTable |
CfgDeltaObjectiveTable.retrieveCfgObjectiveTable()
Read base CfgObjectiveTable configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgObjectiveTable | |
---|---|
void |
CfgPlace.setContract(CfgObjectiveTable value)
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this Place is associated. |
void |
CfgGroup.setContract(CfgObjectiveTable value)
A unique identifier of Cost Contract (
Objective Table
) with which this Group is associated. |
void |
CfgDN.setContract(CfgObjectiveTable value)
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this DN is associated. |
void |
CfgAgentInfo.setContract(CfgObjectiveTable value)
A unique identifier of
Cost Contract
(CfgObjectiveTable) with which this Agent is associated. |
void |
CfgTenant.setDefaultContract(CfgObjectiveTable value)
A unique identifier of the cost contract (
CfgObjectiveTable
)
associated with this tenant. |
Uses of CfgObjectiveTable in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgObjectiveTable | |
---|---|
CfgObjectiveTable |
CfgObjectiveTableQuery.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 CfgObjectiveTable | |
---|---|
AsyncRequestResult<CfgObjectiveTable> |
CfgObjectiveTableQuery.beginExecute(Action<AsyncRequestResult<CfgObjectiveTable>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgObjectiveTable> |
CfgObjectiveTableQuery.execute()
Executes the query and returns a list of CfgObjectiveTable objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgObjectiveTable | |
---|---|
AsyncRequestResult<CfgObjectiveTable> |
CfgObjectiveTableQuery.beginExecute(Action<AsyncRequestResult<CfgObjectiveTable>> 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 |