Class UserPreferencesImpl
java.lang.Object
com.atlassian.confluence.impl.user.preferences.UserPreferencesImpl
- All Implemented Interfaces:
UserPreferences
UserPreferences implementation backed by a UserPreferencesDao.- Since:
- 9.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.user.UserPreferences
UserPreferences.PreferenceException -
Constructor Summary
ConstructorsConstructorDescriptionUserPreferencesImpl(com.atlassian.sal.api.user.UserKey userKey, UserPreferencesDao userPreferencesDao) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.user.UserPreferences
getLocale, getTimeZone, isShowDifferencesInNotificationEmails, isWatchingOwnContent
-
Constructor Details
-
UserPreferencesImpl
public UserPreferencesImpl(com.atlassian.sal.api.user.UserKey userKey, UserPreferencesDao userPreferencesDao)
-
-
Method Details
-
getString
- Specified by:
getStringin interfaceUserPreferences
-
getBoolean
- Specified by:
getBooleanin interfaceUserPreferences
-
getLong
- Specified by:
getLongin interfaceUserPreferences
-
setString
- Specified by:
setStringin interfaceUserPreferences
-
setLong
- Specified by:
setLongin interfaceUserPreferences
-
setBoolean
- Specified by:
setBooleanin interfaceUserPreferences
-
remove
- Specified by:
removein interfaceUserPreferences
-