com.e_c_group.bwptk.services
Class ReceptionistSmallBusiness

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

public class ReceptionistSmallBusiness
extends java.lang.Object


Constructor Summary
ReceptionistSmallBusiness()
           
 
Method Summary
static Response userBroadWorksReceptionistSmallBusinessGetAvailableUserListRequest(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 Receptionist Small Business service.
static Response userBroadWorksReceptionistSmallBusinessGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Get a list of available users for the Receptionist Small Business service.
static Response userBroadWorksReceptionistSmallBusinessModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String monitoredUserIdList)
          Get a list of available users for the Receptionist Small Business service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceptionistSmallBusiness

public ReceptionistSmallBusiness()
Method Detail

userBroadWorksReceptionistSmallBusinessGetAvailableUserListRequest

public static Response userBroadWorksReceptionistSmallBusinessGetAvailableUserListRequest(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 Receptionist Small Business service. The response is either UserBroadWorksReceptionistSmallBusinessGetAvailableUserListResponse or ErrorResponse.

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

userBroadWorksReceptionistSmallBusinessGetRequest

public static Response userBroadWorksReceptionistSmallBusinessGetRequest(BroadWorksServer bws,
                                                                         boolean readFromCache,
                                                                         java.lang.String userId)
                                                                  throws BwptkException
Get a list of available users for the Receptionist Small Business service. The response is either UserBroadWorksReceptionistSmallBusinessGetAvailableUserListResponse or ErrorResponse.

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

userBroadWorksReceptionistSmallBusinessModifyRequest

public static Response userBroadWorksReceptionistSmallBusinessModifyRequest(BroadWorksServer bws,
                                                                            boolean readFromCache,
                                                                            java.lang.String userId,
                                                                            java.lang.String monitoredUserIdList)
                                                                     throws BwptkException
Get a list of available users for the Receptionist Small Business service. The response is either UserBroadWorksReceptionistSmallBusinessGetAvailableUserListResponse or ErrorResponse.

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