com.e_c_group.bwptk.services
Class ReceptionistOffice

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

public class ReceptionistOffice
extends java.lang.Object


Constructor Summary
ReceptionistOffice()
           
 
Method Summary
static Response userBroadWorksReceptionistOfficeGetAvailableUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment)
          Get the Receptionist Office available user list.
static Response userBroadWorksReceptionistOfficeGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Get the Receptionist Office available user list.
static Response userBroadWorksReceptionistOfficeModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String monitoredUserIdList)
          Get the Receptionist Office available user list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceptionistOffice

public ReceptionistOffice()
Method Detail

userBroadWorksReceptionistOfficeGetAvailableUserListRequest

public static Response userBroadWorksReceptionistOfficeGetAvailableUserListRequest(BroadWorksServer bws,
                                                                                   boolean readFromCache,
                                                                                   java.lang.String userId,
                                                                                   java.lang.String responseSizeLimit,
                                                                                   java.lang.String searchCriteriaUserLastName,
                                                                                   java.lang.String searchCriteriaUserFirstName,
                                                                                   java.lang.String searchCriteriaExactUserDepartment)
                                                                            throws BwptkException
Get the Receptionist Office available user list. The response is either UserBroadWorksReceptionistOfficeGetAvailableUserListResponse or ErrorResponse.

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

userBroadWorksReceptionistOfficeGetRequest

public static Response userBroadWorksReceptionistOfficeGetRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String userId)
                                                           throws BwptkException
Get the Receptionist Office available user list. The response is either UserBroadWorksReceptionistOfficeGetAvailableUserListResponse or ErrorResponse.

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

userBroadWorksReceptionistOfficeModifyRequest

public static Response userBroadWorksReceptionistOfficeModifyRequest(BroadWorksServer bws,
                                                                     boolean readFromCache,
                                                                     java.lang.String userId,
                                                                     java.lang.String monitoredUserIdList)
                                                              throws BwptkException
Get the Receptionist Office available user list. The response is either UserBroadWorksReceptionistOfficeGetAvailableUserListResponse or ErrorResponse.

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