Class UserPriorityAlert
- 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.UserPriorityAlert
-
- All Implemented Interfaces:
Serializable
public class UserPriorityAlert extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserPriorityAlert.UserPriorityAlertAddCriteriaRequestAdd a criteria to the user's priority alert service.static classUserPriorityAlert.UserPriorityAlertDeleteCriteriaRequestDelete a criteria from the user's priority alert service.static classUserPriorityAlert.UserPriorityAlertGetCriteriaListRequestGet the user's priority alert criteria listing.static classUserPriorityAlert.UserPriorityAlertGetCriteriaListResponseResponse to the UserPriorityAlertGetCriteriaListRequest.static classUserPriorityAlert.UserPriorityAlertGetCriteriaRequestGet a criteria for the user's priority alert service.static classUserPriorityAlert.UserPriorityAlertGetCriteriaResponseResponse to the UserPriorityAlertGetCriteriaRequest21.static classUserPriorityAlert.UserPriorityAlertModifyActiveCriteriaListRequestActivate the user's priority alert criteria list.static classUserPriorityAlert.UserPriorityAlertModifyCriteriaRequestModify a criteria for the user's priority alert service.
-
Field Summary
Fields Modifier and Type Field Description List<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse>priorityAlertCriteriaUserPriorityAlert.UserPriorityAlertGetCriteriaListResponsepriorityAlertCriteriaListstatic ServiceTag<UserPriorityAlert>tag-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description UserPriorityAlert()The serializable constructor for the UserServiceUserPriorityAlert(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Returns a UserService Object with the User Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()List<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse>getPriorityAlertCriteria()Response to the UserPriorityAlertGetCriteriaRequest21.UserPriorityAlert.UserPriorityAlertGetCriteriaListResponsegetPriorityAlertCriteriaList()Response to the UserPriorityAlertGetCriteriaListRequest.inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Adds all available service data to a User-
Methods 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 Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<UserPriorityAlert> tag
-
priorityAlertCriteriaList
public UserPriorityAlert.UserPriorityAlertGetCriteriaListResponse priorityAlertCriteriaList
-
priorityAlertCriteria
public List<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse> priorityAlertCriteria
-
-
Constructor Detail
-
UserPriorityAlert
public UserPriorityAlert(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserPriorityAlert
public UserPriorityAlert()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getPriorityAlertCriteriaList
public UserPriorityAlert.UserPriorityAlertGetCriteriaListResponse getPriorityAlertCriteriaList()
Response to the UserPriorityAlertGetCriteriaListRequest. 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 UserPriorityAlertGetCriteriaListResponse for this service
-
getPriorityAlertCriteria
public List<UserPriorityAlert.UserPriorityAlertGetCriteriaResponse> getPriorityAlertCriteria()
Response to the UserPriorityAlertGetCriteriaRequest21.- Returns:
- the UserPriorityAlertGetCriteriaResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
-