Class UserExecutive
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksUserService
co.ecg.alpaca.toolkit.generated.services.UserExecutive
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Add a filtering criteria to an executive user.static class
Delete a filtering criteria from an executive user.static class
Get the assistant setting and the list of assistants assigned to an executive.static class
Response to the UserExecutiveGetAssistantsRequest.static class
Get a list of users that can be assigned to an executive.static class
Response to the UserExecutiveGetAvailableAssistantListResponse.static class
Get the filtering setting and the list of filtering criteria defined for an executive user.static class
Response to the UserExecutiveGetFilteringRequest.static class
Get a filtering criteria for an executive user.static class
Response to the UserExecutiveGetFilteringSelectiveCriteriaRequest21.static class
Get the screening and alerting setting of an executive.static class
Response to the UserExecutiveGetScreeningAlertingRequest.static class
Request to modify the assistant setting and the list of assistants assigned to an executive user.static class
Modify the filtering setting for an executive user.static class
Modify a filtering selective criteria for an executive.static class
Modify the screening and alerting setting of an executive. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
ConstructorsConstructorDescriptionThe serializable constructor for the UserServiceUserExecutive
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to the UserExecutiveGetAssistantsRequest.Response to the UserExecutiveGetFilteringRequest.Response to the UserExecutiveGetFilteringSelectiveCriteriaRequest21.Response to the UserExecutiveGetScreeningAlertingRequest.int
hashCode()
populate()
Populates all available service datavoid
push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a UserMethods 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
-
executiveAssistant
-
executiveFiltering
-
executiveFilteringSelectiveCriteria
public List<UserExecutive.UserExecutiveGetFilteringSelectiveCriteriaResponse> executiveFilteringSelectiveCriteria -
executiveScreeningAlerting
-
-
Constructor Details
-
UserExecutive
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserExecutive
public UserExecutive()The serializable constructor for the UserService
-
-
Method Details
-
getClassName
-
getExecutiveAssistant
Response to the UserExecutiveGetAssistantsRequest. Contains the assistant setting and a table of assigned assistants. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address" and "Opt-in". The possible values for "Opt-in" column are "true" and "false".- Returns:
- the UserExecutiveGetAssistantResponse for this service
-
getExecutiveFiltering
Response to the UserExecutiveGetFilteringRequest. Contains the filtering setting and a table of filtering criteria. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Filter", "Holiday Schedule", "Calls To Type", "Calls To Number" and "Calls To Extension". The "Filter" column can contain "true" or "false". The possible values for the "Calls To Type" column are the following or a combination of them separated by comma: - Primary - Alternate X (where x is a number between 1 and 10) - Mobility The possible values for the "Calls To Number" column are the following or a combination of them separated by comma: - The value of the phone number for the corresponding Calls To Type, when the number is available. i.e. Alternate 1 may have extension, but no number. - When no number is available a blank space is provided instead. The possible values for the "Calls To Extension" column are the following or a combination of them separated by comma: - The value of the extension for the corresponding Calls To Type, when the extension is available. i.e. Primary may have number, but no extension. - For Mobility Calls To Type, this is always blank. - When no extension is available a blank space is provided instead.- Returns:
- the UserExecutiveGetFilteringResponse for this service
-
getExecutiveFilteringSelectiveCriteria
public List<UserExecutive.UserExecutiveGetFilteringSelectiveCriteriaResponse> getExecutiveFilteringSelectiveCriteria()Response to the UserExecutiveGetFilteringSelectiveCriteriaRequest21.- Returns:
- the UserExecutiveGetFilteringSelectiveCriteriaResponse for this service
-
getExecutiveScreeningAlerting
Response to the UserExecutiveGetScreeningAlertingRequest. Contains the screening and alerting settings for an executive.- Returns:
- the UserExecutiveGetScreeningAlertingResponse for this service
-
populate
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
Adds all available service data to a User- Specified by:
push
in classBroadWorksUserService
-
equals
-
hashCode
public int hashCode()
-