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) void
void
setPreferenceService
(PreferenceService preferenceService)
-
Constructor Details
-
PreferencesImpl
public PreferencesImpl()
-
-
Method Details
-
setPeople
-
setPreferenceService
-
getPreference
- Specified by:
getPreference
in interfacePreferences
-
getPreferences
- Specified by:
getPreferences
in interfacePreferences
-