com.e_c_group.bwptk.services
Class PushToTalk

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

public class PushToTalk
extends java.lang.Object


Constructor Summary
PushToTalk()
           
 
Method Summary
static Response userPushToTalkGetAvailableUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment, java.lang.String searchCriteriaExactUserGroup)
          Get a list of available users for the push to talk service.
static Response userPushToTalkGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Get a list of available users for the push to talk service.
static Response userPushToTalkModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String allowAutoAnswer, java.lang.String outgoingConnectionSelection, java.lang.String accessListSelection, java.lang.String selectedUserIdList)
          Get a list of available users for the push to talk service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushToTalk

public PushToTalk()
Method Detail

userPushToTalkGetAvailableUserListRequest

public static Response userPushToTalkGetAvailableUserListRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String userId,
                                                                 java.lang.String responseSizeLimit,
                                                                 java.lang.String searchCriteriaUserLastName,
                                                                 java.lang.String searchCriteriaUserFirstName,
                                                                 java.lang.String searchCriteriaExactUserDepartment,
                                                                 java.lang.String searchCriteriaExactUserGroup)
                                                          throws BwptkException
Get a list of available users for the push to talk service. The response is either UserPushToTalkGetAvailableUserListResponse or ErrorResponse.

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

userPushToTalkGetRequest

public static Response userPushToTalkGetRequest(BroadWorksServer bws,
                                                boolean readFromCache,
                                                java.lang.String userId)
                                         throws BwptkException
Get a list of available users for the push to talk service. The response is either UserPushToTalkGetAvailableUserListResponse or ErrorResponse.

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

userPushToTalkModifyRequest

public static Response userPushToTalkModifyRequest(BroadWorksServer bws,
                                                   boolean readFromCache,
                                                   java.lang.String userId,
                                                   java.lang.String allowAutoAnswer,
                                                   java.lang.String outgoingConnectionSelection,
                                                   java.lang.String accessListSelection,
                                                   java.lang.String selectedUserIdList)
                                            throws BwptkException
Get a list of available users for the push to talk service. The response is either UserPushToTalkGetAvailableUserListResponse or ErrorResponse.

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