Class DefaultPreferences
java.lang.Object
com.atlassian.core.user.preferences.DefaultPreferences
- All Implemented Interfaces:
Preferences
Deprecated.
since 8.8 no replacement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key) Deprecated.longDeprecated.static PreferencesDeprecated.Deprecated.voidDeprecated.voidsetBoolean(String key, boolean b) Deprecated.voidDeprecated.voidDeprecated.
-
Constructor Details
-
DefaultPreferences
public DefaultPreferences()Deprecated.
-
-
Method Details
-
getPreferences
Deprecated. -
getLong
Deprecated.- Specified by:
getLongin interfacePreferences
-
setLong
Deprecated.- Specified by:
setLongin interfacePreferences- Throws:
com.atlassian.core.AtlassianCoreException
-
getString
Deprecated.- Specified by:
getStringin interfacePreferences
-
setString
Deprecated.- Specified by:
setStringin interfacePreferences- Throws:
com.atlassian.core.AtlassianCoreException
-
getBoolean
Deprecated.- Specified by:
getBooleanin interfacePreferences
-
setBoolean
Deprecated.- Specified by:
setBooleanin interfacePreferences- Throws:
com.atlassian.core.AtlassianCoreException
-
remove
Deprecated.- Specified by:
removein interfacePreferences- Throws:
com.atlassian.core.AtlassianCoreException
-