Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgAccessGroupBrief

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.CfgAccessGroupBrief
All Implemented Interfaces:
ICfgBase, ICfgBriefInfo, ICfgObject, java.lang.Cloneable

public class CfgAccessGroupBrief
extends CfgBriefInfo


Field Summary
static CfgObjectType OBJECT_TYPE
           
 
Constructor Summary
CfgAccessGroupBrief(IConfService confService, ConfObjectBrief objData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgAccessGroupBrief(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
 CfgID getID()
          Returns object identification structure of the current object.
It contains object type and dbid.
 java.lang.String getName()
           
 java.lang.String getTenantName()
           
 CfgAccessGroup retrieveCfgAccessGroup()
          Read base CfgAccessGroup 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

CfgAccessGroupBrief

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

CfgAccessGroupBrief

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

retrieveCfgAccessGroup

public final CfgAccessGroup retrieveCfgAccessGroup()
                                            throws ConfigException
Read base CfgAccessGroup 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

getName

public final java.lang.String getName()

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.