Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.applicationblocks.com.objects.CfgDN

Packages that use CfgDN
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
 

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

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgDN
 CfgDN CfgTreatment.getDestDN()
           
 CfgDN CfgDeltaTreatment.getDestDN()
           
 CfgDN CfgIVRPort.getDN()
          A unique identifier of CfgDN associated with this IVR port.
 CfgDN CfgDeltaIVRPort.getDN()
          A unique identifier of CfgDN associated with this IVR port.
 CfgDN CfgDNInfo.getDN()
          A unique identifier of the CfgDN .
 CfgDN CfgDeltaCampaignGroup.getOrigDN()
          

A unique identifier of the DN where the dialing should be performed from.

 CfgDN CfgCampaignGroupInfo.getOrigDN()
           
 CfgDN CfgCampaignGroup.getOrigDN()
          

A unique identifier of the DN where the dialing should be performed from.

 CfgDN CfgDeltaCampaignGroup.getTrunkGroupDN()
           
 CfgDN CfgCampaignGroupInfo.getTrunkGroupDN()
           
 CfgDN CfgCampaignGroup.getTrunkGroupDN()
           
 CfgDN CfgDeltaDN.retrieveCfgDN()
          Read base CfgDN configuration object caused this event.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgDN
 java.util.Collection<CfgDN> CfgDeltaDN.getAddedDestDNs()
          A pointer to the list of identifiers of the objects (DBIDs) to which the calls residing at this DN can be routed/diverted by default.
 java.util.Collection<CfgDN> CfgDeltaGVPIVRProfile.getAddedDIDs()
          This property is obsolete and is not in use.
 java.util.Collection<CfgDN> CfgDeltaPlace.getAddedDNs()
          A pointer to the list of identifiers of the telephony objects that are assigned to this place.
 java.util.Collection<CfgDN> CfgDeltaGroup.getAddedRouteDNs()
          A pointer to the list of identifiers of the telephony objects from which calls can be routed/diverted to this group.
 java.util.Collection<CfgDN> CfgDeltaDN.getDeletedDestDNs()
          A pointer to the list of identifiers of the objects to which the calls residing at this DN can no longer be routed by default.
 java.util.Collection<CfgDN> CfgDeltaGVPIVRProfile.getDeletedDIDs()
          A pointer to the list of deleted DNs.
 java.util.Collection<CfgDN> CfgDeltaPlace.getDeletedDNs()
          A pointer to the list of identifiers of the telephony objects that have been removed from this place.
 java.util.Collection<CfgDN> CfgDeltaGroup.getDeletedRouteDNs()
          A pointer to the list of identifiers of the telephony objects that have been deleted from this group.
 java.util.Collection<CfgDN> CfgDN.getDestDNs()
          A pointer to the list of identifiers of the objects (DBIDs) to which the calls residing at this DN can be routed/diverted by default.
 java.util.Collection<CfgDN> CfgGVPIVRProfile.getDIDs()
          This property is obsolete and is not in use.
 java.util.Collection<CfgDN> CfgPlace.getDNs()
          A pointer to the list of identifiers of the telephony objects that are assigned to this place.
 java.util.Collection<CfgDN> CfgGroup.getRouteDNs()
          A pointer to the list of identifiers of the telephony objects from which calls can be routed/diverted to this group.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgDN
 void CfgTreatment.setDestDN(CfgDN value)
           
 void CfgIVRPort.setDN(CfgDN value)
          A unique identifier of CfgDN associated with this IVR port.
 void CfgDNInfo.setDN(CfgDN value)
          A unique identifier of the CfgDN .
 void CfgCampaignGroupInfo.setOrigDN(CfgDN value)
           
 void CfgCampaignGroup.setOrigDN(CfgDN value)
          

A unique identifier of the DN where the dialing should be performed from.

 void CfgCampaignGroupInfo.setTrunkGroupDN(CfgDN value)
           
 void CfgCampaignGroup.setTrunkGroupDN(CfgDN value)
           
 

Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgDN
 void CfgDN.setDestDNs(java.util.Collection<CfgDN> value)
          A pointer to the list of identifiers of the objects (DBIDs) to which the calls residing at this DN can be routed/diverted by default.
 void CfgGVPIVRProfile.setDIDs(java.util.Collection<CfgDN> value)
          This property is obsolete and is not in use.
 void CfgPlace.setDNs(java.util.Collection<CfgDN> value)
          A pointer to the list of identifiers of the telephony objects that are assigned to this place.
 void CfgGroup.setRouteDNs(java.util.Collection<CfgDN> value)
          A pointer to the list of identifiers of the telephony objects from which calls can be routed/diverted to this group.
 

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

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgDN
 CfgDN CfgDNQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgDN
 AsyncRequestResult<CfgDN> CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 java.util.Collection<CfgDN> CfgDNQuery.execute()
          Executes the query and returns a list of CfgDN objects.
 

Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgDN
 AsyncRequestResult<CfgDN> CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 


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.