|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSwitch | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgSwitch in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgSwitch | |
---|---|
CfgSwitch |
CfgVoicePrompt.getSwitch()
A unique identifier of the
CfgSwitch
to which this voice prompt belongs. |
CfgSwitch |
CfgSwitchAccessCode.getSwitch()
A unique identifier of the
Switch
to which this access code is assigned. |
CfgSwitch |
CfgDeltaVoicePrompt.getSwitch()
A unique identifier of the
CfgSwitch
to which this voice prompt belongs. |
CfgSwitch |
CfgDeltaDN.getSwitch()
A unique identifier of the
Switch
to which this DN belongs. |
CfgSwitch |
CfgDeltaAgentLogin.getSwitch()
A unique identifier of the
Switch
to which this agent login belongs. |
CfgSwitch |
CfgDelSwitchAccess.getSwitch()
|
CfgSwitch |
CfgDNAccessNumber.getSwitch()
A unique identifier of the
Switch
that initiates call. |
CfgSwitch |
CfgDN.getSwitch()
A unique identifier of the
Switch
to which this DN belongs. |
CfgSwitch |
CfgAgentLogin.getSwitch()
A unique identifier of the
Switch
to which this agent login belongs. |
CfgSwitch |
CfgDeltaSwitch.retrieveCfgSwitch()
Read base CfgSwitch configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgSwitch | |
---|---|
void |
CfgVoicePrompt.setSwitch(CfgSwitch value)
A unique identifier of the
CfgSwitch
to which this voice prompt belongs. |
void |
CfgSwitchAccessCode.setSwitch(CfgSwitch value)
A unique identifier of the
Switch
to which this access code is assigned. |
void |
CfgDelSwitchAccess.setSwitch(CfgSwitch value)
|
void |
CfgDNAccessNumber.setSwitch(CfgSwitch value)
A unique identifier of the
Switch
that initiates call. |
void |
CfgDN.setSwitch(CfgSwitch value)
A unique identifier of the
Switch
to which this DN belongs. |
void |
CfgAgentLogin.setSwitch(CfgSwitch value)
A unique identifier of the
Switch
to which this agent login belongs. |
Uses of CfgSwitch in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgSwitch | |
---|---|
CfgSwitch |
CfgSwitchQuery.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 CfgSwitch | |
---|---|
AsyncRequestResult<CfgSwitch> |
CfgSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgSwitch>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgSwitch> |
CfgSwitchQuery.execute()
Executes the query and returns a list of CfgSwitch objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgSwitch | |
---|---|
AsyncRequestResult<CfgSwitch> |
CfgSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgSwitch>> 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 |