Class UserCallPark
- 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.UserCallPark
-
- All Implemented Interfaces:
Serializable
public class UserCallPark extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserCallPark.UserCallParkGetRequestIdentifies which Call Park group the user belongs to if any and the list of users in the group.static classUserCallPark.UserCallParkGetResponseResponse to the UserCallParkGetRequest.
-
Field Summary
Fields Modifier and Type Field Description UserCallPark.UserCallParkGetResponsecallParkstatic ServiceTag<UserCallPark>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 UserCallPark()The serializable constructor for the UserServiceUserCallPark(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)UserCallPark.UserCallParkGetResponsegetCallPark()Response to the UserCallParkGetRequest.StringgetClassName()inthashCode()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<UserCallPark> tag
-
callPark
public UserCallPark.UserCallParkGetResponse callPark
-
-
Constructor Detail
-
UserCallPark
public UserCallPark(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserCallPark
public UserCallPark()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getCallPark
public UserCallPark.UserCallParkGetResponse getCallPark()
Response to the UserCallParkGetRequest. Identifies which Call Park group the user belongs to and the list of users in the group. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name". The users are in the table in the order they will try to be parked on.- Returns:
- the UserCallParkGetResponse 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
-
-