Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgCallingListInfo

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.CfgCallingListInfo
All Implemented Interfaces:
ICfgBase, ICfgStructure

public class CfgCallingListInfo
extends CfgStructure

Information about a calling list.


Constructor Summary
CfgCallingListInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgCallingListInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgCallingListInfo(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
 CfgCallingList getCallingList()
          A unique identifier of the CfgCallingList .
 java.lang.Integer getCallingListDBID()
          Retrieves the dbid of the object that is being linked to by the CallingList property.
 CfgFlag getIsActive()
          An indicator of whether the calling list is active.
 java.lang.Integer getShare()
          A list share factor (list weight).
 void setCallingList(CfgCallingList value)
          A unique identifier of the CfgCallingList .
 void setCallingListDBID(int dbid)
          A unique identifier of the CfgCallingList .
 void setIsActive(CfgFlag value)
          An indicator of whether the calling list is active.
 void setShare(java.lang.Integer value)
          A list share factor (list weight).
 
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

CfgCallingListInfo

public CfgCallingListInfo(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

CfgCallingListInfo

public CfgCallingListInfo(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

CfgCallingListInfo

public CfgCallingListInfo(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

getCallingList

public final CfgCallingList getCallingList()
A unique identifier of the CfgCallingList . Mandatory.

Returns:
instance of referred object or null

setCallingList

public final void setCallingList(CfgCallingList value)
A unique identifier of the CfgCallingList . Mandatory.

Parameters:
value - new property value
See Also:
getCallingList()

setCallingListDBID

public final void setCallingListDBID(int dbid)
A unique identifier of the CfgCallingList . Mandatory.

Parameters:
dbid - DBID identifier of referred object
See Also:
getCallingList()

getCallingListDBID

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

Returns:
DBID identifier of referred object or null

getShare

public final java.lang.Integer getShare()
A list share factor (list weight). Default value is 10. The calling list is disabled if share factor is set to 0.

Returns:
property value or null

setShare

public final void setShare(java.lang.Integer value)
A list share factor (list weight). Default value is 10. The calling list is disabled if share factor is set to 0.

Parameters:
value - new property value
See Also:
getShare()

getIsActive

public final CfgFlag getIsActive()
An indicator of whether the calling list is active. See type CfgFlag . Default value is CFGTrue.

Returns:
property value or null

setIsActive

public final void setIsActive(CfgFlag value)
An indicator of whether the calling list is active. See type CfgFlag . Default value is CFGTrue.

Parameters:
value - new property value
See Also:
getIsActive()

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.