|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgTableAccess | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgTableAccess in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgTableAccess | |
---|---|
CfgTableAccess |
CfgDeltaCallingList.getLogTableAccess()
A unique identifier of logTableAccess. |
CfgTableAccess |
CfgCallingList.getLogTableAccess()
A unique identifier of logTableAccess. |
CfgTableAccess |
CfgDeltaCallingList.getTableAccess()
A unique identifier of the table the calling list refers to. |
CfgTableAccess |
CfgCallingList.getTableAccess()
A unique identifier of the table the calling list refers to. |
CfgTableAccess |
CfgDeltaTableAccess.retrieveCfgTableAccess()
Read base CfgTableAccess configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgTableAccess | |
---|---|
void |
CfgCallingList.setLogTableAccess(CfgTableAccess value)
A unique identifier of logTableAccess. |
void |
CfgCallingList.setTableAccess(CfgTableAccess value)
A unique identifier of the table the calling list refers to. |
Uses of CfgTableAccess in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgTableAccess | |
---|---|
CfgTableAccess |
CfgTableAccessQuery.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 CfgTableAccess | |
---|---|
AsyncRequestResult<CfgTableAccess> |
CfgTableAccessQuery.beginExecute(Action<AsyncRequestResult<CfgTableAccess>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgTableAccess> |
CfgTableAccessQuery.execute()
Executes the query and returns a list of CfgTableAccess objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgTableAccess | |
---|---|
AsyncRequestResult<CfgTableAccess> |
CfgTableAccessQuery.beginExecute(Action<AsyncRequestResult<CfgTableAccess>> 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 |