com.e_c_group.bwptk.services
Class GroupPaging

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

public class GroupPaging
extends java.lang.Object


Constructor Summary
GroupPaging()
           
 
Method Summary
static Response groupGroupPagingAddInstanceRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String serviceUserId, java.lang.String serviceInstanceProfile, java.lang.String confirmationToneTimeoutSeconds, java.lang.String deliverOriginatorCLIDInstead, java.lang.String originatorCLIDPrefix)
          Add a Group Paging instance to a group.
static Response groupGroupPagingAddOriginatorListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String originatorUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingAddTargetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String targetUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingDeleteInstanceRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingDeleteOriginatorListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String originatorUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingDeleteTargetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String targetUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingGetAvailableOriginatorListRequest(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, java.lang.String searchCriteriaExactUserGroup)
          Add a Group Paging instance to a group.
static Response groupGroupPagingGetAvailableTargetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment, java.lang.String searchCriteriaExactUserGroup)
          Add a Group Paging instance to a group.
static Response groupGroupPagingGetInstanceListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String groupDepartmentName)
          Add a Group Paging instance to a group.
static Response groupGroupPagingGetOriginatorListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingGetTargetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingModifyActiveInstanceListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceActivation)
          Add a Group Paging instance to a group.
static Response groupGroupPagingModifyInstanceRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String serviceInstanceProfile, java.lang.String confirmationToneTimeoutSeconds, java.lang.String deliverOriginatorCLIDInstead, java.lang.String originatorCLIDPrefix)
          Add a Group Paging instance to a group.
static Response groupGroupPagingModifyOriginatorListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String originatorUserIdList)
          Add a Group Paging instance to a group.
static Response groupGroupPagingModifyTargetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String targetUserIdList)
          Add a Group Paging instance to a group.
static Response groupGroupPagingTargetsCapacityGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Add a Group Paging instance to a group.
static Response groupGroupPagingTargetsCapacityModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String maximumTargetUsers)
          Add a Group Paging instance to a group.
static Response serviceProviderGroupPagingTargetsCapacityGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId)
          Add a Group Paging instance to a group.
static Response serviceProviderGroupPagingTargetsCapacityModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String maximumTargetUsers)
          Add a Group Paging instance to a group.
static Response userGroupPagingGetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Add a Group Paging instance to a group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupPaging

public GroupPaging()
Method Detail

groupGroupPagingAddInstanceRequest

public static Response groupGroupPagingAddInstanceRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String serviceProviderId,
                                                          java.lang.String groupId,
                                                          java.lang.String serviceUserId,
                                                          java.lang.String serviceInstanceProfile,
                                                          java.lang.String confirmationToneTimeoutSeconds,
                                                          java.lang.String deliverOriginatorCLIDInstead,
                                                          java.lang.String originatorCLIDPrefix)
                                                   throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingAddOriginatorListRequest

public static Response groupGroupPagingAddOriginatorListRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceUserId,
                                                                java.lang.String originatorUserId)
                                                         throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingAddTargetListRequest

public static Response groupGroupPagingAddTargetListRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String serviceUserId,
                                                            java.lang.String targetUserId)
                                                     throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingDeleteInstanceRequest

public static Response groupGroupPagingDeleteInstanceRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String serviceUserId)
                                                      throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingDeleteOriginatorListRequest

public static Response groupGroupPagingDeleteOriginatorListRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String serviceUserId,
                                                                   java.lang.String originatorUserId)
                                                            throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingDeleteTargetListRequest

public static Response groupGroupPagingDeleteTargetListRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String serviceUserId,
                                                               java.lang.String targetUserId)
                                                        throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingGetAvailableOriginatorListRequest

public static Response groupGroupPagingGetAvailableOriginatorListRequest(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,
                                                                         java.lang.String searchCriteriaExactUserGroup)
                                                                  throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingGetAvailableTargetListRequest

public static Response groupGroupPagingGetAvailableTargetListRequest(BroadWorksServer bws,
                                                                     boolean readFromCache,
                                                                     java.lang.String serviceUserId,
                                                                     java.lang.String responseSizeLimit,
                                                                     java.lang.String searchCriteriaUserLastName,
                                                                     java.lang.String searchCriteriaUserFirstName,
                                                                     java.lang.String searchCriteriaExactUserDepartment,
                                                                     java.lang.String searchCriteriaExactUserGroup)
                                                              throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingGetInstanceListRequest

public static Response groupGroupPagingGetInstanceListRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String serviceProviderId,
                                                              java.lang.String groupId,
                                                              java.lang.String groupDepartmentName)
                                                       throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingGetOriginatorListRequest

public static Response groupGroupPagingGetOriginatorListRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceUserId)
                                                         throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingGetTargetListRequest

public static Response groupGroupPagingGetTargetListRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String serviceUserId)
                                                     throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingModifyActiveInstanceListRequest

public static Response groupGroupPagingModifyActiveInstanceListRequest(BroadWorksServer bws,
                                                                       boolean readFromCache,
                                                                       java.lang.String serviceActivation)
                                                                throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingModifyInstanceRequest

public static Response groupGroupPagingModifyInstanceRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String serviceUserId,
                                                             java.lang.String serviceInstanceProfile,
                                                             java.lang.String confirmationToneTimeoutSeconds,
                                                             java.lang.String deliverOriginatorCLIDInstead,
                                                             java.lang.String originatorCLIDPrefix)
                                                      throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceUserId -
serviceInstanceProfile -
confirmationToneTimeoutSeconds -
deliverOriginatorCLIDInstead -
originatorCLIDPrefix -
Throws:
BwptkException

groupGroupPagingModifyOriginatorListRequest

public static Response groupGroupPagingModifyOriginatorListRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String serviceUserId,
                                                                   java.lang.String originatorUserIdList)
                                                            throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingModifyTargetListRequest

public static Response groupGroupPagingModifyTargetListRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String serviceUserId,
                                                               java.lang.String targetUserIdList)
                                                        throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingTargetsCapacityGetRequest

public static Response groupGroupPagingTargetsCapacityGetRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String serviceProviderId,
                                                                 java.lang.String groupId)
                                                          throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

groupGroupPagingTargetsCapacityModifyRequest

public static Response groupGroupPagingTargetsCapacityModifyRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String serviceProviderId,
                                                                    java.lang.String groupId,
                                                                    java.lang.String maximumTargetUsers)
                                                             throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

serviceProviderGroupPagingTargetsCapacityGetRequest

public static Response serviceProviderGroupPagingTargetsCapacityGetRequest(BroadWorksServer bws,
                                                                           boolean readFromCache,
                                                                           java.lang.String serviceProviderId)
                                                                    throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

serviceProviderGroupPagingTargetsCapacityModifyRequest

public static Response serviceProviderGroupPagingTargetsCapacityModifyRequest(BroadWorksServer bws,
                                                                              boolean readFromCache,
                                                                              java.lang.String serviceProviderId,
                                                                              java.lang.String maximumTargetUsers)
                                                                       throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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

userGroupPagingGetListRequest

public static Response userGroupPagingGetListRequest(BroadWorksServer bws,
                                                     boolean readFromCache,
                                                     java.lang.String userId)
                                              throws BwptkException
Add a Group Paging instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

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