Interface UserPreferencesAccessorInternal
- All Superinterfaces:
UserPreferencesAccessor
- All Known Implementing Classes:
UserPreferencesAccessorImpl
- Since:
- 9.4
-
Method Summary
Modifier and TypeMethodDescription@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.@Nullable 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.void
removeAllUserPreferences
(@NonNull ConfluenceUser user) Methods inherited from interface com.atlassian.confluence.user.UserPreferencesAccessor
getConfluenceUserPreferences, getUserPreferences
-
Method Details
-
getPropertySet
@Deprecated(forRemoval=true, since="9.3") @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. -
getUserPreferences
@Deprecated(forRemoval=true, since="9.3") @Nullable 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. -
removeAllUserPreferences
-