|
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.CfgDeltaCampaignGroup
public class CfgDeltaCampaignGroup
CfgDeltaCampaignGroup
is applicable for
Configuration Library/Server release 7.5 and later.
Constructor Summary | |
---|---|
CfgDeltaCampaignGroup(IConfService confService)
This constructor is intended for creation of detached objects. |
|
CfgDeltaCampaignGroup(IConfService confService,
ConfObjectDelta objData)
This constructor is intended for creation of delta objects from configuration protocol messages. |
|
CfgDeltaCampaignGroup(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> |
getAddedServerDBIDs()
A pointer to the list of unique identifiers to
Application
objects. |
java.util.Collection<CfgApplication> |
getAddedServers()
A pointer to the list of unique identifiers to
Application
objects. |
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. |
CfgCampaign |
getCampaign()
A unique identifier of the
CfgCampaign
to which this campaign group is allocated. |
java.lang.Integer |
getCampaignDBID()
Retrieves the dbid of the object that is being linked to by the Campaign property. |
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 CfgCampaignGroup configuration object. |
java.util.Collection<java.lang.Integer> |
getDeletedServerDBIDs()
A pointer to the list of deleted applications. |
java.util.Collection<CfgApplication> |
getDeletedServers()
A pointer to the list of deleted applications. |
KeyValueCollection |
getDeletedUserProperties()
A pointer to the list of deleted user-defined properties. |
java.lang.String |
getDescription()
A pointer to campaign group description. |
CfgDialMode |
getDialMode()
A dial mode dedicated for this group. |
java.lang.Integer |
getGroupDBID()
A unique identifier of the group of
Agents
or group of
Places
. |
CfgObjectType |
getGroupType()
A group type. |
CfgScript |
getInteractionQueue()
A unique identifier of the
Script
of type CFGInteractionQueue for this campaign group. |
java.lang.Integer |
getInteractionQueueDBID()
Retrieves the dbid of the object that is being linked to by the InteractionQueue property. |
CfgGVPIVRProfile |
getIVRProfile()
A unique identifier of the
object
Optional. |
java.lang.Integer |
getIVRProfileDBID()
Retrieves the dbid of the object that is being linked to by the IVRProfile property. |
java.lang.Integer |
getMaxQueueSize()
Maximal number of unprocessed Interactions submitted to Interaction Server or GVP OBN Manager. |
java.lang.Integer |
getMinRecBuffSize()
A record buffering parameter. |
java.lang.String |
getName()
A pointer to the campaign group name. |
java.lang.Integer |
getNumOfChannels()
Maximum number of outbound channels that can be used by this group at one time. |
CfgOperationMode |
getOperationMode()
An operation mode. |
CfgOptimizationMethod |
getOptMethod()
An optimization method. |
java.lang.Integer |
getOptMethodValue()
The value of optimization method specified by optMethod property. |
java.lang.Integer |
getOptRecBuffSize()
A record buffering parameter. |
CfgDN |
getOrigDN()
A unique identifier of the
DN
where the dialing should be performed from. |
java.lang.Integer |
getOrigDNDBID()
Retrieves the dbid of the object that is being linked to by the OrigDN property. |
CfgScript |
getScript()
A unique identifier of the
Script
for group/campaign. |
java.lang.Integer |
getScriptDBID()
Retrieves the dbid of the object that is being linked to by the Script property. |
java.util.Collection<java.lang.Integer> |
getServerDBIDs()
Deprecated. |
CfgObjectState |
getState()
Current object state. |
CfgTenant |
getTenant()
A unique identifier of the
CfgTenant
to which this campaign group is allocated. |
java.lang.Integer |
getTenantDBID()
Retrieves the dbid of the object that is being linked to by the Tenant property. |
CfgDN |
getTrunkGroupDN()
|
java.lang.Integer |
getTrunkGroupDNDBID()
Retrieves the dbid of the object that is being linked to by the TrunkGroupDN property. |
CfgCampaignGroup |
retrieveCfgCampaignGroup()
Read base CfgCampaignGroup 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 CfgDeltaCampaignGroup(IConfService confService)
confService
- configuration service instancepublic CfgDeltaCampaignGroup(IConfService confService, ConfObjectDelta objData)
confService
- configuration service instanceobjData
- configuration protocol object delta datapublic CfgDeltaCampaignGroup(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 CfgCampaignGroup retrieveCfgCampaignGroup() throws ConfigException
ConfigException
- in case of problem while object readingpublic final CfgCampaign getCampaign()
CfgCampaign
to which this campaign group is allocated. Mandatory. Once specified,
cannot be changed.
public final java.lang.Integer getCampaignDBID()
public final CfgTenant getTenant()
CfgTenant
to which this campaign group is allocated. Read-only. Its value is populated from the associated Campaign object
public final java.lang.Integer getTenantDBID()
public final java.lang.String getName()
public final java.lang.Integer getGroupDBID()
Agents
or group of
Places
. Mandatory.
public final CfgObjectType getGroupType()
CfgObjectType
public final java.lang.String getDescription()
public final java.util.Collection<CfgApplication> getAddedServers()
Application
objects. Optional. Will be used to configure connectivity to Servers associated with this Campaign.
Only one Application of specific application type (CfgAppType
) is allowed in the list.
public final java.util.Collection<java.lang.Integer> getAddedServerDBIDs()
Application
objects. Optional. Will be used to configure connectivity to Servers associated with this Campaign.
Only one Application of specific application type (CfgAppType
) is allowed in the list.
@Deprecated public final java.util.Collection<java.lang.Integer> getServerDBIDs()
getAddedServerDBIDs()
public final CfgGVPIVRProfile getIVRProfile()
object
Optional.
public final java.lang.Integer getIVRProfileDBID()
public final CfgDialMode getDialMode()
CFGDMPredict.
See type
CfgDialMode
.
Mandatory.
public final CfgDN getOrigDN()
DN
where the dialing should be performed from. DNs of following types
can be used to specify this parameter:
CFGACDQueue
and CFGRoutingPoint.
Refer
to CfgDNType
of User Defined Variable Types. Optional.
public final java.lang.Integer getOrigDNDBID()
public final java.lang.Integer getNumOfChannels()
public final CfgOperationMode getOperationMode()
CFGOMManual
.
Refer to
CfgOperationMode
of User Defined Variable Types. Mandatory.
public final java.lang.Integer getMinRecBuffSize()
4.
Cannot be set to 0.
Mandatory.
public final java.lang.Integer getOptRecBuffSize()
minRecBuffSize
.
public final java.lang.Integer getMaxQueueSize()
public final CfgOptimizationMethod getOptMethod()
CFGOMBusyFactor
. Refer to
CfgOptimizationMethod
of User Defined Variable Types. Mandatory.
public final java.lang.Integer getOptMethodValue()
CFGOptimizationMethod
of User Defined Variable
Types for ranges and default values.
public final CfgScript getInteractionQueue()
Script
of type CFGInteractionQueue
for this campaign group. Optional.
public final java.lang.Integer getInteractionQueueDBID()
public final CfgScript getScript()
Script
for group/campaign. Optional.
public final java.lang.Integer getScriptDBID()
public final CfgObjectState getState()
CfgObjectState
public final KeyValueCollection getAddedUserProperties()
public final CfgDN getTrunkGroupDN()
public final java.lang.Integer getTrunkGroupDNDBID()
public final java.util.Collection<CfgApplication> getDeletedServers()
public final java.util.Collection<java.lang.Integer> getDeletedServerDBIDs()
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 |