com.atlassian.core.user.preferences
Class UserPreferences
java.lang.Object
com.atlassian.core.user.preferences.UserPreferences
- All Implemented Interfaces:
- Preferences, Serializable
public class UserPreferences
- extends Object
- implements Preferences, Serializable
- See Also:
- Serialized Form
UserPreferences
public UserPreferences()
UserPreferences
public UserPreferences(com.opensymphony.user.User pUser)
UserPreferences
public UserPreferences(com.opensymphony.module.propertyset.PropertySet propertySet)
UserPreferences
public UserPreferences(com.opensymphony.module.propertyset.PropertySet propertySet,
boolean bulkload)
UserPreferences
public UserPreferences(com.opensymphony.user.User pUser,
boolean bulkload)
getLong
public long getLong(String key)
- Specified by:
getLong in interface Preferences
setLong
public void setLong(String key,
long i)
throws AtlassianCoreException
- Specified by:
setLong in interface Preferences
- Throws:
AtlassianCoreException
getString
public String getString(String key)
- Specified by:
getString in interface Preferences
setString
public void setString(String key,
String value)
throws AtlassianCoreException
- Specified by:
setString in interface Preferences
- Throws:
AtlassianCoreException
getBoolean
public boolean getBoolean(String key)
- Specified by:
getBoolean in interface Preferences
setBoolean
public void setBoolean(String key,
boolean b)
throws AtlassianCoreException
- Specified by:
setBoolean in interface Preferences
- Throws:
AtlassianCoreException
remove
public void remove(String key)
throws AtlassianCoreException
- Specified by:
remove in interface Preferences
- Throws:
AtlassianCoreException
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2015 Atlassian. All rights reserved.