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 TypeMethodDescriptionboolean
getBoolean
(String key) Deprecated.long
Deprecated.static Preferences
Deprecated.Deprecated.void
Deprecated.void
setBoolean
(String key, boolean b) Deprecated.void
Deprecated.void
Deprecated.
-
Constructor Details
-
DefaultPreferences
public DefaultPreferences()Deprecated.
-
-
Method Details
-
getPreferences
Deprecated. -
getLong
Deprecated.- Specified by:
getLong
in interfacePreferences
-
setLong
Deprecated.- Specified by:
setLong
in interfacePreferences
- Throws:
com.atlassian.core.AtlassianCoreException
-
getString
Deprecated.- Specified by:
getString
in interfacePreferences
-
setString
Deprecated.- Specified by:
setString
in interfacePreferences
- Throws:
com.atlassian.core.AtlassianCoreException
-
getBoolean
Deprecated.- Specified by:
getBoolean
in interfacePreferences
-
setBoolean
Deprecated.- Specified by:
setBoolean
in interfacePreferences
- Throws:
com.atlassian.core.AtlassianCoreException
-
remove
Deprecated.- Specified by:
remove
in interfacePreferences
- Throws:
com.atlassian.core.AtlassianCoreException
-