com.e_c_group.bwptk.services
Class AnonymousCallRejection

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

public class AnonymousCallRejection
extends java.lang.Object


Constructor Summary
AnonymousCallRejection()
           
 
Method Summary
static Response systemAnonymousCallRejectionGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the user level data associated with Anonymous Call Rejection.
static Response systemAnonymousCallRejectionModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String paiRequired, java.lang.String screenOnlyLocalCalls)
          Request the user level data associated with Anonymous Call Rejection.
static Response userAnonymousCallRejectionGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Anonymous Call Rejection.
static Response userAnonymousCallRejectionModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Anonymous Call Rejection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousCallRejection

public AnonymousCallRejection()
Method Detail

userAnonymousCallRejectionGetRequest

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

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

userAnonymousCallRejectionModifyRequest

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

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

systemAnonymousCallRejectionGetRequest

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

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

systemAnonymousCallRejectionModifyRequest

public static Response systemAnonymousCallRejectionModifyRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String paiRequired,
                                                                 java.lang.String screenOnlyLocalCalls)
                                                          throws BwptkException
Request the user level data associated with Anonymous Call Rejection. The response is either a UserAnonymousCallRejectionGetResponse or an ErrorResponse.

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