com.e_c_group.bwptk.services
Class CallForwardingAlways

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

public class CallForwardingAlways
extends java.lang.Object


Constructor Summary
CallForwardingAlways()
           
 
Method Summary
static Response userCallForwardingAlwaysGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Call Forwarding Always.
static Response userCallForwardingAlwaysModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String forwardToPhoneNumber, java.lang.String isRingSplashActive)
          Request the user level data associated with Call Forwarding Always.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallForwardingAlways

public CallForwardingAlways()
Method Detail

userCallForwardingAlwaysGetRequest

public static Response userCallForwardingAlwaysGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId)
                                                   throws BwptkException
Request the user level data associated with Call Forwarding Always. The response is either a UserCallForwardingAlwaysGetResponse or an ErrorResponse.

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

userCallForwardingAlwaysModifyRequest

public static Response userCallForwardingAlwaysModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId,
                                                             java.lang.String isActive,
                                                             java.lang.String forwardToPhoneNumber,
                                                             java.lang.String isRingSplashActive)
                                                      throws BwptkException
Request the user level data associated with Call Forwarding Always. The response is either a UserCallForwardingAlwaysGetResponse or an ErrorResponse.

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