com.e_c_group.bwptk.services
Class CallingNameDelivery

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

public class CallingNameDelivery
extends java.lang.Object


Constructor Summary
CallingNameDelivery()
           
 
Method Summary
static Response userCallingNameDeliveryGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Calling Name Delivery.
static Response userCallingNameDeliveryModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActiveForExternalCalls, java.lang.String isActiveForInternalCalls)
          Request the user level data associated with Calling Name Delivery.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingNameDelivery

public CallingNameDelivery()
Method Detail

userCallingNameDeliveryGetRequest

public static Response userCallingNameDeliveryGetRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId)
                                                  throws BwptkException
Request the user level data associated with Calling Name Delivery. The response is either a UserCallingNameDeliveryGetResponse or an ErrorResponse.

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

userCallingNameDeliveryModifyRequest

public static Response userCallingNameDeliveryModifyRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String userId,
                                                            java.lang.String isActiveForExternalCalls,
                                                            java.lang.String isActiveForInternalCalls)
                                                     throws BwptkException
Request the user level data associated with Calling Name Delivery. The response is either a UserCallingNameDeliveryGetResponse or an ErrorResponse.

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