Class UserSeriesCompletion
- 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.UserSeriesCompletion
-
- All Implemented Interfaces:
Serializable
public class UserSeriesCompletion extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserSeriesCompletion.UserSeriesCompletionGetRequest
Gets the details of the Series Completion group that a user belongs to (if any).static class
UserSeriesCompletion.UserSeriesCompletionGetResponse
Response to the UserSeriesCompletionGetRequest.
-
Field Summary
Fields Modifier and Type Field Description UserSeriesCompletion.UserSeriesCompletionGetResponse
seriesCompletion
static ServiceTag<UserSeriesCompletion>
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 UserSeriesCompletion()
The serializable constructor for the UserServiceUserSeriesCompletion(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 boolean
equals(Object o)
String
getClassName()
UserSeriesCompletion.UserSeriesCompletionGetResponse
getSeriesCompletion()
Response to the UserSeriesCompletionGetRequest.int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(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<UserSeriesCompletion> tag
-
seriesCompletion
public UserSeriesCompletion.UserSeriesCompletionGetResponse seriesCompletion
-
-
Constructor Detail
-
UserSeriesCompletion
public UserSeriesCompletion(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserSeriesCompletion
public UserSeriesCompletion()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getSeriesCompletion
public UserSeriesCompletion.UserSeriesCompletionGetResponse getSeriesCompletion()
Response to the UserSeriesCompletionGetRequest. Identifies which Series Completion 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", "Department", "Phone Number", "Extension", "Email Address".- Returns:
- the UserSeriesCompletionGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
push
in classBroadWorksUserService
-
-