com.e_c_group.bwptk.services
Class HotelingGuest
java.lang.Object
  
com.e_c_group.bwptk.services.HotelingGuest
public class HotelingGuest
- extends java.lang.Object
 
 
| 
Method Summary | 
static Response | 
userHotelingGuestGetAvailableUserListRequest(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 a list of users that can be assigned as Hoteling Guests. | 
static Response | 
userHotelingGuestModifyRequest(BroadWorksServer bws,
                               boolean readFromCache,
                               java.lang.String userId,
                               java.lang.String isActive,
                               java.lang.String enableAssociationLimit,
                               java.lang.String associationLimitHours,
                               java.lang.String hostUserId)
 
          Get a list of users that can be assigned as Hoteling Guests. | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HotelingGuest
public HotelingGuest()
userHotelingGuestGetAvailableUserListRequest
public static Response userHotelingGuestGetAvailableUserListRequest(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 a list of users that can be assigned as Hoteling Guests. The response is either UserHotelingGuestGetAvailableUserListResponse or ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - responseSizeLimit - searchCriteriaUserLastName - searchCriteriaUserFirstName - searchCriteriaExactUserDepartment - 
- Throws:
 BwptkException
 
 
userHotelingGuestModifyRequest
public static Response userHotelingGuestModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId,
                                                      java.lang.String isActive,
                                                      java.lang.String enableAssociationLimit,
                                                      java.lang.String associationLimitHours,
                                                      java.lang.String hostUserId)
                                               throws BwptkException
- Get a list of users that can be assigned as Hoteling Guests. The response is either UserHotelingGuestGetAvailableUserListResponse or ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - enableAssociationLimit - associationLimitHours - hostUserId - 
- Throws:
 BwptkException