Class GroupCallPark
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.GroupCallPark
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdds a Call Park group.static classDeletes a Call Park group.static classGet a list of hunt groups that are available to select as an alternate recall user.static classResponse to the GroupCallParkGetAvailableAlternateRecallUserListResponse.static classGet a list of hunt groups that are available to select as an alternate recall user.static classResponse to the GroupCallParkGetAvailableAlternateRecallUserPagedSortedListResponse.static classGet a list of users that can be assigned to a Call Park group.static classResponse to the GroupCallParkGetAvailableUserListRequest.static classGet a list of users that can be assigned to a Call Park group.static classResponse to the GroupCallParkGetAvailableUserPagedSortedListRequest.static classRequest to get a list of Call Park group instances within a group.static classResponse to the GroupCallParkGetInstanceListRequest.static classRequest to get a list of Call Park group instances within a group.static classResponse to the GroupCallParkGetInstancePagedSortedListRequest.static classGets a Call Park group.static classResponse to the GroupCallParkGetInstancePagedSortedRequest.static classGets a Call Park group.static classResponse to the GroupCallParkGetInstanceRequest16sp2.static classGets the Call Park Group settings.static classResponse to the GroupCallParkGetRequest16sp2.static classModifies a Call Park group.static classModifies the Group's Call Park settings. -
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 GroupServiceGroupCallPark(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionbooleanResponse to the GroupCallParkGetRequest16sp2.Response to the GroupCallParkGetInstanceRequest16sp2.Response to the GroupCallParkGetInstanceListRequest.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
-
callParkInstanceList
-
callParkInstance
-
callPark
-
-
Constructor Details
-
GroupCallPark
Returns a GroupService Object with the Group Assigned- Parameters:
group-
-
GroupCallPark
public GroupCallPark()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getCallParkInstanceList
Response to the GroupCallParkGetInstanceListRequest.- Returns:
- the GroupCallParkGetInstanceListResponse for this service
-
getCallParkInstance
Response to the GroupCallParkGetInstanceRequest16sp2. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address". The users are in the table are in the order they will try to be parked on.- Returns:
- the GroupCallParkGetInstanceResponse for this service
-
getCallPark
Response to the GroupCallParkGetRequest16sp2. Contains the settings that apply to the whole group for Call Park.- Returns:
- the GroupCallParkGetResponse 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()
-