Class UserPrivacy
- 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.UserPrivacy
-
- All Implemented Interfaces:
Serializable
public class UserPrivacy extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPrivacy.GroupServiceInstancePrivacyGetRequest
Request the data associated with Privacy for a service instance.static class
UserPrivacy.GroupServiceInstancePrivacyGetResponse
Response to GroupServiceInstancePrivacyGetRequest17sp4.static class
UserPrivacy.GroupServiceInstancePrivacyModifyRequest
Modify the data associated with Privacy for a service instance.static class
UserPrivacy.UserPrivacyGetAvailableMonitorsUserListRequest
Retrieves a list of users in the enterprise or group available for phone status monitoring the user specified in the userId element.static class
UserPrivacy.UserPrivacyGetAvailableMonitorsUserListResponse
Response to the UserPrivacyGetAvailableMonitorsUserListRequest.static class
UserPrivacy.UserPrivacyGetRequest
Request the user level data associated with Privacy.static class
UserPrivacy.UserPrivacyGetResponse
Response to UserPrivacyGetRequest13mp17.static class
UserPrivacy.UserPrivacyModifyRequest
Modify the user level data associated with Privacy.
-
Field Summary
Fields Modifier and Type Field Description UserPrivacy.UserPrivacyGetResponse
privacy
UserPrivacy.GroupServiceInstancePrivacyGetResponse
serviceInstancePrivacy
static ServiceTag<UserPrivacy>
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 UserPrivacy()
The serializable constructor for the UserServiceUserPrivacy(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()
UserPrivacy.UserPrivacyGetResponse
getPrivacy()
Response to UserPrivacyGetRequest13mp17.UserPrivacy.GroupServiceInstancePrivacyGetResponse
getServiceInstancePrivacy()
Response to GroupServiceInstancePrivacyGetRequest17sp4.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<UserPrivacy> tag
-
serviceInstancePrivacy
public UserPrivacy.GroupServiceInstancePrivacyGetResponse serviceInstancePrivacy
-
privacy
public UserPrivacy.UserPrivacyGetResponse privacy
-
-
Constructor Detail
-
UserPrivacy
public UserPrivacy(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user
-
-
UserPrivacy
public UserPrivacy()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getServiceInstancePrivacy
public UserPrivacy.GroupServiceInstancePrivacyGetResponse getServiceInstancePrivacy()
Response to GroupServiceInstancePrivacyGetRequest17sp4.- Returns:
- the GroupServiceInstancePrivacyGetResponse for this service
-
getPrivacy
public UserPrivacy.UserPrivacyGetResponse getPrivacy()
Response to UserPrivacyGetRequest13mp17. The permittedMonitorUserIdTable contains the members of the enterprise or group allowed to monitor the phone status of the user specified in the request. Members of this table are allowed to monitor the user even if enablePhoneStatusPrivacy is set to true. The table contains column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "IMP Id".- Returns:
- the UserPrivacyGetResponse 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
-
-