Class UserPreferences
java.lang.Object
com.atlassian.core.user.preferences.UserPreferences
- All Implemented Interfaces:
Preferences
,Serializable
Deprecated.
since 8.8 no replacement
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserPreferences
(com.opensymphony.module.propertyset.PropertySet propertySet) Deprecated.UserPreferences
(com.opensymphony.module.propertyset.PropertySet propertySet, boolean bulkload) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
getBoolean
(String key) Deprecated.int
Deprecated.long
Deprecated.Deprecated.int
hashCode()
Deprecated.static boolean
identical
(com.opensymphony.module.propertyset.PropertySet pThis, com.opensymphony.module.propertyset.PropertySet pThat) Deprecated.Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returnedvoid
Deprecated.void
setBoolean
(String key, boolean b) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.
-
Constructor Details
-
UserPreferences
public UserPreferences(com.opensymphony.module.propertyset.PropertySet propertySet) Deprecated. -
UserPreferences
public UserPreferences(com.opensymphony.module.propertyset.PropertySet propertySet, boolean bulkload) Deprecated.
-
-
Method Details
-
getLong
Deprecated.- Specified by:
getLong
in interfacePreferences
-
setLong
Deprecated.- Specified by:
setLong
in interfacePreferences
- Throws:
com.atlassian.core.AtlassianCoreException
-
getInt
Deprecated.- Since:
- 9.3
-
setInt
Deprecated.- Throws:
com.atlassian.core.AtlassianCoreException
- Since:
- 9.3
-
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
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
identical
public static boolean identical(com.opensymphony.module.propertyset.PropertySet pThis, com.opensymphony.module.propertyset.PropertySet pThat) Deprecated.Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returned- Parameters:
pThis
- First PropertySetpThat
- Second PropertySet- Returns:
- Are the two PropertySets identical
-