Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgTenantBrief

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

public class CfgTenantBrief
extends CfgBriefInfo


Field Summary
static CfgObjectType OBJECT_TYPE
           
 
Constructor Summary
CfgTenantBrief(IConfService confService, ConfObjectBrief objData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgTenantBrief(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.
 CfgFlag getIsServiceProvider()
           
 java.lang.String getName()
           
 CfgTenant retrieveCfgTenant()
          Read base CfgTenant 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

CfgTenantBrief

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

CfgTenantBrief

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

retrieveCfgTenant

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

getIsServiceProvider

public final CfgFlag getIsServiceProvider()

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.