Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgCampaignGroupInfo

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.com.CfgBase
      extended by com.genesyslab.platform.applicationblocks.com.CfgStructure
          extended by com.genesyslab.platform.applicationblocks.com.objects.CfgCampaignGroupInfo
All Implemented Interfaces:
ICfgBase, ICfgStructure

public class CfgCampaignGroupInfo
extends CfgStructure


Constructor Summary
CfgCampaignGroupInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgCampaignGroupInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgCampaignGroupInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
 
Method Summary
 java.lang.String getDescription()
           
 CfgApplication getDialer()
           
 java.lang.Integer getDialerDBID()
          Retrieves the dbid of the object that is being linked to by the Dialer property.
 CfgDialMode getDialMode()
           
 java.lang.Integer getGroupDBID()
           
 CfgObjectType getGroupType()
           
 CfgFlag getIsActive()
           
 java.lang.Integer getMinRecBuffSize()
           
 java.lang.Integer getNumOfChannels()
           
 CfgOperationMode getOperationMode()
           
 CfgOptimizationMethod getOptMethod()
           
 java.lang.Integer getOptMethodValue()
           
 java.lang.Integer getOptRecBuffSize()
           
 CfgDN getOrigDN()
           
 java.lang.Integer getOrigDNDBID()
          Retrieves the dbid of the object that is being linked to by the OrigDN property.
 CfgScript getScript()
           
 java.lang.Integer getScriptDBID()
          Retrieves the dbid of the object that is being linked to by the Script property.
 CfgApplication getStatServer()
           
 java.lang.Integer getStatServerDBID()
          Retrieves the dbid of the object that is being linked to by the StatServer property.
 CfgDN getTrunkGroupDN()
           
 java.lang.Integer getTrunkGroupDNDBID()
          Retrieves the dbid of the object that is being linked to by the TrunkGroupDN property.
 void setDescription(java.lang.String value)
           
 void setDialer(CfgApplication value)
           
 void setDialerDBID(int dbid)
           
 void setDialMode(CfgDialMode value)
           
 void setGroupDBID(java.lang.Integer value)
           
 void setGroupType(CfgObjectType value)
           
 void setIsActive(CfgFlag value)
           
 void setMinRecBuffSize(java.lang.Integer value)
           
 void setNumOfChannels(java.lang.Integer value)
           
 void setOperationMode(CfgOperationMode value)
           
 void setOptMethod(CfgOptimizationMethod value)
           
 void setOptMethodValue(java.lang.Integer value)
           
 void setOptRecBuffSize(java.lang.Integer value)
           
 void setOrigDN(CfgDN value)
           
 void setOrigDNDBID(int dbid)
           
 void setScript(CfgScript value)
           
 void setScriptDBID(int dbid)
           
 void setStatServer(CfgApplication value)
           
 void setStatServerDBID(int dbid)
           
 void setTrunkGroupDN(CfgDN value)
           
 void setTrunkGroupDNDBID(int dbid)
           
 
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgStructure
getParent, updateChildrenSavedState
 
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase
clone, ensureDataBackup, equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, reloadObjectWithNewData, resolveLink, setProperty, toString, toStringProperties, toXml
 
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

CfgCampaignGroupInfo

public CfgCampaignGroupInfo(IConfService confService,
                            ConfStructure objData,
                            ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. It is internally used by COM AB for objects and structures deserialization.

Parameters:
confService - configuration service instance
objData - configuration protocol structure data
parent - instance of configuration object as a parent for this structure instance

CfgCampaignGroupInfo

public CfgCampaignGroupInfo(IConfService confService,
                            org.w3c.dom.Node xmlData,
                            ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. It is internally used by COM AB for objects and structures deserialization.

Parameters:
confService - configuration service instance
xmlData - XML object containing structure data
parent - instance of configuration object as a parent for this structure instance

CfgCampaignGroupInfo

public CfgCampaignGroupInfo(IConfService confService,
                            ICfgObject parent)
This constructor is intended for creation of detached objects.

Parameters:
confService - configuration service instance
parent - instance of configuration object as a parent for this structure instance
Method Detail

getGroupDBID

public final java.lang.Integer getGroupDBID()

setGroupDBID

public final void setGroupDBID(java.lang.Integer value)

getGroupType

public final CfgObjectType getGroupType()

setGroupType

public final void setGroupType(CfgObjectType value)

getDescription

public final java.lang.String getDescription()

setDescription

public final void setDescription(java.lang.String value)

getDialer

public final CfgApplication getDialer()

setDialer

public final void setDialer(CfgApplication value)

setDialerDBID

public final void setDialerDBID(int dbid)

getDialerDBID

public final java.lang.Integer getDialerDBID()
Retrieves the dbid of the object that is being linked to by the Dialer property.

Returns:
DBID identifier of referred object or null

getStatServer

public final CfgApplication getStatServer()

setStatServer

public final void setStatServer(CfgApplication value)

setStatServerDBID

public final void setStatServerDBID(int dbid)

getStatServerDBID

public final java.lang.Integer getStatServerDBID()
Retrieves the dbid of the object that is being linked to by the StatServer property.

Returns:
DBID identifier of referred object or null

getIsActive

public final CfgFlag getIsActive()

setIsActive

public final void setIsActive(CfgFlag value)

getDialMode

public final CfgDialMode getDialMode()

setDialMode

public final void setDialMode(CfgDialMode value)

getOrigDN

public final CfgDN getOrigDN()

setOrigDN

public final void setOrigDN(CfgDN value)

setOrigDNDBID

public final void setOrigDNDBID(int dbid)

getOrigDNDBID

public final java.lang.Integer getOrigDNDBID()
Retrieves the dbid of the object that is being linked to by the OrigDN property.

Returns:
DBID identifier of referred object or null

getNumOfChannels

public final java.lang.Integer getNumOfChannels()

setNumOfChannels

public final void setNumOfChannels(java.lang.Integer value)

getOperationMode

public final CfgOperationMode getOperationMode()

setOperationMode

public final void setOperationMode(CfgOperationMode value)

getMinRecBuffSize

public final java.lang.Integer getMinRecBuffSize()

setMinRecBuffSize

public final void setMinRecBuffSize(java.lang.Integer value)

getOptRecBuffSize

public final java.lang.Integer getOptRecBuffSize()

setOptRecBuffSize

public final void setOptRecBuffSize(java.lang.Integer value)

getOptMethod

public final CfgOptimizationMethod getOptMethod()

setOptMethod

public final void setOptMethod(CfgOptimizationMethod value)

getOptMethodValue

public final java.lang.Integer getOptMethodValue()

setOptMethodValue

public final void setOptMethodValue(java.lang.Integer value)

getScript

public final CfgScript getScript()

setScript

public final void setScript(CfgScript value)

setScriptDBID

public final void setScriptDBID(int dbid)

getScriptDBID

public final java.lang.Integer getScriptDBID()
Retrieves the dbid of the object that is being linked to by the Script property.

Returns:
DBID identifier of referred object or null

getTrunkGroupDN

public final CfgDN getTrunkGroupDN()

setTrunkGroupDN

public final void setTrunkGroupDN(CfgDN value)

setTrunkGroupDNDBID

public final void setTrunkGroupDNDBID(int dbid)

getTrunkGroupDNDBID

public final java.lang.Integer getTrunkGroupDNDBID()
Retrieves the dbid of the object that is being linked to by the TrunkGroupDN property.

Returns:
DBID identifier of referred object or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.