Uses of Class
com.atlassian.confluence.impl.user.preferences.dao.UserPreference
Packages that use UserPreference
-
Uses of UserPreference in com.atlassian.confluence.impl.user.preferences.dao
Methods in com.atlassian.confluence.impl.user.preferences.dao that return types with arguments of type UserPreferenceModifier and TypeMethodDescriptionCachingUserPreferencesDao.getUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key) UserPreferencesDao.getUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key) UserPreferencesDaoImpl.getUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key) CachingUserPreferencesDao.getUserPreferences
(com.atlassian.sal.api.user.UserKey userKey) UserPreferencesDao.getUserPreferences
(com.atlassian.sal.api.user.UserKey userKey) UserPreferencesDaoImpl.getUserPreferences
(com.atlassian.sal.api.user.UserKey userKey) Constructor parameters in com.atlassian.confluence.impl.user.preferences.dao with type arguments of type UserPreferenceModifierConstructorDescriptionCachingUserPreferencesDao
(UserPreferencesDao delegate, ReadThroughCache<String, io.atlassian.fugue.Option<UserPreference>> cache, ReadThroughCache<String, ?> legacyCache)