|
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.CfgDeltaAgentInfo
public class CfgDeltaAgentInfo
The changes to make to a
CfgAgentInfo
object.
Constructor Summary | |
---|---|
CfgDeltaAgentInfo(IConfService confService)
This constructor is intended for creation of detached objects. |
|
CfgDeltaAgentInfo(IConfService confService,
ConfStructure objData)
This constructor is intended for creation of delta objects from configuration protocol messages. |
|
CfgDeltaAgentInfo(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<CfgAgentLoginInfo> |
getChangedAgentLogins()
A pointer to the list of agent logins with changed wrap-up time (every item of this list is structured as
CfgAgentLoginInfo
). |
java.util.Collection<CfgSkillLevel> |
getChangedSkillLevels()
A pointer to the list of changed skill levels (every item of this list is structured as
CfgSkillLevel
). |
java.lang.Integer |
getDBID()
The DBID of the target CfgAgentInfo configuration object. |
java.util.Collection<java.lang.Integer> |
getDeletedAgentLoginDBIDs()
A pointer to the list of identifiers of the agent logins that this agent can no longer use. |
java.util.Collection<CfgAgentLoginInfo> |
getDeletedAgentLogins()
A pointer to the list of identifiers of the agent logins that this agent can no longer use. |
java.util.Collection<java.lang.Integer> |
getDeletedSkillDBIDs()
A pointer to the list of identifiers of the deleted skills. |
java.util.Collection<CfgSkillLevel> |
getDeletedSkills()
A pointer to the list of identifiers of the deleted skills. |
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 CfgDeltaAgentInfo(IConfService confService)
confService
- configuration service instancepublic CfgDeltaAgentInfo(IConfService confService, ConfStructure objData)
confService
- configuration service instanceobjData
- configuration protocol object delta datapublic CfgDeltaAgentInfo(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 java.util.Collection<CfgSkillLevel> getDeletedSkills()
public final java.util.Collection<java.lang.Integer> getDeletedSkillDBIDs()
public final java.util.Collection<CfgSkillLevel> getChangedSkillLevels()
CfgSkillLevel
).
public final java.util.Collection<CfgAgentLoginInfo> getDeletedAgentLogins()
public final java.util.Collection<java.lang.Integer> getDeletedAgentLoginDBIDs()
public final java.util.Collection<CfgAgentLoginInfo> getChangedAgentLogins()
CfgAgentLoginInfo
).
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |