com.e_c_group.bwptk.services
Class AccountAuthorizationCodes

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

public class AccountAuthorizationCodes
extends java.lang.Object


Constructor Summary
AccountAuthorizationCodes()
           
 
Method Summary
static Response groupAccountAuthorizationCodesAddListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String codeEntry)
          Add a list of account/authorization codes to a group.
static Response groupAccountAuthorizationCodesDeleteListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String code)
          Add a list of account/authorization codes to a group.
static Response groupAccountAuthorizationCodesGetAvailableUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment)
          Add a list of account/authorization codes to a group.
static Response groupAccountAuthorizationCodesGetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Add a list of account/authorization codes to a group.
static Response groupAccountAuthorizationCodesGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Add a list of account/authorization codes to a group.
static Response groupAccountAuthorizationCodesModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String codeType, java.lang.String numberOfDigits, java.lang.String allowLocalAndTollFreeCalls, java.lang.String mandatoryUsageUserIdList, java.lang.String optionalUsageUserIdList)
          Add a list of account/authorization codes to a group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountAuthorizationCodes

public AccountAuthorizationCodes()
Method Detail

groupAccountAuthorizationCodesAddListRequest

public static Response groupAccountAuthorizationCodesAddListRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String serviceProviderId,
                                                                    java.lang.String groupId,
                                                                    java.lang.String codeEntry)
                                                             throws BwptkException
Add a list of account/authorization codes to a group. The response is either a SuccessResponse or an ErrorResponse.

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

groupAccountAuthorizationCodesDeleteListRequest

public static Response groupAccountAuthorizationCodesDeleteListRequest(BroadWorksServer bws,
                                                                       boolean readFromCache,
                                                                       java.lang.String serviceProviderId,
                                                                       java.lang.String groupId,
                                                                       java.lang.String code)
                                                                throws BwptkException
Add a list of account/authorization codes to a group. The response is either a SuccessResponse or an ErrorResponse.

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

groupAccountAuthorizationCodesGetAvailableUserListRequest

public static Response groupAccountAuthorizationCodesGetAvailableUserListRequest(BroadWorksServer bws,
                                                                                 boolean readFromCache,
                                                                                 java.lang.String serviceProviderId,
                                                                                 java.lang.String groupId,
                                                                                 java.lang.String responseSizeLimit,
                                                                                 java.lang.String searchCriteriaUserLastName,
                                                                                 java.lang.String searchCriteriaUserFirstName,
                                                                                 java.lang.String searchCriteriaExactUserDepartment)
                                                                          throws BwptkException
Add a list of account/authorization codes to a group. The response is either a SuccessResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
groupId -
responseSizeLimit -
searchCriteriaUserLastName -
searchCriteriaUserFirstName -
searchCriteriaExactUserDepartment -
Throws:
BwptkException

groupAccountAuthorizationCodesGetListRequest

public static Response groupAccountAuthorizationCodesGetListRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String serviceProviderId,
                                                                    java.lang.String groupId)
                                                             throws BwptkException
Add a list of account/authorization codes to a group. The response is either a SuccessResponse or an ErrorResponse.

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

groupAccountAuthorizationCodesGetRequest

public static Response groupAccountAuthorizationCodesGetRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceProviderId,
                                                                java.lang.String groupId)
                                                         throws BwptkException
Add a list of account/authorization codes to a group. The response is either a SuccessResponse or an ErrorResponse.

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

groupAccountAuthorizationCodesModifyRequest

public static Response groupAccountAuthorizationCodesModifyRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String serviceProviderId,
                                                                   java.lang.String groupId,
                                                                   java.lang.String codeType,
                                                                   java.lang.String numberOfDigits,
                                                                   java.lang.String allowLocalAndTollFreeCalls,
                                                                   java.lang.String mandatoryUsageUserIdList,
                                                                   java.lang.String optionalUsageUserIdList)
                                                            throws BwptkException
Add a list of account/authorization codes to a group. The response is either a SuccessResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
groupId -
codeType -
numberOfDigits -
allowLocalAndTollFreeCalls -
mandatoryUsageUserIdList -
optionalUsageUserIdList -
Throws:
BwptkException