com.e_c_group.bwptk.services
Class PushToTalk
java.lang.Object
  
com.e_c_group.bwptk.services.PushToTalk
public class PushToTalk
- extends java.lang.Object
 
 
| 
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 | 
 
PushToTalk
public PushToTalk()
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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- 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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - allowAutoAnswer - outgoingConnectionSelection - accessListSelection - selectedUserIdList - 
- Throws:
 BwptkException