Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgAgentLoginInfo

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

public class CfgAgentLoginInfo
extends CfgStructure

Agent login information.


Constructor Summary
CfgAgentLoginInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAgentLoginInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgAgentLoginInfo(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
 CfgAgentLogin getAgentLogin()
          A unique identifier of the Agent Login identifier.
 java.lang.Integer getAgentLoginDBID()
          Retrieves the dbid of the object that is being linked to by the AgentLogin property.
 java.lang.Integer getWrapupTime()
          Wrap-up time in seconds associated with this login identifier.
 void setAgentLogin(CfgAgentLogin value)
          A unique identifier of the Agent Login identifier.
 void setAgentLoginDBID(int dbid)
          A unique identifier of the Agent Login identifier.
 void setWrapupTime(java.lang.Integer value)
          Wrap-up time in seconds associated with this login identifier.
 
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

CfgAgentLoginInfo

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

CfgAgentLoginInfo

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

CfgAgentLoginInfo

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

getAgentLogin

public final CfgAgentLogin getAgentLogin()
A unique identifier of the Agent Login identifier. Mandatory. Once specified, cannot be changed. The switch that this login identifier belongs to must be assigned to the tenant that this agent belongs to. The same value cannot be repeated within one list. One agent login cannot be assigned to more than one agent.

Returns:
instance of referred object or null

setAgentLogin

public final void setAgentLogin(CfgAgentLogin value)
A unique identifier of the Agent Login identifier. Mandatory. Once specified, cannot be changed. The switch that this login identifier belongs to must be assigned to the tenant that this agent belongs to. The same value cannot be repeated within one list. One agent login cannot be assigned to more than one agent.

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

setAgentLoginDBID

public final void setAgentLoginDBID(int dbid)
A unique identifier of the Agent Login identifier. Mandatory. Once specified, cannot be changed. The switch that this login identifier belongs to must be assigned to the tenant that this agent belongs to. The same value cannot be repeated within one list. One agent login cannot be assigned to more than one agent.

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

getAgentLoginDBID

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

Returns:
DBID identifier of referred object or null

getWrapupTime

public final java.lang.Integer getWrapupTime()
Wrap-up time in seconds associated with this login identifier. Cannot be a negative value.

Returns:
property value or null

setWrapupTime

public final void setWrapupTime(java.lang.Integer value)
Wrap-up time in seconds associated with this login identifier. Cannot be a negative value.

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

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.