Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.applicationblocks.com.IConfService

Packages that use IConfService
com.genesyslab.platform.applicationblocks.com   
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.apptemplate.application This package provides helper components for connectivity with Genesys Configuration Framework. 
com.genesyslab.platform.apptemplate.filtering   
 

Uses of IConfService in com.genesyslab.platform.applicationblocks.com
 

Classes in com.genesyslab.platform.applicationblocks.com that implement IConfService
 class ConfService
          This class holds a reference to the connection to Configuration Server (ConfServerProtocol).
 

Methods in com.genesyslab.platform.applicationblocks.com that return IConfService
static IConfService ConfServiceFactory.createConfService(Protocol protocol)
          This method creates an instance of a Configuration Service based on the specified protocol.
static IConfService ConfServiceFactory.createConfService(Protocol protocol, boolean enableCaching)
          This method creates an instance of a Configuration Service based on the specified protocol.
static IConfService ConfServiceFactory.createConfService(Protocol protocol, IConfServicePolicy confServicePolicy, IConfCache cache)
          Creates a configuration service with the specified policy information.
static IConfService ConfServiceFactory.createConfService(Protocol protocol, IConfServicePolicy confServicePolicy, IConfCachePolicy confCachePolicy)
          Creates a configuration service with the specified policy information.
 IConfService CfgBase.getConfigurationService()
          Used to access the configuration cfgService that this object was created with.
static IConfService ConfServiceFactory.retrieveConfService(Endpoint endpoint)
          Deprecated.  
static IConfService ConfServiceFactory.retrieveConfService(Protocol protocol)
          Retrieves an instance of the Configuration Service based on the specified protocol.
 

Methods in com.genesyslab.platform.applicationblocks.com with parameters of type IConfService
static void ConfServiceFactory.releaseConfService(IConfService confService)
          Removes the specified configuration service from the internal list and unregisters it using the subscription service with which it had been registered.
 ICfgObject PermissionDescriptor.retrieveObject(IConfService service)
          Deprecated. Retrieves an instance of the object specified by the dbid and object type properties of this object.
 

Constructors in com.genesyslab.platform.applicationblocks.com with parameters of type IConfService
CfgBase(IConfService confService, ConfObjectBase confObjectData, boolean isSaved, ICfgObject parent)
          This constructor is used from particular wrapping objects and structures for data initialization from external DOM structure.
CfgBriefInfo(IConfService confService, ConfObjectBrief objData, java.lang.Object[] additionalParameters)
          Main constructor designed for usage from generated classes in deserializing constructors.
CfgBriefInfo(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          Main constructor designed for usage from generated classes in deserializing constructors.
CfgDelta(IConfService srvc, ConfObjectBase objData, java.lang.Object[] additionalParameters)
           
CfgDelta(IConfService srvc, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
           
CfgDelta(IConfService confService, java.lang.String className)
          This is a constructor of an object with no external data.
CfgFilterBasedQuery(CfgObjectType objectType, IConfService confService)
          Deprecated.  
CfgObject(IConfService confService, ConfObjectBase objectData, boolean isSaved, java.lang.Object[] additionalParameters)
           
CfgObject(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          Main constructor designed for usage from generated classes in deserializing constructors.
CfgQuery(IConfService confService)
          Deprecated.  
CfgStructure(IConfService confService, ConfStructure objData, ICfgObject parent)
          Main constructor designed for usage from generated classes in deserializing constructors.
CfgStructure(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          Main constructor designed for usage from generated classes in deserializing constructors.
CfgXPathBasedQuery(IConfService service)
          Deprecated. Use constructor without configuration service parameter.
CfgXPathBasedQuery(IConfService service, int objType, java.lang.String xpath)
          Deprecated. Use constructor without configuration service parameter.
 

Uses of IConfService in com.genesyslab.platform.applicationblocks.com.objects
 

Constructors in com.genesyslab.platform.applicationblocks.com.objects with parameters of type IConfService
CfgAccessGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgAccessGroup(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAccessGroup(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
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.
CfgACE(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACE(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgACE(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACEID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACEID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgACEID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACL(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACL(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgACL(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACLID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgACLID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgACLID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgActionCode(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgActionCode(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgActionCode(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAddress(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAddress(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgAddress(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAgentGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgAgentGroup(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAgentGroup(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAgentInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAgentInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgAgentInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAgentLogin(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgAgentLogin(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAgentLogin(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAgentLoginInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAgentLoginInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgAgentLoginInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAlarmCondition(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgAlarmCondition(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAlarmCondition(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgApplication(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgApplication(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgApplication(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAppPrototype(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgAppPrototype(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAppPrototype(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgAppRank(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAppRank(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgAppRank(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAppServicePermission(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgAppServicePermission(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgAppServicePermission(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgCallingList(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgCallingList(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgCallingList(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgCallingListInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgCallingListInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgCallingListInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgCampaign(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgCampaign(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgCampaign(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgCampaignGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgCampaignGroup(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgCampaignGroup(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgCampaignGroupInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgCampaignGroupInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgCampaignGroupInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgConnInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgConnInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgConnInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDelSwitchAccess(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDelSwitchAccess(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgDelSwitchAccess(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDeltaAccessGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaAccessGroup(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAccessGroup(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaActionCode(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaActionCode(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaActionCode(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAgentGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaAgentGroup(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAgentGroup(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
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.
CfgDeltaAgentLogin(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaAgentLogin(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAgentLogin(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAlarmCondition(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaAlarmCondition(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAlarmCondition(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaApplication(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaApplication(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaApplication(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAppPrototype(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaAppPrototype(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaAppPrototype(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaCallingList(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaCallingList(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaCallingList(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaCampaign(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaCampaign(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaCampaign(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaCampaignGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaCampaignGroup(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaCampaignGroup(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaDN(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaDN(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaDN(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaDNGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaDNGroup(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaDNGroup(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaEnumerator(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaEnumerator(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaEnumerator(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaEnumeratorValue(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaEnumeratorValue(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaEnumeratorValue(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaField(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaField(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaField(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaFilter(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaFilter(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaFilter(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaFolder(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaFolder(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaFolder(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaFormat(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaFormat(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaFormat(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaGroup(IConfService confService, ConfStructure objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGroup(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGVPCustomer(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaGVPCustomer(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGVPCustomer(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGVPIVRProfile(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaGVPIVRProfile(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGVPIVRProfile(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGVPReseller(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaGVPReseller(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaGVPReseller(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaHost(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaHost(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaHost(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaIVR(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaIVR(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaIVR(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaIVRPort(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaIVRPort(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaIVRPort(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaObjectiveTable(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaObjectiveTable(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaObjectiveTable(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPerson(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaPerson(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPerson(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPersonLastLogin(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaPersonLastLogin(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPersonLastLogin(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPhysicalSwitch(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaPhysicalSwitch(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPhysicalSwitch(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPlace(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaPlace(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPlace(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPlaceGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaPlaceGroup(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaPlaceGroup(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaRole(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaRole(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaRole(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaScheduledTask(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaScheduledTask(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaScheduledTask(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaScript(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaScript(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaScript(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaService(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaService(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaService(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaSkill(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaSkill(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaSkill(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaStatDay(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaStatDay(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaStatDay(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaStatTable(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaStatTable(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaStatTable(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaSwitch(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaSwitch(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaSwitch(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTableAccess(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaTableAccess(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTableAccess(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTenant(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaTenant(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTenant(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTimeZone(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaTimeZone(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTimeZone(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTransaction(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaTransaction(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTransaction(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTreatment(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaTreatment(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaTreatment(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaVoicePrompt(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDeltaVoicePrompt(IConfService confService, ConfObjectDelta objData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDeltaVoicePrompt(IConfService confService, org.w3c.dom.Node xmlData)
          This constructor is intended for creation of delta objects from configuration protocol messages.
CfgDetectEvent(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDetectEvent(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgDetectEvent(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDN(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDN(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgDN(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgDNAccessNumber(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDNAccessNumber(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgDNAccessNumber(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDNGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgDNGroup(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgDNGroup(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgDNInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgDNInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgDNInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgEnumerator(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgEnumerator(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgEnumerator(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgEnumeratorValue(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgEnumeratorValue(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgEnumeratorValue(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgField(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgField(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgField(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgFilter(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgFilter(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgFilter(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgFolder(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgFolder(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgFolder(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgFormat(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgFormat(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgFormat(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgGroup(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgGroup(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgGroup(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgGVPCustomer(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgGVPCustomer(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgGVPCustomer(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgGVPIVRProfile(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgGVPIVRProfile(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgGVPIVRProfile(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgGVPReseller(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgGVPReseller(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgGVPReseller(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgHost(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgHost(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgHost(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgIVR(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgIVR(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgIVR(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgIVRPort(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgIVRPort(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgIVRPort(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgMemberID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgMemberID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgMemberID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgObjectID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgObjectID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgObjectID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgObjectiveTable(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgObjectiveTable(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgObjectiveTable(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgObjectiveTableRecord(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgObjectiveTableRecord(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgObjectiveTableRecord(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgObjectResource(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgObjectResource(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgObjectResource(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgOS(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgOS(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgOS(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgOwnerID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgOwnerID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgOwnerID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgParentID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgParentID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgParentID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgPerson(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgPerson(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPerson(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
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.
CfgPersonLastLogin(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgPersonLastLogin(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPersonLastLogin(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPhones(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgPhones(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgPhones(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgPhysicalSwitch(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgPhysicalSwitch(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPhysicalSwitch(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPlace(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgPlace(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPlace(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPlaceGroup(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgPlaceGroup(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPlaceGroup(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPortInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgPortInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgPortInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgRemovalEvent(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgRemovalEvent(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgRemovalEvent(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgResourceID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgResourceID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgResourceID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgRole(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgRole(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgRole(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgRoleMember(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgRoleMember(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgRoleMember(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgScheduledTask(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgScheduledTask(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgScheduledTask(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgScript(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgScript(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgScript(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgServer(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgServer(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgServer(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgServerHostID(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgServerHostID(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgServerHostID(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgServerVersion(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgServerVersion(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgServerVersion(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgService(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgService(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgService(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgServiceInfo(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgServiceInfo(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgServiceInfo(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSkill(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgSkill(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgSkill(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgSkillLevel(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSkillLevel(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgSkillLevel(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSolutionComponent(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSolutionComponent(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgSolutionComponent(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSolutionComponentDefinition(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSolutionComponentDefinition(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgSolutionComponentDefinition(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgStatDay(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgStatDay(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgStatDay(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgStatInterval(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgStatInterval(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgStatInterval(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgStatTable(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgStatTable(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgStatTable(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgSubcode(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSubcode(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgSubcode(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSwitch(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgSwitch(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgSwitch(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgSwitchAccessCode(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgSwitchAccessCode(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgSwitchAccessCode(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgTableAccess(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgTableAccess(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTableAccess(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTenant(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgTenant(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTenant(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
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.
CfgTimeZone(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgTimeZone(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTimeZone(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTransaction(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgTransaction(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTransaction(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTreatment(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgTreatment(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgTreatment(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgUpdatePackageRecord(IConfService confService, ConfStructure objData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgUpdatePackageRecord(IConfService confService, ICfgObject parent)
          This constructor is intended for creation of detached objects.
CfgUpdatePackageRecord(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
          This constructor is intended for creation of structures from external or imported XML data.
CfgVoicePrompt(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgVoicePrompt(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgVoicePrompt(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
 

Uses of IConfService in com.genesyslab.platform.applicationblocks.com.queries
 

Constructors in com.genesyslab.platform.applicationblocks.com.queries with parameters of type IConfService
CfgAccessGroupQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgAccessGroup type.
CfgActionCodeQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgActionCode type.
CfgAgentGroupQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgAgentGroup type.
CfgAgentLoginQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgAgentLogin type.
CfgAlarmConditionQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgAlarmCondition type.
CfgApplicationQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgApplication type.
CfgAppPrototypeQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgAppPrototype type.
CfgCallingListQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgCallingList type.
CfgCampaignGroupQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgCampaignGroup type.
CfgCampaignQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgCampaign type.
CfgDNGroupQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgDNGroup type.
CfgDNQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgDN type.
CfgEnumeratorQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgEnumerator type.
CfgEnumeratorValueQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgEnumeratorValue type.
CfgFieldQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgField type.
CfgFilterQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgFilter type.
CfgFolderQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgFolder type.
CfgFormatQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgFormat type.
CfgGVPIVRProfileQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgGVPIVRProfile type.
CfgHostQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgHost type.
CfgIVRPortQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgIVRPort type.
CfgIVRQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgIVR type.
CfgObjectiveTableQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgObjectiveTable type.
CfgPersonQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgPerson type.
CfgPhysicalSwitchQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgPhysicalSwitch type.
CfgPlaceGroupQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgPlaceGroup type.
CfgPlaceQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgPlace type.
CfgRoleQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgRole type.
CfgScheduledTaskQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgScheduledTask type.
CfgScriptQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgScript type.
CfgServiceQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgService type.
CfgSkillQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgSkill type.
CfgStatDayQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgStatDay type.
CfgStatTableQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgStatTable type.
CfgSwitchQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgSwitch type.
CfgTableAccessQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgTableAccess type.
CfgTenantQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgTenant type.
CfgTimeZoneQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgTimeZone type.
CfgTransactionQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgTransaction type.
CfgTreatmentQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgTreatment type.
CfgVoicePromptQuery(IConfService service)
          Create query object with default filter value for configuration objects of CfgVoicePrompt type.
 

Uses of IConfService in com.genesyslab.platform.apptemplate.application
 

Fields in com.genesyslab.platform.apptemplate.application declared as IConfService
protected  IConfService AbstractManagerBuilder.confService
           
 

Methods in com.genesyslab.platform.apptemplate.application that return IConfService
 IConfService GFApplicationContext.getConfService()
          Provides reference to the configuration service.
 IConfService GFApplicationConfigurationManager.GFApplicationContextImpl.getConfService()
           
 

Methods in com.genesyslab.platform.apptemplate.application with parameters of type IConfService
 B AbstractManagerBuilder.withConfService(IConfService confService)
           
 

Constructors in com.genesyslab.platform.apptemplate.application with parameters of type IConfService
GFApplicationConfigurationManager(java.lang.String appName, IConfService confService, WarmStandby warmStandby, boolean doCSSubscribe, boolean doCSDispose)
          Protected constructor to share some logic for the private constructor and constructor of eventual child classes.
 

Uses of IConfService in com.genesyslab.platform.apptemplate.filtering
 

Methods in com.genesyslab.platform.apptemplate.filtering with parameters of type IConfService
static void FilterConfigurationHelper.bind(DuplexChannel protocol, IGApplicationConfiguration cfgApplication, IConfService service)
          Binds default message filter implementation with a protocol object.
static void FilterConfigurationHelper.bind(DuplexChannel protocol, java.lang.String applicationName, IConfService service)
          Binds default message filter implementation with a protocol object.
static void FilterConfigurationHelper.unbind(DuplexChannel protocol, IConfService service)
          Unregisters filter from protocol object.
 


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.