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 class
Adds a Call Park group.static class
Deletes a Call Park group.static class
Get a list of hunt groups that are available to select as an alternate recall user.static class
Response to the GroupCallParkGetAvailableAlternateRecallUserListResponse.static class
Get a list of hunt groups that are available to select as an alternate recall user.static class
Response to the GroupCallParkGetAvailableAlternateRecallUserPagedSortedListResponse.static class
Get a list of users that can be assigned to a Call Park group.static class
Response to the GroupCallParkGetAvailableUserListRequest.static class
Get a list of users that can be assigned to a Call Park group.static class
Response to the GroupCallParkGetAvailableUserPagedSortedListRequest.static class
Request to get a list of Call Park group instances within a group.static class
Response to the GroupCallParkGetInstanceListRequest.static class
Request to get a list of Call Park group instances within a group.static class
Response to the GroupCallParkGetInstancePagedSortedListRequest.static class
Gets a Call Park group.static class
Response to the GroupCallParkGetInstancePagedSortedRequest.static class
Gets a Call Park group.static class
Response to the GroupCallParkGetInstanceRequest16sp2.static class
Gets the Call Park Group settings.static class
Response to the GroupCallParkGetRequest16sp2.static class
Modifies a Call Park group.static class
Modifies the Group's Call Park settings. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksGroupService
group
Fields 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 TypeMethodDescriptionboolean
Response to the GroupCallParkGetRequest16sp2.Response to the GroupCallParkGetInstanceRequest16sp2.Response to the GroupCallParkGetInstanceListRequest.int
hashCode()
populate()
Populates all available service datavoid
push
(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, waitForLoad
Methods 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:
populate
in classBroadWorksObject
-
push
Adds all available service data to a Group- Specified by:
push
in classBroadWorksGroupService
-
equals
-
hashCode
public int hashCode()
-