Class AnonymousUserPreferences
java.lang.Object
com.atlassian.confluence.impl.user.preferences.AnonymousUserPreferences
- All Implemented Interfaces:
UserPreferences
- Since:
- 9.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.user.UserPreferences
UserPreferences.PreferenceException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.user.UserPreferences
getLocale, getTimeZone, isShowDifferencesInNotificationEmails, isWatchingOwnContent
-
Constructor Details
-
AnonymousUserPreferences
public AnonymousUserPreferences()
-
-
Method Details
-
getString
- Specified by:
getString
in interfaceUserPreferences
-
getBoolean
- Specified by:
getBoolean
in interfaceUserPreferences
-
getLong
- Specified by:
getLong
in interfaceUserPreferences
-
setString
- Specified by:
setString
in interfaceUserPreferences
-
setLong
- Specified by:
setLong
in interfaceUserPreferences
-
setBoolean
- Specified by:
setBoolean
in interfaceUserPreferences
-
remove
- Specified by:
remove
in interfaceUserPreferences
-