Package org.alfresco.rest.api.impl
Class PreferencesImpl
java.lang.Object
org.alfresco.rest.api.impl.PreferencesImpl
- All Implemented Interfaces:
Preferences
Centralises access to preference services and maps between representations.
- Since:
- publicapi1.0
- Author:
- steveglover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPreference(String personId, String preferenceName) getPreferences(String personId, Paging paging) voidvoidsetPreferenceService(PreferenceService preferenceService) updatePreference(String personId, Preference preference)
-
Constructor Details
-
PreferencesImpl
public PreferencesImpl()
-
-
Method Details
-
setPeople
-
setPreferenceService
-
getPreference
- Specified by:
getPreferencein interfacePreferences
-
getPreferences
- Specified by:
getPreferencesin interfacePreferences
-
updatePreference
- Specified by:
updatePreferencein interfacePreferences
-