Class GroupRouteList
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.GroupRouteList
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Assign a list of service provider number prefixes to a group.static class
Request a list of number prefixess that are assigned to a group and still available for assignment to users within the group.static class
Response to GroupRouteListEnterpriseTrunkNumberPrefixGetAvailableListRequest.static class
Get the list of assigned and unassigned enterprise trunknumber prefixes in a group.static class
Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.static class
Unassign a list of service provider number prefixes from a group.static class
Assign a list of service provider number ranges to a group.static class
Request a list of number ranges that are assigned to a group and still available for assignment to users within the group.static class
Response to GroupRouteListEnterpriseTrunkNumberRangeGetAvailableListRequest.static class
Get the list of assigned and unassigned enterprise trunknumber ranges in a group.static class
Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.static class
Unassign a list of service provider number ranges from a group. -
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 GroupServiceGroupRouteList
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.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
-
routeListEnterpriseTrunkNumberPrefixSummaryList
public GroupRouteList.GroupRouteListEnterpriseTrunkNumberPrefixGetSummaryListResponse routeListEnterpriseTrunkNumberPrefixSummaryList -
routeListEnterpriseTrunkNumberRangeSummaryList
public GroupRouteList.GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListResponse routeListEnterpriseTrunkNumberRangeSummaryList
-
-
Constructor Details
-
GroupRouteList
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupRouteList
public GroupRouteList()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getRouteListEnterpriseTrunkNumberPrefixSummaryList
public GroupRouteList.GroupRouteListEnterpriseTrunkNumberPrefixGetSummaryListResponse getRouteListEnterpriseTrunkNumberPrefixSummaryList()Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest. The response contains a table with columns: "Number Prefix", "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "Enterprise Trunk" and "Is Active". The "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department" and "Email Address" columns contains the corresponding attributes of the user possessing the number range. The "Enterprise Trunk" column contains the enterprise trunk the user possessing the number range belongs to. The "Is Active" column indicates if the number prefix has been activated.- Returns:
- the GroupRouteListEnterpriseTrunkNumberPrefixGetSummaryListResponse for this service
-
getRouteListEnterpriseTrunkNumberRangeSummaryList
public GroupRouteList.GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListResponse getRouteListEnterpriseTrunkNumberRangeSummaryList()Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest. The response contains a table with columns: "Number Range Start", "Number Range End", "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "Enterprise Trunk" and "Is Active". The "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department" and "Email Address" columns contains the corresponding attributes of the user possessing the number range. The "Enterprise Trunk" column contains the enterprise trunk the user possessing the number range belongs to. The "Is Active" column indicates if the number range has been activated.- Returns:
- the GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListResponse 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()
-