Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com
Class CfgStructure

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.com.CfgBase
      extended by com.genesyslab.platform.applicationblocks.com.CfgStructure
All Implemented Interfaces:
ICfgBase, ICfgStructure
Direct Known Subclasses:
CfgACE, CfgACEID, CfgACL, CfgACLID, CfgAddress, CfgAgentInfo, CfgAgentLoginInfo, CfgAppRank, CfgAppServicePermission, CfgCallingListInfo, CfgCampaignGroupInfo, CfgConnInfo, CfgDelSwitchAccess, CfgDetectEvent, CfgDNAccessNumber, CfgDNInfo, CfgGroup, CfgID, CfgMemberID, CfgObjectID, CfgObjectiveTableRecord, CfgObjectResource, CfgOS, CfgOwnerID, CfgParentID, CfgPhones, CfgPortInfo, CfgRemovalEvent, CfgResourceID, CfgRoleMember, CfgServer, CfgServerHostID, CfgServerVersion, CfgServiceInfo, CfgSkillLevel, CfgSolutionComponent, CfgSolutionComponentDefinition, CfgStatInterval, CfgSubcode, CfgSwitchAccessCode, CfgUpdatePackageRecord

public abstract class CfgStructure
extends CfgBase
implements ICfgStructure

The base class for all Configuration Server structures.

Author:
Petr Makagon, Vladislav Baranovsky, Alexander Filatov, Anton Brazhnyk, Sergii Volokh

Constructor Summary
protected CfgStructure(IConfService confService, ConfStructure objData, ICfgObject parent)
          Main constructor designed for usage from generated classes in deserializing constructors.
protected CfgStructure(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          Main constructor designed for usage from generated classes in deserializing constructors.
 
Method Summary
 ICfgObject getParent()
          Returns the structure's parent object.
protected  void 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

CfgStructure

protected CfgStructure(IConfService confService,
                       ConfStructure objData,
                       ICfgObject parent)
Main constructor designed for usage from generated classes in deserializing constructors.

Parameters:
confService - configuration service instance
objData - bound data from Configuration SDK message
parent - configuration object containing this structure

CfgStructure

protected CfgStructure(IConfService confService,
                       org.w3c.dom.Node xmlData,
                       ICfgObject parent)
Main constructor designed for usage from generated classes in deserializing constructors.

Parameters:
confService - configuration service instance
xmlData - bound data from Configuration SDK message
parent - configuration object containing this structure
Method Detail

getParent

public ICfgObject getParent()
Returns the structure's parent object. Should be a configuration class.

Specified by:
getParent in interface ICfgStructure
Overrides:
getParent in class CfgBase
Returns:
Structure parent

updateChildrenSavedState

protected void updateChildrenSavedState()
Overrides:
updateChildrenSavedState in class CfgBase

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.