|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgCallingListInfo | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgCallingListInfo in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgCallingListInfo | |
---|---|
java.util.Collection<CfgCallingListInfo> |
CfgDeltaCampaign.getAddedCallingLists()
A pointer to list of calling lists info dedicated to campaign(every item of this list is structured as
CfgCallingListInfo
). |
java.util.Collection<CfgCallingListInfo> |
CfgCampaign.getCallingLists()
A pointer to list of calling lists info dedicated to campaign(every item of this list is structured as
CfgCallingListInfo
). |
java.util.Collection<CfgCallingListInfo> |
CfgDeltaCampaign.getChangedCallingLists()
A pointer to the list of changed calling lists(every item of this list is structured as
CfgCallingListInfo
). |
java.util.Collection<CfgCallingListInfo> |
CfgDeltaCampaign.getDeletedCallingLists()
A pointer to the list of deleted calling list DBID(s). |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgCallingListInfo | |
---|---|
void |
CfgCampaign.setCallingLists(java.util.Collection<CfgCallingListInfo> value)
A pointer to list of calling lists info dedicated to campaign(every item of this list is structured as
CfgCallingListInfo
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |