com.e_c_group.bwptk.services
Class CallingLineIDBlockingOverride

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

public class CallingLineIDBlockingOverride
extends java.lang.Object


Constructor Summary
CallingLineIDBlockingOverride()
           
 
Method Summary
static Response userCallingLineIDBlockingOverrideGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Calling Line ID Blocking Override.
static Response userCallingLineIDBlockingOverrideModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Calling Line ID Blocking Override.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingLineIDBlockingOverride

public CallingLineIDBlockingOverride()
Method Detail

userCallingLineIDBlockingOverrideGetRequest

public static Response userCallingLineIDBlockingOverrideGetRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String userId)
                                                            throws BwptkException
Request the user level data associated with Calling Line ID Blocking Override. The response is either a UserCallingLineIDBlockingOverrideGetResponse or an ErrorResponse.

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

userCallingLineIDBlockingOverrideModifyRequest

public static Response userCallingLineIDBlockingOverrideModifyRequest(BroadWorksServer bws,
                                                                      boolean readFromCache,
                                                                      java.lang.String userId,
                                                                      java.lang.String isActive)
                                                               throws BwptkException
Request the user level data associated with Calling Line ID Blocking Override. The response is either a UserCallingLineIDBlockingOverrideGetResponse or an ErrorResponse.

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