Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgPersonBrief

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.com.CfgBase
      extended by com.genesyslab.platform.applicationblocks.com.CfgObject
          extended by com.genesyslab.platform.applicationblocks.com.CfgBriefInfo
              extended by com.genesyslab.platform.applicationblocks.com.objects.CfgPersonBrief
All Implemented Interfaces:
ICfgBase, ICfgBriefInfo, ICfgObject, java.lang.Cloneable

public class CfgPersonBrief
extends CfgBriefInfo


Field Summary
static CfgObjectType OBJECT_TYPE
           
 
Constructor Summary
CfgPersonBrief(IConfService confService, ConfObjectBrief objData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgPersonBrief(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of delta objects from configuration protocol messages.
 
Method Summary
 java.lang.String getFirstName()
           
 CfgID getID()
          Returns object identification structure of the current object.
It contains object type and dbid.
 java.lang.String getLastName()
           
 java.lang.String getTenantName()
           
 java.lang.String getUserName()
           
 CfgPerson retrieveCfgPerson()
          Read base CfgPerson configuration object caused this event.
 
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBriefInfo
ensureDataBackup, getParent, retrieveObject, save, update, updateChildrenSavedState
 
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, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, 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.ICfgObject
clone, delete, getObjectDbid, getObjectType, refresh
 
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
 

Field Detail

OBJECT_TYPE

public static final CfgObjectType OBJECT_TYPE
Constructor Detail

CfgPersonBrief

public CfgPersonBrief(IConfService confService,
                      ConfObjectBrief objData,
                      java.lang.Object[] additionalParameters)
This constructor is intended for creation of delta objects from configuration protocol messages. It is internally used by COM AB for delta objects deserialization.

Parameters:
confService - configuration service instance
objData - configuration protocol object data

CfgPersonBrief

public CfgPersonBrief(IConfService confService,
                      org.w3c.dom.Node xmlData,
                      java.lang.Object[] additionalParameters)
This constructor is intended for creation of delta objects from configuration protocol messages. It is internally used by COM AB for delta objects deserialization.

Parameters:
confService - configuration service instance
xmlData - XML object containing object delta data
Method Detail

retrieveCfgPerson

public final CfgPerson retrieveCfgPerson()
                                  throws ConfigException
Read base CfgPerson configuration object caused this event.

Returns:
configuration object read
Throws:
ConfigException - in case of problem while object reading

getID

public final CfgID getID()
Description copied from interface: ICfgBriefInfo
Returns object identification structure of the current object.
It contains object type and dbid.

Returns:
Configuration object ID

getUserName

public final java.lang.String getUserName()

getLastName

public final java.lang.String getLastName()

getFirstName

public final java.lang.String getFirstName()

getTenantName

public final java.lang.String getTenantName()

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.