Class UserHotelingGuest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksUserService
-
- co.ecg.alpaca.toolkit.generated.services.UserHotelingGuest
-
- All Implemented Interfaces:
Serializable
public class UserHotelingGuest extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserHotelingGuest.UserHotelingGuestGetAvailableUserListRequestGet a list of users that can be assigned as Hoteling Guests.static classUserHotelingGuest.UserHotelingGuestGetAvailableUserListResponseResponse to the UserHotelingGuestGetAvailableUserListRequest.static classUserHotelingGuest.UserHotelingGuestGetRequestRequest the user level data associated with Hoteling Guest.static classUserHotelingGuest.UserHotelingGuestGetResponseResponse to UserHotelingGuestGetRequest14sp4static classUserHotelingGuest.UserHotelingGuestModifyRequestModify the user level data associated with Hoteling Guest.
-
Field Summary
Fields Modifier and Type Field Description UserHotelingGuest.UserHotelingGuestGetResponsehotelingGueststatic ServiceTag<UserHotelingGuest>tag-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description UserHotelingGuest()The serializable constructor for the UserServiceUserHotelingGuest(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Returns a UserService Object with the User Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()UserHotelingGuest.UserHotelingGuestGetResponsegetHotelingGuest()Response to UserHotelingGuestGetRequest14sp4inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Adds all available service data to a User-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
-
-
-
Field Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<UserHotelingGuest> tag
-
hotelingGuest
public UserHotelingGuest.UserHotelingGuestGetResponse hotelingGuest
-
-
Constructor Detail
-
UserHotelingGuest
public UserHotelingGuest(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserHotelingGuest
public UserHotelingGuest()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getHotelingGuest
public UserHotelingGuest.UserHotelingGuestGetResponse getHotelingGuest()
Response to UserHotelingGuestGetRequest14sp4- Returns:
- the UserHotelingGuestGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
-