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