Class EnterpriseTrunkGroup
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
co.ecg.alpaca.toolkit.generated.services.EnterpriseTrunkGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequest to add an enterprise trunk in an enterprise.static classRequest to add users to an enterprise trunk in an enterprise.static classRequest to delete an enterprise trunk in an enterprise.static classRequest to delete users from an enterprise trunk in an enterprise.static classRequest to add users to an enterprise trunk in an enterprise.static classRequest to get the list of all available trunk groups defined in an enterprise.static classResponse to EnterpriseEnterpriseTrunkGetAvailableTrunkGroupListRequest.static classRequest the list of users that are available to be added to an enterprise trunk.static classResponse to EnterpriseEnterpriseTrunkGetAvailableUserListRequest.static classRequest to get the list of all enterprise trunks defined in an enterprise.static classResponse to EnterpriseEnterpriseTrunkGetListRequest.static classRequest to get an enterprise trunk The response is either an EnterpriseEnterpriseTrunkGetResponse21 or an ErrorResponse.static classResponse to EnterpriseEnterpriseTrunkGetRequest21.static classRequest the list of users in an enterprise trunk.static classResponse to EnterpriseEnterpriseTrunkGetUserListRequest.static classRequest to modify an enterprise trunk in an enterprise. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
enterpriseFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
serviceProviderFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
ConstructorsConstructorDescriptionThe serializable constructor for the EnterpriseServiceEnterpriseTrunkGroup(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise Assigned -
Method Summary
Modifier and TypeMethodDescriptionbooleanResponse to EnterpriseEnterpriseTrunkGetRequest21.Response to EnterpriseEnterpriseTrunkGetListRequest.Response to EnterpriseEnterpriseTrunkGetUserListRequest.inthashCode()populate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a EnterpriseMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
pushMethods 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
-
enterpriseTrunkList
-
enterpriseTrunk
-
enterpriseTrunkUserList
public List<EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetUserListResponse> enterpriseTrunkUserList
-
-
Constructor Details
-
EnterpriseTrunkGroup
Returns a EnterpriseService Object with the Enterprise Assigned- Parameters:
enterprise-
-
EnterpriseTrunkGroup
public EnterpriseTrunkGroup()The serializable constructor for the EnterpriseService
-
-
Method Details
-
getClassName
-
getEnterpriseTrunkList
Response to EnterpriseEnterpriseTrunkGetListRequest. Contains a table of enterprise trunks defined in the enterprise The column headings are: "Enterprise Trunk Name", "Routing Type"- Returns:
- the EnterpriseEnterpriseTrunkGetListResponse for this service
-
getEnterpriseTrunk
Response to EnterpriseEnterpriseTrunkGetRequest21.- Returns:
- the EnterpriseEnterpriseTrunkGetResponse for this service
-
getEnterpriseTrunkUserList
public List<EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetUserListResponse> getEnterpriseTrunkUserList()Response to EnterpriseEnterpriseTrunkGetUserListRequest. The column headings for the enterpriseTrunkUserTable are: "Group Id", "User Id", "Last Name", "First Name", "Phone Number", "Alternate Trunk Identity", "Hiragana Last Name", "Hiragana First Name", "Extension", "Department", "Email Address" and "Route List Assigned".- Returns:
- the EnterpriseEnterpriseTrunkGetUserListResponse for this service
-
populate
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
Adds all available service data to a Enterprise- Specified by:
pushin classBroadWorksEnterpriseService
-
equals
-
hashCode
public int hashCode()
-