Class GroupSeriesCompletion
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksGroupService
co.ecg.alpaca.toolkit.generated.services.GroupSeriesCompletion
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdds a Series Completion group.static classDeletes a Series Completion group.static classGet a list of users that can be assigned to a Series Completion group.static classResponse to the GroupSeriesCompletionGetAvailableUserListRequest.static classRequest to get a list of Series Completion instances within a group.static classResponse to the GroupSeriesCompletionGetInstanceListRequest.static classGets a Series Completion group.static classResponse to the GroupSeriesCompletionGetInstanceRequest.static classModifies a Series Completion group. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksGroupService
groupFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
ConstructorsConstructorDescriptionThe serializable constructor for the GroupServiceGroupSeriesCompletion(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionbooleanResponse to the GroupSeriesCompletionGetInstanceRequest.Response to the GroupSeriesCompletionGetInstanceListRequest.inthashCode()populate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a GroupMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoadMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
seriesCompletionInstanceList
public GroupSeriesCompletion.GroupSeriesCompletionGetInstanceListResponse seriesCompletionInstanceList -
seriesCompletionInstance
public List<GroupSeriesCompletion.GroupSeriesCompletionGetInstanceResponse> seriesCompletionInstance
-
-
Constructor Details
-
GroupSeriesCompletion
Returns a GroupService Object with the Group Assigned- Parameters:
group-
-
GroupSeriesCompletion
public GroupSeriesCompletion()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getSeriesCompletionInstanceList
public GroupSeriesCompletion.GroupSeriesCompletionGetInstanceListResponse getSeriesCompletionInstanceList()Response to the GroupSeriesCompletionGetInstanceListRequest.- Returns:
- the GroupSeriesCompletionGetInstanceListResponse for this service
-
getSeriesCompletionInstance
public List<GroupSeriesCompletion.GroupSeriesCompletionGetInstanceResponse> getSeriesCompletionInstance()Response to the GroupSeriesCompletionGetInstanceRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address".- Returns:
- the GroupSeriesCompletionGetInstanceResponse for this service
-
populate
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
Adds all available service data to a Group- Specified by:
pushin classBroadWorksGroupService
-
equals
-
hashCode
public int hashCode()
-