com.e_c_group.bwptk.services
Class CommunicationBarringUserControl

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

public class CommunicationBarringUserControl
extends java.lang.Object


Constructor Summary
CommunicationBarringUserControl()
           
 
Method Summary
static Response systemCommunicationBarringUserControlGetRequest(BroadWorksServer bws, boolean readFromCache)
          Gets the Communication Barring system level settings.
static Response systemCommunicationBarringUserControlModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String enableLockout, java.lang.String maxNumberOfFailedAttempts, java.lang.String lockoutMinutes)
          Gets the Communication Barring system level settings.
static Response userCommunicationBarringUserControlGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Gets the Communication Barring system level settings.
static Response userCommunicationBarringUserControlModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String enableProfile, java.lang.String oldPasscode, java.lang.String newPasscode, java.lang.String resetLockout)
          Gets the Communication Barring system level settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationBarringUserControl

public CommunicationBarringUserControl()
Method Detail

systemCommunicationBarringUserControlGetRequest

public static Response systemCommunicationBarringUserControlGetRequest(BroadWorksServer bws,
                                                                       boolean readFromCache)
                                                                throws BwptkException
Gets the Communication Barring system level settings. The response is either SystemCommunicationBarringUserControlGetResponse or ErrorResponse.

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

systemCommunicationBarringUserControlModifyRequest

public static Response systemCommunicationBarringUserControlModifyRequest(BroadWorksServer bws,
                                                                          boolean readFromCache,
                                                                          java.lang.String enableLockout,
                                                                          java.lang.String maxNumberOfFailedAttempts,
                                                                          java.lang.String lockoutMinutes)
                                                                   throws BwptkException
Gets the Communication Barring system level settings. The response is either SystemCommunicationBarringUserControlGetResponse or ErrorResponse.

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

userCommunicationBarringUserControlGetRequest

public static Response userCommunicationBarringUserControlGetRequest(BroadWorksServer bws,
                                                                     boolean readFromCache,
                                                                     java.lang.String userId)
                                                              throws BwptkException
Gets the Communication Barring system level settings. The response is either SystemCommunicationBarringUserControlGetResponse or ErrorResponse.

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

userCommunicationBarringUserControlModifyRequest

public static Response userCommunicationBarringUserControlModifyRequest(BroadWorksServer bws,
                                                                        boolean readFromCache,
                                                                        java.lang.String userId,
                                                                        java.lang.String enableProfile,
                                                                        java.lang.String oldPasscode,
                                                                        java.lang.String newPasscode,
                                                                        java.lang.String resetLockout)
                                                                 throws BwptkException
Gets the Communication Barring system level settings. The response is either SystemCommunicationBarringUserControlGetResponse or ErrorResponse.

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