Class UserSelectiveCallAcceptance
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.UserSelectiveCallAcceptance
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Add a criteria to the user's selective call acceptance service.static class
Delete a criteria from the user's selective call acceptance service.static class
Get the user's selective call acceptance criteria listing.static class
Response to the UserSelectiveCallAcceptanceGetCriteriaListRequest.static class
Get a criteria for the user's selective call acceptance service.static class
Response to the UserSelectiveCallAcceptanceGetCriteriaRequest21.static class
Activate the user's selective call acceptance criteria list.static class
Modify a criteria for the user's selective call acceptance service. -
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 UserServiceUserSelectiveCallAcceptance
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to the UserSelectiveCallAcceptanceGetCriteriaRequest21.Response to the UserSelectiveCallAcceptanceGetCriteriaListRequest.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
-
selectiveCallAcceptanceCriteriaList
public UserSelectiveCallAcceptance.UserSelectiveCallAcceptanceGetCriteriaListResponse selectiveCallAcceptanceCriteriaList -
selectiveCallAcceptanceCriteria
public List<UserSelectiveCallAcceptance.UserSelectiveCallAcceptanceGetCriteriaResponse> selectiveCallAcceptanceCriteria
-
-
Constructor Details
-
UserSelectiveCallAcceptance
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserSelectiveCallAcceptance
public UserSelectiveCallAcceptance()The serializable constructor for the UserService
-
-
Method Details
-
getClassName
-
getSelectiveCallAcceptanceCriteriaList
public UserSelectiveCallAcceptance.UserSelectiveCallAcceptanceGetCriteriaListResponse getSelectiveCallAcceptanceCriteriaList()Response to the UserSelectiveCallAcceptanceGetCriteriaListRequest. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted", "Holiday Schedule", "Calls To Type", "Calls To Number" and "Calls To Extension". The following columns are only returned in AS data mode: "Calls To Type", "Calls To Number" and "Calls To Extension" 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 UserSelectiveCallAcceptanceGetCriteriaListResponse for this service
-
getSelectiveCallAcceptanceCriteria
public List<UserSelectiveCallAcceptance.UserSelectiveCallAcceptanceGetCriteriaResponse> getSelectiveCallAcceptanceCriteria()Response to the UserSelectiveCallAcceptanceGetCriteriaRequest21.- Returns:
- the UserSelectiveCallAcceptanceGetCriteriaResponse 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()
-