com.e_c_group.bwptk.services
Class BroadWorksMobility

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

public class BroadWorksMobility
extends java.lang.Object


Constructor Summary
BroadWorksMobility()
           
 
Method Summary
static Response groupBroadWorksMobilityGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response groupBroadWorksMobilityModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String useSettingLevel, java.lang.String enableLocationServices, java.lang.String enableMSRNLookup, java.lang.String enableMobileStateChecking, java.lang.String denyCallOriginations, java.lang.String denyCallTerminations)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response serviceProviderBroadWorksMobilityGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response serviceProviderBroadWorksMobilityModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String useSettingLevel, java.lang.String enableLocationServices, java.lang.String enableMSRNLookup, java.lang.String enableMobileStateChecking, java.lang.String denyCallOriginations, java.lang.String denyCallTerminations)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityAddIMRNListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String imrnNumber, java.lang.String numberRange)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityDeleteIMRNListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String imrnNumber)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityGetIMRNListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String searchCriteriaIMRN)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityGetRequest(BroadWorksServer bws, boolean readFromCache)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String enableLocationServices, java.lang.String enableMSRNLookup, java.lang.String enableMobileStateChecking, java.lang.String denyCallOriginations, java.lang.String denyCallTerminations, java.lang.String imrnTimeoutMilliseconds, java.lang.String scfSignalingIPAddress, java.lang.String scfSignalingPort)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityServiceAccessCodeAddRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceAccessCode, java.lang.String countryCode, java.lang.String description)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityServiceAccessCodeDeleteRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String countryCode, java.lang.String serviceAccessCode)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityServiceAccessCodeGetListRequest(BroadWorksServer bws, boolean readFromCache)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response systemBroadWorksMobilityServiceAccessCodeModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String countryCode, java.lang.String serviceAccessCode, java.lang.String description)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response userBroadWorksMobilityGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Adds BroadWorks Mobility IMRN numbers to the system.
static Response userBroadWorksMobilityModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String phonesToRing, java.lang.String mobilePhoneNumber, java.lang.String alertClickToDialCalls, java.lang.String alertGroupPagingCalls, java.lang.String enableDiversionInhibitor, java.lang.String requireAnswerConfirmation, java.lang.String broadworksCallControl, java.lang.String useSettingLevel, java.lang.String denyCallOriginations, java.lang.String denyCallTerminations)
          Adds BroadWorks Mobility IMRN numbers to the system.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadWorksMobility

public BroadWorksMobility()
Method Detail

systemBroadWorksMobilityAddIMRNListRequest

public static Response systemBroadWorksMobilityAddIMRNListRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String imrnNumber,
                                                                  java.lang.String numberRange)
                                                           throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityDeleteIMRNListRequest

public static Response systemBroadWorksMobilityDeleteIMRNListRequest(BroadWorksServer bws,
                                                                     boolean readFromCache,
                                                                     java.lang.String imrnNumber)
                                                              throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityGetIMRNListRequest

public static Response systemBroadWorksMobilityGetIMRNListRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String searchCriteriaIMRN)
                                                           throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityServiceAccessCodeAddRequest

public static Response systemBroadWorksMobilityServiceAccessCodeAddRequest(BroadWorksServer bws,
                                                                           boolean readFromCache,
                                                                           java.lang.String serviceAccessCode,
                                                                           java.lang.String countryCode,
                                                                           java.lang.String description)
                                                                    throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityServiceAccessCodeDeleteRequest

public static Response systemBroadWorksMobilityServiceAccessCodeDeleteRequest(BroadWorksServer bws,
                                                                              boolean readFromCache,
                                                                              java.lang.String countryCode,
                                                                              java.lang.String serviceAccessCode)
                                                                       throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityServiceAccessCodeGetListRequest

public static Response systemBroadWorksMobilityServiceAccessCodeGetListRequest(BroadWorksServer bws,
                                                                               boolean readFromCache)
                                                                        throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityServiceAccessCodeModifyRequest

public static Response systemBroadWorksMobilityServiceAccessCodeModifyRequest(BroadWorksServer bws,
                                                                              boolean readFromCache,
                                                                              java.lang.String countryCode,
                                                                              java.lang.String serviceAccessCode,
                                                                              java.lang.String description)
                                                                       throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityGetRequest

public static Response systemBroadWorksMobilityGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache)
                                                   throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

systemBroadWorksMobilityModifyRequest

public static Response systemBroadWorksMobilityModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String enableLocationServices,
                                                             java.lang.String enableMSRNLookup,
                                                             java.lang.String enableMobileStateChecking,
                                                             java.lang.String denyCallOriginations,
                                                             java.lang.String denyCallTerminations,
                                                             java.lang.String imrnTimeoutMilliseconds,
                                                             java.lang.String scfSignalingIPAddress,
                                                             java.lang.String scfSignalingPort)
                                                      throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
enableLocationServices -
enableMSRNLookup -
enableMobileStateChecking -
denyCallOriginations -
denyCallTerminations -
imrnTimeoutMilliseconds -
scfSignalingIPAddress -
scfSignalingPort -
Throws:
BwptkException

serviceProviderBroadWorksMobilityGetRequest

public static Response serviceProviderBroadWorksMobilityGetRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String serviceProviderId)
                                                            throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

serviceProviderBroadWorksMobilityModifyRequest

public static Response serviceProviderBroadWorksMobilityModifyRequest(BroadWorksServer bws,
                                                                      boolean readFromCache,
                                                                      java.lang.String serviceProviderId,
                                                                      java.lang.String useSettingLevel,
                                                                      java.lang.String enableLocationServices,
                                                                      java.lang.String enableMSRNLookup,
                                                                      java.lang.String enableMobileStateChecking,
                                                                      java.lang.String denyCallOriginations,
                                                                      java.lang.String denyCallTerminations)
                                                               throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
useSettingLevel -
enableLocationServices -
enableMSRNLookup -
enableMobileStateChecking -
denyCallOriginations -
denyCallTerminations -
Throws:
BwptkException

groupBroadWorksMobilityGetRequest

public static Response groupBroadWorksMobilityGetRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String serviceProviderId,
                                                         java.lang.String groupId)
                                                  throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

groupBroadWorksMobilityModifyRequest

public static Response groupBroadWorksMobilityModifyRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String serviceProviderId,
                                                            java.lang.String groupId,
                                                            java.lang.String useSettingLevel,
                                                            java.lang.String enableLocationServices,
                                                            java.lang.String enableMSRNLookup,
                                                            java.lang.String enableMobileStateChecking,
                                                            java.lang.String denyCallOriginations,
                                                            java.lang.String denyCallTerminations)
                                                     throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
groupId -
useSettingLevel -
enableLocationServices -
enableMSRNLookup -
enableMobileStateChecking -
denyCallOriginations -
denyCallTerminations -
Throws:
BwptkException

userBroadWorksMobilityGetRequest

public static Response userBroadWorksMobilityGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String userId)
                                                 throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

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

userBroadWorksMobilityModifyRequest

public static Response userBroadWorksMobilityModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId,
                                                           java.lang.String isActive,
                                                           java.lang.String phonesToRing,
                                                           java.lang.String mobilePhoneNumber,
                                                           java.lang.String alertClickToDialCalls,
                                                           java.lang.String alertGroupPagingCalls,
                                                           java.lang.String enableDiversionInhibitor,
                                                           java.lang.String requireAnswerConfirmation,
                                                           java.lang.String broadworksCallControl,
                                                           java.lang.String useSettingLevel,
                                                           java.lang.String denyCallOriginations,
                                                           java.lang.String denyCallTerminations)
                                                    throws BwptkException
Adds BroadWorks Mobility IMRN numbers to the system. It is possible to add either: a single number, a list of numbers, or a range of numbers, or any combination thereof. The response is either a SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
isActive -
phonesToRing -
mobilePhoneNumber -
alertClickToDialCalls -
alertGroupPagingCalls -
enableDiversionInhibitor -
requireAnswerConfirmation -
broadworksCallControl -
useSettingLevel -
denyCallOriginations -
denyCallTerminations -
Throws:
BwptkException