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 classAssign a list of service provider number prefixes to a group.static classRequest a list of number prefixess that are assigned to a group and still available for assignment to users within the group.static classResponse to GroupRouteListEnterpriseTrunkNumberPrefixGetAvailableListRequest.static classGet the list of assigned and unassigned enterprise trunknumber prefixes in a group.static classResponse to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.static classUnassign a list of service provider number prefixes from a group.static classAssign a list of service provider number ranges to a group.static classRequest a list of number ranges that are assigned to a group and still available for assignment to users within the group.static classResponse to GroupRouteListEnterpriseTrunkNumberRangeGetAvailableListRequest.static classGet the list of assigned and unassigned enterprise trunknumber ranges in a group.static classResponse to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.static classUnassign a list of service provider number ranges from a 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 GroupServiceGroupRouteList(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionbooleanResponse to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.Response to GroupRouteListEnterpriseTrunkNumberRangeGetSummaryListRequest.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
-
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:
populatein classBroadWorksObject
-
push
Adds all available service data to a Group- Specified by:
pushin classBroadWorksGroupService
-
equals
-
hashCode
public int hashCode()
-