Uses of Interface
com.atlassian.confluence.impl.user.preferences.dao.UserPreferencesDao
Packages that use UserPreferencesDao
Package
Description
-
Uses of UserPreferencesDao in com.atlassian.confluence.api.impl.sal.user
Constructors in com.atlassian.confluence.api.impl.sal.user with parameters of type UserPreferencesDaoModifierConstructorDescriptionConfluenceUserSettingsService(UserPreferencesDao userPreferencesDao, ConfluenceUserResolver userResolver) -
Uses of UserPreferencesDao in com.atlassian.confluence.impl.user
Constructors in com.atlassian.confluence.impl.user with parameters of type UserPreferencesDaoModifierConstructorDescriptionUserPreferencesAccessorImpl(com.atlassian.user.properties.PropertySetFactory propertySetFactory, UserPreferencesFactory userPreferencesFactory, UserPreferencesDao userPreferencesDao) -
Uses of UserPreferencesDao in com.atlassian.confluence.impl.user.preferences
Constructors in com.atlassian.confluence.impl.user.preferences with parameters of type UserPreferencesDaoModifierConstructorDescriptionUserPreferencesFactory(UserPreferencesDao userPreferencesDao) UserPreferencesImpl(com.atlassian.sal.api.user.UserKey userKey, UserPreferencesDao userPreferencesDao) -
Uses of UserPreferencesDao in com.atlassian.confluence.impl.user.preferences.dao
Classes in com.atlassian.confluence.impl.user.preferences.dao that implement UserPreferencesDaoModifier and TypeClassDescriptionclassclassMethods in com.atlassian.confluence.impl.user.preferences.dao with parameters of type UserPreferencesDaoModifier and TypeMethodDescriptionstatic CachingUserPreferencesDaoCachingUserPreferencesDao.create(UserPreferencesDao delegate, com.atlassian.cache.CacheFactory cacheFactory) Constructors in com.atlassian.confluence.impl.user.preferences.dao with parameters of type UserPreferencesDaoModifierConstructorDescriptionCachingUserPreferencesDao(UserPreferencesDao delegate, ReadThroughCache<String, io.atlassian.fugue.Option<UserPreference>> cache, ReadThroughCache<String, ?> legacyCache)