com.e_c_group.bwptk.services
Class CallCenterMonitoring

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

public class CallCenterMonitoring
extends java.lang.Object


Constructor Summary
CallCenterMonitoring()
           
 
Method Summary
static Response userCallCenterMonitoringGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user's Call Center Monitoring settings.
static Response userCallCenterMonitoringModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String playToneToAgentForSilentMonitoring)
          Request the user's Call Center Monitoring settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallCenterMonitoring

public CallCenterMonitoring()
Method Detail

userCallCenterMonitoringGetRequest

public static Response userCallCenterMonitoringGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId)
                                                   throws BwptkException
Request the user's Call Center Monitoring settings. The response is either a UserCallCenterMonitoringGetResponse or an ErrorResponse.

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

userCallCenterMonitoringModifyRequest

public static Response userCallCenterMonitoringModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId,
                                                             java.lang.String playToneToAgentForSilentMonitoring)
                                                      throws BwptkException
Request the user's Call Center Monitoring settings. The response is either a UserCallCenterMonitoringGetResponse or an ErrorResponse.

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