Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.applicationblocks.com.ConfigException

Packages that use ConfigException
com.genesyslab.platform.applicationblocks.com   
com.genesyslab.platform.applicationblocks.com.cache   
com.genesyslab.platform.applicationblocks.com.capacityrules   
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
 

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

Subclasses of ConfigException in com.genesyslab.platform.applicationblocks.com
 class ConfigServerException
          Exception class used to show configuration server error detail.
 

Methods in com.genesyslab.platform.applicationblocks.com that throw ConfigException
<T extends ICfgObject>
AsyncRequestResult<T>
ICfgQuery.beginExecute(java.lang.Class<T> clazz, Action<AsyncRequestResult<T>> callback, java.lang.Object state)
          Deprecated. 
<T extends ICfgObject>
AsyncRequestResult<T>
CfgQuery.beginExecute(java.lang.Class<T> clazz, Action<AsyncRequestResult<T>> callback, java.lang.Object state)
          Deprecated. Use IConfService.beginRetrieveMultipleObjects(java.lang.Class, com.genesyslab.platform.applicationblocks.com.ICfgQuery, com.genesyslab.platform.applicationblocks.commons.Action>) directly.
<T extends ICfgObject>
AsyncRequestResult<T>
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, Action<AsyncRequestResult<T>> finishCallback)
          Begins to asynchronously retrieve a list of objects based on the specified query.
<T extends ICfgObject>
AsyncRequestResult<T>
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, Action<AsyncRequestResult<T>> finishCallback)
          Starts reading of configuration objects collection from server.
<T extends ICfgObject>
AsyncRequestResult<T>
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, Action<java.util.Collection<T>> dataCallback, Action<AsyncRequestResult<T>> finishCallback)
          Begins to asynchronously retrieve a list of objects based on the specified query.
<T extends ICfgObject>
AsyncRequestResult<T>
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, Action<java.util.Collection<T>> dataCallback, Action<AsyncRequestResult<T>> finishCallback)
          Starts reading of configuration objects collection from server.
<T extends ICfgObject>
AsyncRequestResult<T>
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, Action<java.util.Collection<T>> dataCallback, Action<AsyncRequestResult<T>> finishCallback, long timeout)
          Starts reading of configuration objects collection from server.
<T extends ICfgObject>
AsyncRequestResult<T>
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, Action<java.util.Collection<T>> dataCallback, Action<AsyncRequestResult<T>> finishCallback, long timeout)
          Starts reading of configuration objects collection from server.
<T extends ICfgObject>
java.util.Collection<T>
IConfService.createMultipleObjects(ConfDataCollection<? extends ConfObjectBase> confObjects, java.lang.String[] objectsPaths, int[] foldersDbids)
          Creates collection of COM configuration objects using the passed parameters.
<T extends ICfgObject>
java.util.Collection<T>
ConfService.createMultipleObjects(ConfDataCollection<? extends ConfObjectBase> confObjects, java.lang.String[] objectsPaths, int[] foldersDbids)
          Wraps a single configuration structure with COM configuration object using the passed parameters.
 java.util.Collection<ICfgObject> IConfService.createMultipleObjects(ConfObjectsCollection confObjects)
          Creates collection of COM configuration objects using the passed parameters.
 java.util.Collection<ICfgObject> ConfService.createMultipleObjects(ConfObjectsCollection confObjects)
          Creates collection of COM configuration objects using the passed parameters.
 java.util.Collection<ICfgObject> ConfService.createMultipleObjectsFromXML(org.w3c.dom.Node confObjectsContainer)
          Creates a list of configuration objects based on XML received from Configuration Server.
Usage sample:
<T extends ICfgObject>
java.util.Collection<T>
IConfService.createMultipleObjectsFromXML(org.w3c.dom.Node receivedObjects)
          Creates a list of configuration objects based on XML received from Configuration Server
 java.util.Collection<ICfgObject> ConfService.createMultipleObjectsFromXML(org.w3c.dom.NodeList confObjects)
          Creates a list of configuration objects based on XML received from Configuration Server.
<T extends ICfgObject>
java.util.Collection<T>
ConfService.createMultipleObjectsFromXML(org.w3c.dom.NodeList confObjects, java.lang.String[] objectsPaths, int[] foldersDbids)
          Creates a list of COM configuration objects using the passed parameters.
<T extends ICfgObject>
java.util.Collection<T>
IConfService.createMultipleObjectsFromXML(org.w3c.dom.Node receivedObjects, java.lang.String[] objectPaths, int[] folderDbids)
          Creates a list of configuration objects based on XML received from Configuration Server.
<T extends ICfgObject>
java.util.Collection<T>
ConfService.createMultipleObjectsFromXML(org.w3c.dom.Node confObjectsContainer, java.lang.String[] objectsPaths, int[] foldersDbids)
          Creates a list of COM configuration objects using the passed parameters.
 ICfgObject IConfService.createObject(ConfObjectBase confObject, boolean isSaved)
          Creates a single COM configuration object using the passed parameters.
 ICfgObject ConfService.createObject(ConfObjectBase confObject, boolean isSaved)
          Wraps a single configuration structure with COM configuration object using the passed parameters.
 ICfgObject IConfService.createObject(ConfObjectBase confObject, java.lang.String objectPath, int folderDbid, boolean isSaved)
          Wraps a single configuration structure with COM configuration object using the passed parameters.
 ICfgObject ConfService.createObject(ConfObjectBase confObject, java.lang.String objectPath, int folderDbid, boolean isSaved)
           
 ICfgObject IConfService.createObjectFromXML(org.w3c.dom.Node confObject, boolean isSaved)
          Creates a single COM configuration object using the passed parameters.
 ICfgObject ConfService.createObjectFromXML(org.w3c.dom.Node confObject, boolean isSaved)
          Creates a single COM configuration object using the passed parameters.
 ICfgObject IConfService.createObjectFromXML(org.w3c.dom.Node confObject, java.lang.String objectPath, int folderDbid, boolean isSaved)
          Creates a single COM configuration object using the passed parameters.
 ICfgObject ConfService.createObjectFromXML(org.w3c.dom.Node confObject, java.lang.String objectPath, int folderDbid, boolean isSaved)
          Creates a single COM configuration object using the passed parameters.
 void ICfgObject.delete()
          Deletes the current object from the configuration.
 void CfgObject.delete()
          Deletes the configuration object from the Configuration Server.
 void IConfService.deleteObject(ICfgObject cfgObject)
          Deletes the specified object.
 void ConfService.deleteObject(ICfgObject cfgObject)
          Deletes configuration object from the Configuration Server.
<T extends ICfgObject>
java.util.Collection<T>
ICfgQuery.endExecute(AsyncRequestResult<T> asyncResult)
          Deprecated. 
<T extends ICfgObject>
java.util.Collection<T>
CfgQuery.endExecute(AsyncRequestResult<T> asyncResult)
          Deprecated. Use IConfService.endRetrieveMultipleObjects(com.genesyslab.platform.applicationblocks.com.AsyncRequestResult) directly.
<T extends ICfgObject>
java.util.Collection<T>
IConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> asyncResult)
          Called to retrieve the result of asynchronous RetrieveMultipleObjects operation.
<T extends ICfgObject>
java.util.Collection<T>
ConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> rqResult)
          Waits until asynchronous reading operation done and return requested data.
 java.util.Collection<? extends ICfgObject> CfgQuery.execute()
          Executes the query and returns a list of objects read from the configuration server.
<T extends ICfgObject>
java.util.Collection<T>
ICfgQuery.execute(java.lang.Class<T> clazz)
          Deprecated. 
<T extends ICfgObject>
java.util.Collection<T>
CfgQuery.execute(java.lang.Class<T> clazz)
          Deprecated. Use IConfService.retrieveMultipleObjects(java.lang.Class, com.genesyslab.platform.applicationblocks.com.ICfgQuery) directly.
 ICfgObject CfgQuery.executeSingleResult()
          Executes a query the result of which is a single object of the specified type.
<T extends ICfgObject>
T
ICfgQuery.executeSingleResult(java.lang.Class<T> clazz)
          Deprecated. 
<T extends ICfgObject>
T
CfgQuery.executeSingleResult(java.lang.Class<T> clazz)
          Deprecated. Use IConfService.retrieveObject(com.genesyslab.platform.applicationblocks.com.ICfgQuery) directly.
 void ICfgObject.refresh()
          Updates the current object with the latest state from the configuration server.
 void CfgObject.refresh()
          Retrieves the latest data from the Configuration Server and updates the object's data.
 void IConfService.refreshObject(ICfgObject cfgObject)
          Refreshes the specified object with the latest information.
 void ConfService.refreshObject(ICfgObject cfgObject)
          Reloads configuration object data from the Configuration Server.
 void CfgObject.removeAccount(CfgObject accountObject, boolean recursive)
          Deprecated.  
protected  ICfgObject CfgBase.resolveLink(CfgObjectType objectType, int dbid)
           
 int CfgObject.retrieveAccountPermissions(CfgObject accountObject)
          Retrieves a permission mask (see CfgPermissions enumeration) of accessing the object by a specified account (another configuration object).
 CfgACL CfgObject.retrieveACL()
          Retrieves a full list of permissions to access this object for all user accounts.
<T extends ICfgObject>
java.util.Collection<T>
IConfService.retrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query)
          Retrieves a list of typed objects based on the specified query.
<T extends ICfgObject>
java.util.Collection<T>
ConfService.retrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query)
          Reads collection of configuration objects from server.
<T extends ICfgObject>
java.util.Collection<T>
IConfService.retrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, long timeout)
          Retrieves a list of typed objects based on the specified query.
<T extends ICfgObject>
java.util.Collection<T>
ConfService.retrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query, long timeout)
          Retrieves a list of typed objects based on the specified query.
 ICfgObject CfgDelta.retrieveObject()
          Read configuration object from server.
 ICfgObject CfgBriefInfo.retrieveObject()
          Read "full" version of the configuration object from the server.
 ICfgObject IConfService.retrieveObject(CfgObjectType objectType, int dbId)
          Retrieves an object based on its dbid and type query.
 ICfgObject ConfService.retrieveObject(CfgObjectType objectType, int dbId)
          Reads configuration object from server by object type and DBID.
<T extends ICfgObject>
T
IConfService.retrieveObject(java.lang.Class<T> cls, ICfgQuery query)
          Retrieves a typed object based on the specified query.
<T extends ICfgObject>
T
ConfService.retrieveObject(java.lang.Class<T> cls, ICfgQuery query)
          Reads configuration object from server.
<T extends ICfgObject>
T
IConfService.retrieveObject(ICfgQuery<T> query)
          Retrieves an object based on the specified query.
<T extends ICfgObject>
T
ConfService.retrieveObject(ICfgQuery<T> query)
          Retrieves an object based on the specified query.
 ICfgObject PermissionDescriptor.retrieveObject(IConfService service)
          Deprecated. Retrieves an instance of the object specified by the dbid and object type properties of this object.
protected
<T extends ICfgObject>
T
ConfService.retrieveObject(T confObj, ICfgQuery query)
          Deprecated.  
protected
<T extends ICfgObject>
T
ConfService.retrieveObject(T confObj, ICfgQuery query, boolean isBriefInfo)
          Reads or refreshes configuration object from server.
 java.util.List<PermissionDescriptor> CfgObject.retrievePermissions()
          Deprecated.  
 void ICfgObject.save()
          Synchronizes changes in a class with Configuration Server.
 void CfgObject.save()
          Synchronizes changes in a class with Configuration Server.
 void CfgDelta.save()
           
 void CfgBriefInfo.save()
           
 void IConfService.saveObject(ICfgObject cfgObject)
          Updates the specified object.
 void ConfService.saveObject(ICfgObject cfgObject)
          Saves local object modifications to the configuration server or create new one if it has been created locally.
 void CfgObject.setAccountPermissions(CfgObject accountObject, int newPermissionsMask)
          Deprecated.  
 void CfgObject.setAccountPermissions(CfgObject accountObject, int newPermissionsMask, boolean recursive)
          Deprecated.  
 Subscription IConfService.subscribe(ICfgObject obj)
          Subscribes to receiving notifications.
 Subscription ConfService.subscribe(ICfgObject obj)
          Subscribes to receiving notifications from Configuration Server.
 Subscription IConfService.subscribe(NotificationQuery query)
          Subscribes to receiving notifications.
 Subscription ConfService.subscribe(NotificationQuery query)
          Subscribes to receiving notifications from Configuration Server.
 void IConfService.unsubscribe(Subscription subscription)
          Unsubscribes from receiving notifications from Configuration Server.
 void ConfService.unsubscribe(Subscription subscription)
          Unsubscribes from the subscription on the Configuration server.
 boolean CfgObject.updateACL(CfgObject accountObject, java.lang.Integer newPermissionsMask, boolean recursive)
          Changes the permissions on this object for the specified account.
 

Uses of ConfigException in com.genesyslab.platform.applicationblocks.com.cache
 

Methods in com.genesyslab.platform.applicationblocks.com.cache that throw ConfigException
 void IConfCache.refresh()
          Synchronously updates all configuration objects which are currently in the cache.
 void DefaultConfCache.refresh()
          Synchronously updates all configuration objects which are currently in the cache.
 

Uses of ConfigException in com.genesyslab.platform.applicationblocks.com.capacityrules
 

Methods in com.genesyslab.platform.applicationblocks.com.capacityrules that throw ConfigException
static CapacityRuleHelper CapacityRuleHelper.create(CfgScript script)
          Creates instance of CapacityRuleHelper class.
 

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

Methods in com.genesyslab.platform.applicationblocks.com.objects that throw ConfigException
 CfgAccessGroup CfgDeltaAccessGroup.retrieveCfgAccessGroup()
          Read base CfgAccessGroup configuration object caused this event.
 CfgAccessGroup CfgAccessGroupBrief.retrieveCfgAccessGroup()
          Read base CfgAccessGroup configuration object caused this event.
 CfgActionCode CfgDeltaActionCode.retrieveCfgActionCode()
          Read base CfgActionCode configuration object caused this event.
 CfgAgentGroup CfgDeltaAgentGroup.retrieveCfgAgentGroup()
          Read base CfgAgentGroup configuration object caused this event.
 CfgAgentLogin CfgDeltaAgentLogin.retrieveCfgAgentLogin()
          Read base CfgAgentLogin configuration object caused this event.
 CfgAlarmCondition CfgDeltaAlarmCondition.retrieveCfgAlarmCondition()
          Read base CfgAlarmCondition configuration object caused this event.
 CfgApplication CfgDeltaApplication.retrieveCfgApplication()
          Read base CfgApplication configuration object caused this event.
 CfgAppPrototype CfgDeltaAppPrototype.retrieveCfgAppPrototype()
          Read base CfgAppPrototype configuration object caused this event.
 CfgCallingList CfgDeltaCallingList.retrieveCfgCallingList()
          Read base CfgCallingList configuration object caused this event.
 CfgCampaign CfgDeltaCampaign.retrieveCfgCampaign()
          Read base CfgCampaign configuration object caused this event.
 CfgCampaignGroup CfgDeltaCampaignGroup.retrieveCfgCampaignGroup()
          Read base CfgCampaignGroup configuration object caused this event.
 CfgDN CfgDeltaDN.retrieveCfgDN()
          Read base CfgDN configuration object caused this event.
 CfgDNGroup CfgDeltaDNGroup.retrieveCfgDNGroup()
          Read base CfgDNGroup configuration object caused this event.
 CfgEnumerator CfgDeltaEnumerator.retrieveCfgEnumerator()
          Read base CfgEnumerator configuration object caused this event.
 CfgEnumeratorValue CfgDeltaEnumeratorValue.retrieveCfgEnumeratorValue()
          Read base CfgEnumeratorValue configuration object caused this event.
 CfgField CfgDeltaField.retrieveCfgField()
          Read base CfgField configuration object caused this event.
 CfgFilter CfgDeltaFilter.retrieveCfgFilter()
          Read base CfgFilter configuration object caused this event.
 CfgFolder CfgDeltaFolder.retrieveCfgFolder()
          Read base CfgFolder configuration object caused this event.
 CfgFormat CfgDeltaFormat.retrieveCfgFormat()
          Read base CfgFormat configuration object caused this event.
 CfgGVPCustomer CfgDeltaGVPCustomer.retrieveCfgGVPCustomer()
          Read base CfgGVPCustomer configuration object caused this event.
 CfgGVPIVRProfile CfgDeltaGVPIVRProfile.retrieveCfgGVPIVRProfile()
          Read base CfgGVPIVRProfile configuration object caused this event.
 CfgGVPReseller CfgDeltaGVPReseller.retrieveCfgGVPReseller()
          Read base CfgGVPReseller configuration object caused this event.
 CfgHost CfgDeltaHost.retrieveCfgHost()
          Read base CfgHost configuration object caused this event.
 CfgIVR CfgDeltaIVR.retrieveCfgIVR()
          Read base CfgIVR configuration object caused this event.
 CfgIVRPort CfgDeltaIVRPort.retrieveCfgIVRPort()
          Read base CfgIVRPort configuration object caused this event.
 CfgObjectiveTable CfgDeltaObjectiveTable.retrieveCfgObjectiveTable()
          Read base CfgObjectiveTable configuration object caused this event.
 CfgPerson CfgPersonBrief.retrieveCfgPerson()
          Read base CfgPerson configuration object caused this event.
 CfgPerson CfgDeltaPerson.retrieveCfgPerson()
          Read base CfgPerson configuration object caused this event.
 CfgPersonLastLogin CfgDeltaPersonLastLogin.retrieveCfgPersonLastLogin()
          Read base CfgPersonLastLogin configuration object caused this event.
 CfgPhysicalSwitch CfgDeltaPhysicalSwitch.retrieveCfgPhysicalSwitch()
          Read base CfgPhysicalSwitch configuration object caused this event.
 CfgPlace CfgDeltaPlace.retrieveCfgPlace()
          Read base CfgPlace configuration object caused this event.
 CfgPlaceGroup CfgDeltaPlaceGroup.retrieveCfgPlaceGroup()
          Read base CfgPlaceGroup configuration object caused this event.
 CfgRole CfgDeltaRole.retrieveCfgRole()
          Read base CfgRole configuration object caused this event.
 CfgScheduledTask CfgDeltaScheduledTask.retrieveCfgScheduledTask()
          Read base CfgScheduledTask configuration object caused this event.
 CfgScript CfgDeltaScript.retrieveCfgScript()
          Read base CfgScript configuration object caused this event.
 CfgService CfgDeltaService.retrieveCfgService()
          Read base CfgService configuration object caused this event.
 CfgSkill CfgDeltaSkill.retrieveCfgSkill()
          Read base CfgSkill configuration object caused this event.
 CfgStatDay CfgDeltaStatDay.retrieveCfgStatDay()
          Read base CfgStatDay configuration object caused this event.
 CfgStatTable CfgDeltaStatTable.retrieveCfgStatTable()
          Read base CfgStatTable configuration object caused this event.
 CfgSwitch CfgDeltaSwitch.retrieveCfgSwitch()
          Read base CfgSwitch configuration object caused this event.
 CfgTableAccess CfgDeltaTableAccess.retrieveCfgTableAccess()
          Read base CfgTableAccess configuration object caused this event.
 CfgTenant CfgTenantBrief.retrieveCfgTenant()
          Read base CfgTenant configuration object caused this event.
 CfgTenant CfgDeltaTenant.retrieveCfgTenant()
          Read base CfgTenant configuration object caused this event.
 CfgTimeZone CfgDeltaTimeZone.retrieveCfgTimeZone()
          Read base CfgTimeZone configuration object caused this event.
 CfgTransaction CfgDeltaTransaction.retrieveCfgTransaction()
          Read base CfgTransaction configuration object caused this event.
 CfgTreatment CfgDeltaTreatment.retrieveCfgTreatment()
          Read base CfgTreatment configuration object caused this event.
 CfgVoicePrompt CfgDeltaVoicePrompt.retrieveCfgVoicePrompt()
          Read base CfgVoicePrompt configuration object caused this event.
 CfgACEID CfgApplication.retrieveLogonAs()
          Reads "Logon As" account of this application.
 void CfgVoicePrompt.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgTreatment.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgTransaction.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgTimeZone.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgTenant.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgTableAccess.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgSwitch.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgStatTable.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgStatDay.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgSkill.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgService.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgScript.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgScheduledTask.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgRole.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgPlaceGroup.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgPlace.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgPhysicalSwitch.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgPersonLastLogin.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgPerson.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgObjectiveTable.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgIVRPort.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgIVR.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgHost.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgGVPReseller.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgGVPIVRProfile.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgGVPCustomer.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgFormat.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgFolder.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgFilter.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgField.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgEnumeratorValue.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgEnumerator.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgDNGroup.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgDN.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgCampaignGroup.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgCampaign.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgCallingList.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgApplication.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgAppPrototype.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgAlarmCondition.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgAgentLogin.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgAgentGroup.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgActionCode.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgAccessGroup.save()
          Synchronizes changes in the class with Configuration Server.
 void CfgApplication.updateLogonAs(CfgObjectType accountType, int accountDbid)
          Updates "Logon As" account for this application.
 

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

Methods in com.genesyslab.platform.applicationblocks.com.queries that throw ConfigException
 AsyncRequestResult<CfgAccessGroup> CfgAccessGroupQuery.beginExecute(Action<AsyncRequestResult<CfgAccessGroup>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgActionCode> CfgActionCodeQuery.beginExecute(Action<AsyncRequestResult<CfgActionCode>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgAgentGroup> CfgAgentGroupQuery.beginExecute(Action<AsyncRequestResult<CfgAgentGroup>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgAgentLogin> CfgAgentLoginQuery.beginExecute(Action<AsyncRequestResult<CfgAgentLogin>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgAlarmCondition> CfgAlarmConditionQuery.beginExecute(Action<AsyncRequestResult<CfgAlarmCondition>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgApplication> CfgApplicationQuery.beginExecute(Action<AsyncRequestResult<CfgApplication>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgAppPrototype> CfgAppPrototypeQuery.beginExecute(Action<AsyncRequestResult<CfgAppPrototype>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgCallingList> CfgCallingListQuery.beginExecute(Action<AsyncRequestResult<CfgCallingList>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgCampaign> CfgCampaignQuery.beginExecute(Action<AsyncRequestResult<CfgCampaign>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgCampaignGroup> CfgCampaignGroupQuery.beginExecute(Action<AsyncRequestResult<CfgCampaignGroup>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgDN> CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgDNGroup> CfgDNGroupQuery.beginExecute(Action<AsyncRequestResult<CfgDNGroup>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgEnumerator> CfgEnumeratorQuery.beginExecute(Action<AsyncRequestResult<CfgEnumerator>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgEnumeratorValue> CfgEnumeratorValueQuery.beginExecute(Action<AsyncRequestResult<CfgEnumeratorValue>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgField> CfgFieldQuery.beginExecute(Action<AsyncRequestResult<CfgField>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgFilter> CfgFilterQuery.beginExecute(Action<AsyncRequestResult<CfgFilter>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgFolder> CfgFolderQuery.beginExecute(Action<AsyncRequestResult<CfgFolder>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgFormat> CfgFormatQuery.beginExecute(Action<AsyncRequestResult<CfgFormat>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgGVPIVRProfile> CfgGVPIVRProfileQuery.beginExecute(Action<AsyncRequestResult<CfgGVPIVRProfile>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgHost> CfgHostQuery.beginExecute(Action<AsyncRequestResult<CfgHost>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgIVR> CfgIVRQuery.beginExecute(Action<AsyncRequestResult<CfgIVR>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgIVRPort> CfgIVRPortQuery.beginExecute(Action<AsyncRequestResult<CfgIVRPort>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgObjectiveTable> CfgObjectiveTableQuery.beginExecute(Action<AsyncRequestResult<CfgObjectiveTable>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgPerson> CfgPersonQuery.beginExecute(Action<AsyncRequestResult<CfgPerson>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgPhysicalSwitch> CfgPhysicalSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgPhysicalSwitch>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgPlace> CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgPlaceGroup> CfgPlaceGroupQuery.beginExecute(Action<AsyncRequestResult<CfgPlaceGroup>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgRole> CfgRoleQuery.beginExecute(Action<AsyncRequestResult<CfgRole>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgScheduledTask> CfgScheduledTaskQuery.beginExecute(Action<AsyncRequestResult<CfgScheduledTask>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgScript> CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgService> CfgServiceQuery.beginExecute(Action<AsyncRequestResult<CfgService>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgSkill> CfgSkillQuery.beginExecute(Action<AsyncRequestResult<CfgSkill>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgStatDay> CfgStatDayQuery.beginExecute(Action<AsyncRequestResult<CfgStatDay>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgStatTable> CfgStatTableQuery.beginExecute(Action<AsyncRequestResult<CfgStatTable>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgSwitch> CfgSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgSwitch>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgTableAccess> CfgTableAccessQuery.beginExecute(Action<AsyncRequestResult<CfgTableAccess>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgTenant> CfgTenantQuery.beginExecute(Action<AsyncRequestResult<CfgTenant>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgTimeZone> CfgTimeZoneQuery.beginExecute(Action<AsyncRequestResult<CfgTimeZone>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgTransaction> CfgTransactionQuery.beginExecute(Action<AsyncRequestResult<CfgTransaction>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgTreatment> CfgTreatmentQuery.beginExecute(Action<AsyncRequestResult<CfgTreatment>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 AsyncRequestResult<CfgVoicePrompt> CfgVoicePromptQuery.beginExecute(Action<AsyncRequestResult<CfgVoicePrompt>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 java.util.Collection<CfgVoicePrompt> CfgVoicePromptQuery.execute()
          Executes the query and returns a list of CfgVoicePrompt objects.
 java.util.Collection<CfgTreatment> CfgTreatmentQuery.execute()
          Executes the query and returns a list of CfgTreatment objects.
 java.util.Collection<CfgTransaction> CfgTransactionQuery.execute()
          Executes the query and returns a list of CfgTransaction objects.
 java.util.Collection<CfgTimeZone> CfgTimeZoneQuery.execute()
          Executes the query and returns a list of CfgTimeZone objects.
 java.util.Collection<CfgTenant> CfgTenantQuery.execute()
          Executes the query and returns a list of CfgTenant objects.
 java.util.Collection<CfgTableAccess> CfgTableAccessQuery.execute()
          Executes the query and returns a list of CfgTableAccess objects.
 java.util.Collection<CfgSwitch> CfgSwitchQuery.execute()
          Executes the query and returns a list of CfgSwitch objects.
 java.util.Collection<CfgStatTable> CfgStatTableQuery.execute()
          Executes the query and returns a list of CfgStatTable objects.
 java.util.Collection<CfgStatDay> CfgStatDayQuery.execute()
          Executes the query and returns a list of CfgStatDay objects.
 java.util.Collection<CfgSkill> CfgSkillQuery.execute()
          Executes the query and returns a list of CfgSkill objects.
 java.util.Collection<CfgService> CfgServiceQuery.execute()
          Executes the query and returns a list of CfgService objects.
 java.util.Collection<CfgScript> CfgScriptQuery.execute()
          Executes the query and returns a list of CfgScript objects.
 java.util.Collection<CfgScheduledTask> CfgScheduledTaskQuery.execute()
          Executes the query and returns a list of CfgScheduledTask objects.
 java.util.Collection<CfgRole> CfgRoleQuery.execute()
          Executes the query and returns a list of CfgRole objects.
 java.util.Collection<CfgPlace> CfgPlaceQuery.execute()
          Executes the query and returns a list of CfgPlace objects.
 java.util.Collection<CfgPlaceGroup> CfgPlaceGroupQuery.execute()
          Executes the query and returns a list of CfgPlaceGroup objects.
 java.util.Collection<CfgPhysicalSwitch> CfgPhysicalSwitchQuery.execute()
          Executes the query and returns a list of CfgPhysicalSwitch objects.
 java.util.Collection<CfgPerson> CfgPersonQuery.execute()
          Executes the query and returns a list of CfgPerson objects.
 java.util.Collection<CfgObjectiveTable> CfgObjectiveTableQuery.execute()
          Executes the query and returns a list of CfgObjectiveTable objects.
 java.util.Collection<CfgIVR> CfgIVRQuery.execute()
          Executes the query and returns a list of CfgIVR objects.
 java.util.Collection<CfgIVRPort> CfgIVRPortQuery.execute()
          Executes the query and returns a list of CfgIVRPort objects.
 java.util.Collection<CfgHost> CfgHostQuery.execute()
          Executes the query and returns a list of CfgHost objects.
 java.util.Collection<CfgGVPIVRProfile> CfgGVPIVRProfileQuery.execute()
          Executes the query and returns a list of CfgGVPIVRProfile objects.
 java.util.Collection<CfgFormat> CfgFormatQuery.execute()
          Executes the query and returns a list of CfgFormat objects.
 java.util.Collection<CfgFolder> CfgFolderQuery.execute()
          Executes the query and returns a list of CfgFolder objects.
 java.util.Collection<CfgFilter> CfgFilterQuery.execute()
          Executes the query and returns a list of CfgFilter objects.
 java.util.Collection<CfgField> CfgFieldQuery.execute()
          Executes the query and returns a list of CfgField objects.
 java.util.Collection<CfgEnumeratorValue> CfgEnumeratorValueQuery.execute()
          Executes the query and returns a list of CfgEnumeratorValue objects.
 java.util.Collection<CfgEnumerator> CfgEnumeratorQuery.execute()
          Executes the query and returns a list of CfgEnumerator objects.
 java.util.Collection<CfgDN> CfgDNQuery.execute()
          Executes the query and returns a list of CfgDN objects.
 java.util.Collection<CfgDNGroup> CfgDNGroupQuery.execute()
          Executes the query and returns a list of CfgDNGroup objects.
 java.util.Collection<CfgCampaign> CfgCampaignQuery.execute()
          Executes the query and returns a list of CfgCampaign objects.
 java.util.Collection<CfgCampaignGroup> CfgCampaignGroupQuery.execute()
          Executes the query and returns a list of CfgCampaignGroup objects.
 java.util.Collection<CfgCallingList> CfgCallingListQuery.execute()
          Executes the query and returns a list of CfgCallingList objects.
 java.util.Collection<CfgApplication> CfgApplicationQuery.execute()
          Executes the query and returns a list of CfgApplication objects.
 java.util.Collection<CfgAppPrototype> CfgAppPrototypeQuery.execute()
          Executes the query and returns a list of CfgAppPrototype objects.
 java.util.Collection<CfgAlarmCondition> CfgAlarmConditionQuery.execute()
          Executes the query and returns a list of CfgAlarmCondition objects.
 java.util.Collection<CfgAgentLogin> CfgAgentLoginQuery.execute()
          Executes the query and returns a list of CfgAgentLogin objects.
 java.util.Collection<CfgAgentGroup> CfgAgentGroupQuery.execute()
          Executes the query and returns a list of CfgAgentGroup objects.
 java.util.Collection<CfgActionCode> CfgActionCodeQuery.execute()
          Executes the query and returns a list of CfgActionCode objects.
 java.util.Collection<CfgAccessGroup> CfgAccessGroupQuery.execute()
          Executes the query and returns a list of CfgAccessGroup objects.
 CfgVoicePrompt CfgVoicePromptQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgTreatment CfgTreatmentQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgTransaction CfgTransactionQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgTimeZone CfgTimeZoneQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgTenant CfgTenantQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgTableAccess CfgTableAccessQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgSwitch CfgSwitchQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgStatTable CfgStatTableQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgStatDay CfgStatDayQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgSkill CfgSkillQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgService CfgServiceQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgScript CfgScriptQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgScheduledTask CfgScheduledTaskQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgRole CfgRoleQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgPlace CfgPlaceQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgPlaceGroup CfgPlaceGroupQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgPhysicalSwitch CfgPhysicalSwitchQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgPerson CfgPersonQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgObjectiveTable CfgObjectiveTableQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgIVR CfgIVRQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgIVRPort CfgIVRPortQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgHost CfgHostQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgGVPIVRProfile CfgGVPIVRProfileQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgFormat CfgFormatQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgFolder CfgFolderQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgFilter CfgFilterQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgField CfgFieldQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgEnumeratorValue CfgEnumeratorValueQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgEnumerator CfgEnumeratorQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgDN CfgDNQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgDNGroup CfgDNGroupQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgCampaign CfgCampaignQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgCampaignGroup CfgCampaignGroupQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgCallingList CfgCallingListQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgApplication CfgApplicationQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgAppPrototype CfgAppPrototypeQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgAlarmCondition CfgAlarmConditionQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgAgentLogin CfgAgentLoginQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgAgentGroup CfgAgentGroupQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgActionCode CfgActionCodeQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 CfgAccessGroup CfgAccessGroupQuery.executeSingleResult()
          Executes a query the result of which is a single 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.