Class UserPreferencesAccessorImpl
java.lang.Object
com.atlassian.confluence.impl.user.UserPreferencesAccessorImpl
- All Implemented Interfaces:
UserPreferencesAccessorInternal,UserPreferencesAccessor
- Since:
- 9.4
-
Constructor Summary
ConstructorsConstructorDescriptionUserPreferencesAccessorImpl(com.atlassian.user.properties.PropertySetFactory propertySetFactory, UserPreferencesFactory userPreferencesFactory, UserPreferencesDao userPreferencesDao) -
Method Summary
Modifier and TypeMethodDescription@Nullable com.opensymphony.module.propertyset.PropertySetgetPropertySet(@Nullable com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3, read-only from 10.0, for removal in 11.0.@NonNull UserPreferencesgetUserPreferences(@Nullable ConfluenceUser user) voidremoveAllUserPreferences(@NonNull ConfluenceUser user)
-
Constructor Details
-
UserPreferencesAccessorImpl
public UserPreferencesAccessorImpl(com.atlassian.user.properties.PropertySetFactory propertySetFactory, UserPreferencesFactory userPreferencesFactory, UserPreferencesDao userPreferencesDao)
-
-
Method Details
-
getUserPreferences
- Specified by:
getUserPreferencesin interfaceUserPreferencesAccessor
-
getPropertySet
@Deprecated(forRemoval=true, since="9.3") public @Nullable com.opensymphony.module.propertyset.PropertySet getPropertySet(@Nullable com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3, read-only from 10.0, for removal in 11.0. UsegetUserPreferences(ConfluenceUser)instead.- Specified by:
getPropertySetin interfaceUserPreferencesAccessorInternal
-
removeAllUserPreferences
- Specified by:
removeAllUserPreferencesin interfaceUserPreferencesAccessorInternal
-