Class UserPreferencesDaoImpl

java.lang.Object
com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDaoImpl
All Implemented Interfaces:
UserPreferencesDao

@Transactional public class UserPreferencesDaoImpl extends Object implements UserPreferencesDao
DAO for configuring user preferences, a simple key-value store which accepts values of type String, Boolean, and Long. A user preference is currently modeled by a BucketPropertySetItem for backwards compatibility with the predecessor API, OpenSymphony PropertySet.
Since:
9.4