Class EnterpriseBroadWorksMobility
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.EnterpriseBroadWorksMobility
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequest a summary table of all Mobile Subscriber Directory Numbers in an enterprise.static classResponse to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListRequest.static classRequest a summary table of all Mobile Subscriber Directory Numbers in an enterprise.static classResponse to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentPagedSortedListRequest22.static classRequest a list of available Mobile Subscriber Directory Numbers not yet assigned to any user.static classResponse to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest22.static classRequest a list of available Mobile Subscriber Directory Numbers not yet assigned to any user.static classResponse to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailablePagedSortedListRequest22. -
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 EnterpriseServiceEnterpriseBroadWorksMobility(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise Assigned -
Method Summary
Modifier and TypeMethodDescriptionbooleanResponse to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListRequest.Response to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentPagedSortedListRequest22.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, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoadMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
broadWorksMobilityMobileSubscriberDirectoryNumberAssignmentList
public EnterpriseBroadWorksMobility.EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListResponse broadWorksMobilityMobileSubscriberDirectoryNumberAssignmentList -
broadWorksMobilityMobileSubscriberDirectoryNumberAssignmentPagedSortedList
public EnterpriseBroadWorksMobility.EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentPagedSortedListResponse broadWorksMobilityMobileSubscriberDirectoryNumberAssignmentPagedSortedList
-
-
Constructor Details
-
EnterpriseBroadWorksMobility
Returns a EnterpriseService Object with the Enterprise Assigned- Parameters:
enterprise-
-
EnterpriseBroadWorksMobility
public EnterpriseBroadWorksMobility()The serializable constructor for the EnterpriseService
-
-
Method Details
-
getClassName
-
getBroadWorksMobilityMobileSubscriberDirectoryNumberAssignmentList
public EnterpriseBroadWorksMobility.EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListResponse getBroadWorksMobilityMobileSubscriberDirectoryNumberAssignmentList()Response to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListRequest. The response contains a table with columns: "Mobile Number", "User Id", "Last Name", "First Name","Phone Number","Extension", "Group Id", "Department" and "Mobile Network". The "Mobile Number" column contains a single DN. The "User Id", "Last Name" and "First Name" columns contains the corresponding attributes of the user possessing the DN(s). The "Phone Number" column contains a single DN. The "Group Id" column contains the Group Id of the user. The "Department" column contains the department of the user if it is part of a department. The "Mobile Network" column contains the Mobile Network the number belongs to.- Returns:
- the EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListResponse for this service
-
getBroadWorksMobilityMobileSubscriberDirectoryNumberAssignmentPagedSortedList
public EnterpriseBroadWorksMobility.EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentPagedSortedListResponse getBroadWorksMobilityMobileSubscriberDirectoryNumberAssignmentPagedSortedList()Response to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentPagedSortedListRequest22. The response contains the number of entries that would be returned if the response was not page size restricted. Contains a table with columns: "Mobile Number", "User Id", "Last Name", "First Name", "Phone Number", "Extension", "Group Id", "Department", "Department Type", "Parent Department", "Parent Department Type", "Mobile Network", "Country Code", "National Prefix", "Available", "Mobile Country Code", "Mobile National Prefix". The "Mobile Number" column contains a single DN. The "User Id", "Last Name" and "First Name" columns contains the corresponding attributes of the user possessing the DN(s). The "Phone Number" column contains a single DN. The "Group Id" column contains the Group Id of the user. The "Group Name" column contains the Group Name of the user. The "Department" column contains the department of the user if it is part of a department. The "Parent Department" column contains the parent department of the user if it is part of a department. The "Department Type" and "Parent Department Type" columns will contain the values "Enterprise" or "Group". The "Mobile Network" column contains the Mobile Network the number belongs to. The "Country Code" column indicates the dialing prefix for the phone number. The "National Prefix" column indicates the digit sequence to be dialed before the telephone number. The "Available" column indicates if the Mobile Number is available. The "Mobile Country Code" column indicates the dialing prefix for the mobile number. The "Mobile National Prefix" column indicates the digit sequence to be dialed before the mobile number.- Returns:
- the EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentPagedSortedListResponse 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()
-