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