com.e_c_group.bwptk.services
Class CallWaiting

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

public class CallWaiting
extends java.lang.Object


Constructor Summary
CallWaiting()
           
 
Method Summary
static Response systemCallWaitingGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the user level data associated with Call Waiting.
static Response systemCallWaitingModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String playDistinctiveRingback)
          Request the user level data associated with Call Waiting.
static Response userCallWaitingModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String disableCallingLineIdDelivery)
          Request the user level data associated with Call Waiting.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallWaiting

public CallWaiting()
Method Detail

userCallWaitingModifyRequest

public static Response userCallWaitingModifyRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String userId,
                                                    java.lang.String isActive,
                                                    java.lang.String disableCallingLineIdDelivery)
                                             throws BwptkException
Request the user level data associated with Call Waiting. The response is either a UserCallWaitingGetResponse17sp4 or an ErrorResponse.

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

systemCallWaitingGetRequest

public static Response systemCallWaitingGetRequest(BroadWorksServer bws,
                                                   boolean readFromCache)
                                            throws BwptkException
Request the user level data associated with Call Waiting. The response is either a UserCallWaitingGetResponse17sp4 or an ErrorResponse.

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

systemCallWaitingModifyRequest

public static Response systemCallWaitingModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String playDistinctiveRingback)
                                               throws BwptkException
Request the user level data associated with Call Waiting. The response is either a UserCallWaitingGetResponse17sp4 or an ErrorResponse.

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