Interface UserPreferencesAccessorInternal

All Superinterfaces:
UserPreferencesAccessor
All Known Implementing Classes:
UserPreferencesAccessorImpl

public interface UserPreferencesAccessorInternal extends UserPreferencesAccessor
Since:
9.4
  • Method Summary

    Modifier and Type
    Method
    Description
    @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
     

    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. Use getUserPreferences(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. Use getUserPreferences(ConfluenceUser) instead.
    • removeAllUserPreferences

      void removeAllUserPreferences(@NonNull ConfluenceUser user)