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 classUserPrivacy.GroupServiceInstancePrivacyGetRequestRequest the data associated with Privacy for a service instance.static classUserPrivacy.GroupServiceInstancePrivacyGetResponseResponse to GroupServiceInstancePrivacyGetRequest17sp4.static classUserPrivacy.GroupServiceInstancePrivacyModifyRequestModify the data associated with Privacy for a service instance.static classUserPrivacy.UserPrivacyGetAvailableMonitorsUserListRequestRetrieves a list of users in the enterprise or group available for phone status monitoring the user specified in the userId element.static classUserPrivacy.UserPrivacyGetAvailableMonitorsUserListResponseResponse to the UserPrivacyGetAvailableMonitorsUserListRequest.static classUserPrivacy.UserPrivacyGetRequestRequest the user level data associated with Privacy.static classUserPrivacy.UserPrivacyGetResponseResponse to UserPrivacyGetRequest13mp17.static classUserPrivacy.UserPrivacyModifyRequestModify the user level data associated with Privacy.
-
Field Summary
Fields Modifier and Type Field Description UserPrivacy.UserPrivacyGetResponseprivacyUserPrivacy.GroupServiceInstancePrivacyGetResponseserviceInstancePrivacystatic 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 booleanequals(Object o)StringgetClassName()UserPrivacy.UserPrivacyGetResponsegetPrivacy()Response to UserPrivacyGetRequest13mp17.UserPrivacy.GroupServiceInstancePrivacyGetResponsegetServiceInstancePrivacy()Response to GroupServiceInstancePrivacyGetRequest17sp4.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<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:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
-