public interface UserPreferenceOperations
Modifier and Type | Method and Description |
---|---|
SocialComponent |
update(Resource channelPreference,
java.util.Map<java.lang.String,java.lang.Object> props,
Session session)
Update the specified user profile with the specified
Map of properties. |
SocialComponent |
update(SlingHttpServletRequest request)
Update a user profile on the specified
SlingHttpServletRequest . |
SocialComponent update(SlingHttpServletRequest request) throws OperationException
SlingHttpServletRequest
.request
- the client requestOperationException
- if there is an error occursSocialComponent update(Resource channelPreference, java.util.Map<java.lang.String,java.lang.Object> props, Session session) throws OperationException
Map
of properties.channelPreference
- Resourceprops
- a map of the properties to be updatedsession
- the user session to be used to perform the operationOperationException
- if there is an error occursCopyright © 2010 - 2020 Adobe. All Rights Reserved