com.e_c_group.bwptk.services
Class DirectoryNumberHunting

java.lang.Object
  extended by com.e_c_group.bwptk.services.DirectoryNumberHunting

public class DirectoryNumberHunting
extends java.lang.Object


Constructor Summary
DirectoryNumberHunting()
           
 
Method Summary
static Response groupDirectoryNumberHuntingGetAvailableUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Request to get the agents of a call center or hunt group that are available to be assigned to a directory number hunting group.
static Response groupDirectoryNumberHuntingGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Request to get the agents of a call center or hunt group that are available to be assigned to a directory number hunting group.
static Response groupDirectoryNumberHuntingModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String agentUserIdList)
          Request to get the agents of a call center or hunt group that are available to be assigned to a directory number hunting group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryNumberHunting

public DirectoryNumberHunting()
Method Detail

groupDirectoryNumberHuntingGetAvailableUserListRequest

public static Response groupDirectoryNumberHuntingGetAvailableUserListRequest(BroadWorksServer bws,
                                                                              boolean readFromCache,
                                                                              java.lang.String serviceUserId)
                                                                       throws BwptkException
Request to get the agents of a call center or hunt group that are available to be assigned to a directory number hunting group. They are agents that are not already assigned to any other directory number hunting group. The response is either GroupDirectoryNumberHuntingGetAvailableUserListResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceUserId -
Throws:
BwptkException

groupDirectoryNumberHuntingGetRequest

public static Response groupDirectoryNumberHuntingGetRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String serviceUserId)
                                                      throws BwptkException
Request to get the agents of a call center or hunt group that are available to be assigned to a directory number hunting group. They are agents that are not already assigned to any other directory number hunting group. The response is either GroupDirectoryNumberHuntingGetAvailableUserListResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceUserId -
Throws:
BwptkException

groupDirectoryNumberHuntingModifyRequest

public static Response groupDirectoryNumberHuntingModifyRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceUserId,
                                                                java.lang.String agentUserIdList)
                                                         throws BwptkException
Request to get the agents of a call center or hunt group that are available to be assigned to a directory number hunting group. They are agents that are not already assigned to any other directory number hunting group. The response is either GroupDirectoryNumberHuntingGetAvailableUserListResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceUserId -
agentUserIdList -
Throws:
BwptkException