Class UserSelectiveCallRejection
- 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.UserSelectiveCallRejection
-
- All Implemented Interfaces:
Serializable
public class UserSelectiveCallRejection extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserSelectiveCallRejection.UserSelectiveCallRejectionAddCriteriaRequest
Add a criteria to the user's selective call rejection service.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionDeleteCriteriaRequest
Delete a criteria from the user's selective call rejection service.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaListRequest
Get the user's selective call rejection criteria listing.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaListResponse
Response to the UserSelectiveCallRejectionGetCriteriaListRequest.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaRequest
Get a criteria for the user's selective call rejection service.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaResponse
Response to the UserSelectiveCallRejectionGetCriteriaRequest21.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionModifyActiveCriteriaListRequest
Activate the user's selective call rejection criteria list.static class
UserSelectiveCallRejection.UserSelectiveCallRejectionModifyCriteriaRequest
Modify a criteria for the user's selective call rejection service.
-
Field Summary
-
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 UserSelectiveCallRejection()
The serializable constructor for the UserServiceUserSelectiveCallRejection(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 boolean
equals(Object o)
String
getClassName()
List<UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaResponse>
getSelectiveCallRejectionCriteria()
Response to the UserSelectiveCallRejectionGetCriteriaRequest21.UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaListResponse
getSelectiveCallRejectionCriteriaList()
Response to the UserSelectiveCallRejectionGetCriteriaListRequest.int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(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<UserSelectiveCallRejection> tag
-
selectiveCallRejectionCriteriaList
public UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaListResponse selectiveCallRejectionCriteriaList
-
selectiveCallRejectionCriteria
public List<UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaResponse> selectiveCallRejectionCriteria
-
-
Constructor Detail
-
UserSelectiveCallRejection
public UserSelectiveCallRejection(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserSelectiveCallRejection
public UserSelectiveCallRejection()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getSelectiveCallRejectionCriteriaList
public UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaListResponse getSelectiveCallRejectionCriteriaList()
Response to the UserSelectiveCallRejectionGetCriteriaListRequest. 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 UserSelectiveCallRejectionGetCriteriaListResponse for this service
-
getSelectiveCallRejectionCriteria
public List<UserSelectiveCallRejection.UserSelectiveCallRejectionGetCriteriaResponse> getSelectiveCallRejectionCriteria()
Response to the UserSelectiveCallRejectionGetCriteriaRequest21. Private Phone Numbers are omitted from the fromDnCriteria.- Returns:
- the UserSelectiveCallRejectionGetCriteriaResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
push
in classBroadWorksUserService
-
-