public class ProfilePreferencesLogicImpl extends Object implements ProfilePreferencesLogic
| Constructor and Description |
|---|
ProfilePreferencesLogicImpl() |
| Modifier and Type | Method and Description |
|---|---|
ProfilePreferences |
getPreferencesRecordForUser(String userId) |
ProfilePreferences |
getPreferencesRecordForUser(String userId,
boolean useCache) |
void |
init() |
boolean |
isPreferenceEnabled(String userUuid,
PreferenceType type) |
boolean |
savePreferencesRecord(ProfilePreferences prefs) |
public ProfilePreferences getPreferencesRecordForUser(String userId)
getPreferencesRecordForUser in interface ProfilePreferencesLogicpublic ProfilePreferences getPreferencesRecordForUser(String userId, boolean useCache)
getPreferencesRecordForUser in interface ProfilePreferencesLogicpublic boolean savePreferencesRecord(ProfilePreferences prefs)
savePreferencesRecord in interface ProfilePreferencesLogicpublic boolean isPreferenceEnabled(String userUuid, PreferenceType type)
isPreferenceEnabled in interface ProfilePreferencesLogicpublic void init()
Copyright © 2008–2017 The Sakai Foundation. All rights reserved.