com.e_c_group.bwptk.services
Class HotelingGuest

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

public class HotelingGuest
extends java.lang.Object


Constructor Summary
HotelingGuest()
           
 
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
 

Constructor Detail

HotelingGuest

public HotelingGuest()
Method Detail

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 Server
readFromCache - Whether to pull the request from bwptk cache
userId -
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 Server
readFromCache - Whether to pull the request from bwptk cache
userId -
isActive -
enableAssociationLimit -
associationLimitHours -
hostUserId -
Throws:
BwptkException