Class UserSequentialRing
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.UserSequentialRing
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Add a criteria to the user's sequential ring service.static class
Delete a criteria from the user's sequential ring service.static class
Get a criteria for the user's sequential ring service.static class
Response to the UserSequentialRingGetCriteriaRequest16.static class
Get the user's sequential ring service setting.static class
Response to the UserSequentialRingGetRequest14sp4.static class
Modify a criteria for the user's sequential ring service.static class
Modify the user's sequential ring service setting. -
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 UserServiceUserSequentialRing
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to the UserSequentialRingGetRequest14sp4.Response to the UserSequentialRingGetCriteriaRequest16.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
-
sequentialRingCriteria
-
sequentialRing
-
-
Constructor Details
-
UserSequentialRing
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserSequentialRing
public UserSequentialRing()The serializable constructor for the UserService
-
-
Method Details
-
getClassName
-
getSequentialRingCriteria
Response to the UserSequentialRingGetCriteriaRequest16.- Returns:
- the UserSequentialRingGetCriteriaResponse for this service
-
getSequentialRing
Response to the UserSequentialRingGetRequest14sp4. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted" and "Holiday Schedule".- Returns:
- the UserSequentialRingGetResponse 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()
-