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@NonNull ConfluenceUserPreferences
getConfluenceUserPreferences
(@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.@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.@NonNull UserPreferences
getUserPreferences
(@Nullable ConfluenceUser user) getUserPreferences
(@Nullable com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3, for removal in 10.0.void
removeAllUserPreferences
(@NonNull ConfluenceUser user)
-
Constructor Details
-
UserPreferencesAccessorImpl
public UserPreferencesAccessorImpl(com.atlassian.user.properties.PropertySetFactory propertySetFactory, UserPreferencesFactory userPreferencesFactory, UserPreferencesDao userPreferencesDao)
-
-
Method Details
-
getConfluenceUserPreferences
@Deprecated(forRemoval=true, since="9.3") public @NonNull ConfluenceUserPreferences getConfluenceUserPreferences(@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:
getConfluenceUserPreferences
in interfaceUserPreferencesAccessor
-
getUserPreferences
- Specified by:
getUserPreferences
in 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:
getPropertySet
in interfaceUserPreferencesAccessorInternal
-
getUserPreferences
@Deprecated(forRemoval=true, since="9.3") public UserPreferences getUserPreferences(@Nullable com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3, for removal in 10.0. UsegetUserPreferences(ConfluenceUser)
instead.- Specified by:
getUserPreferences
in interfaceUserPreferencesAccessorInternal
-
removeAllUserPreferences
- Specified by:
removeAllUserPreferences
in interfaceUserPreferencesAccessorInternal
-