|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgBase
com.genesyslab.platform.applicationblocks.com.CfgObject
com.genesyslab.platform.applicationblocks.com.CfgDelta
com.genesyslab.platform.applicationblocks.com.objects.CfgDeltaCallingList
public class CfgDeltaCallingList
CfgDeltaCallingList
is applicable for
Configuration Library/Server release 5.1.5xx and later.
Constructor Summary | |
---|---|
CfgDeltaCallingList(IConfService confService)
This constructor is intended for creation of detached objects. |
|
CfgDeltaCallingList(IConfService confService,
ConfObjectDelta objData)
This constructor is intended for creation of delta objects from configuration protocol messages. |
|
CfgDeltaCallingList(IConfService confService,
org.w3c.dom.Node xmlData)
This constructor is intended for creation of delta objects from configuration protocol messages. |
Method Summary | |
---|---|
java.util.Collection<java.lang.Integer> |
getAddedTreatmentDBIDs()
A pointer to list of identifiers of
CfgTreatment
dedicated to the calling
list. |
java.util.Collection<CfgTreatment> |
getAddedTreatments()
A pointer to list of identifiers of
CfgTreatment
dedicated to the calling
list. |
KeyValueCollection |
getAddedUserProperties()
A pointer to the list of user-defined properties.Parameter userProperties has the following structure: Each key-value pair of the primary list (TKVList *userProperties) uses the key for the name of a user-defined section, and the value for a secondary list, that also has the TKVList structure and specifies the properties defined within that section. |
KeyValueCollection |
getChangedUserProperties()
A pointer to the list of user-defined properties whose values have been changed. |
java.lang.Integer |
getDBID()
The DBID of the target CfgCallingList configuration object. |
java.util.Collection<java.lang.Integer> |
getDeletedTreatmentDBIDs()
A pointer to the list of deleted treatments. |
java.util.Collection<CfgTreatment> |
getDeletedTreatments()
A pointer to the list of deleted treatments. |
KeyValueCollection |
getDeletedUserProperties()
A pointer to the list of deleted user-defined properties. |
java.lang.String |
getDescription()
A pointer to the calling list description. |
CfgFilter |
getFilter()
A unique identifier of
CfgFilter
of this calling list. |
java.lang.Integer |
getFilterDBID()
Retrieves the dbid of the object that is being linked to by the Filter property. |
CfgTableAccess |
getLogTableAccess()
A unique identifier of logTableAccess. |
java.lang.Integer |
getLogTableAccessDBID()
Retrieves the dbid of the object that is being linked to by the LogTableAccess property. |
java.lang.Integer |
getMaxAttempts()
A maximum number of attempts the single record can be dialed for one campaign (total). |
java.lang.String |
getName()
A pointer to the calling list name. |
CfgScript |
getScript()
A unique identifier of the
CfgScript
for this calling list. |
java.lang.Integer |
getScriptDBID()
Retrieves the dbid of the object that is being linked to by the Script property. |
CfgObjectState |
getState()
Current object state. |
CfgTableAccess |
getTableAccess()
A unique identifier of the table the calling list refers to. |
java.lang.Integer |
getTableAccessDBID()
Retrieves the dbid of the object that is being linked to by the TableAccess property. |
CfgTenant |
getTenant()
A unique identifier of the
CfgTenant
to which this calling list is allocated. |
java.lang.Integer |
getTenantDBID()
Retrieves the dbid of the object that is being linked to by the Tenant property. |
java.lang.Integer |
getTimeFrom()
An earliest time when dial can be done. |
java.lang.Integer |
getTimeUntil()
An latest time when dial can be done. |
java.util.Collection<java.lang.Integer> |
getTreatmentDBIDs()
Deprecated. |
CfgCallingList |
retrieveCfgCallingList()
Read base CfgCallingList configuration object caused this event. |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgDelta |
---|
ensureDataBackup, retrieveObject, save, toStringProperties, update |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgObject |
---|
clone, delete, doSetFolderId, getFolderId, getObjectDbid, getObjectPath, getObjectType, refresh, reloadObjectWithNewData, reloadObjectWithNewData, removeAccount, resetDataBackup, retrieveAccountPermissions, retrieveACL, retrievePermissions, setAccountPermissions, setAccountPermissions, setFolderId, updateACL |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase |
---|
equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getParent, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, resolveLink, setProperty, toString, toXml, updateChildrenSavedState |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase |
---|
getEndpoint, getProperty, getRawObjectData, setProperty, toXml |
Constructor Detail |
---|
public CfgDeltaCallingList(IConfService confService)
confService
- configuration service instancepublic CfgDeltaCallingList(IConfService confService, ConfObjectDelta objData)
confService
- configuration service instanceobjData
- configuration protocol object delta datapublic CfgDeltaCallingList(IConfService confService, org.w3c.dom.Node xmlData)
confService
- configuration service instancexmlData
- XML object containing object delta dataMethod Detail |
---|
public final java.lang.Integer getDBID()
public final CfgCallingList retrieveCfgCallingList() throws ConfigException
ConfigException
- in case of problem while object readingpublic final CfgTenant getTenant()
CfgTenant
to which this calling list is allocated. Mandatory. Once specified,
cannot be changed.
public final java.lang.Integer getTenantDBID()
public final java.lang.String getName()
public final java.lang.String getDescription()
public final CfgTableAccess getTableAccess()
CfgTableAccess
object of CFGTTCallingList
type can be used only. Mandatory.
public final java.lang.Integer getTableAccessDBID()
public final CfgFilter getFilter()
CfgFilter
of this calling list. Optional. If specified, the filter format
must have reference to the format the table access refers to.
public final java.lang.Integer getFilterDBID()
public final java.util.Collection<CfgTreatment> getAddedTreatments()
CfgTreatment
dedicated to the calling
list. Optional.
public final java.util.Collection<java.lang.Integer> getAddedTreatmentDBIDs()
CfgTreatment
dedicated to the calling
list. Optional.
@Deprecated public final java.util.Collection<java.lang.Integer> getTreatmentDBIDs()
getAddedTreatmentDBIDs()
public final CfgTableAccess getLogTableAccess()
CfgTableAccess
object of
CFGTTLogTable
type can be used only. Optional.
public final java.lang.Integer getLogTableAccessDBID()
public final java.lang.Integer getTimeFrom()
public final java.lang.Integer getTimeUntil()
public final java.lang.Integer getMaxAttempts()
public final CfgScript getScript()
CfgScript
for this calling list. Optional.
public final java.lang.Integer getScriptDBID()
public final CfgObjectState getState()
CfgObjectState
public final KeyValueCollection getAddedUserProperties()
public final java.util.Collection<CfgTreatment> getDeletedTreatments()
public final java.util.Collection<java.lang.Integer> getDeletedTreatmentDBIDs()
public final KeyValueCollection getDeletedUserProperties()
public final KeyValueCollection getChangedUserProperties()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |