Interface UserPreferencesDao
- All Known Implementing Classes:
CachingUserPreferencesDao
,UserPreferencesDaoImpl
public interface UserPreferencesDao
- Since:
- 9.4
-
Method Summary
Modifier and TypeMethodDescriptiongetUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key) getUserPreferences
(com.atlassian.sal.api.user.UserKey userKey) removeAllUserPreferences
(com.atlassian.sal.api.user.UserKey userKey) void
removeUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key) void
setUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key, boolean value) void
setUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key, long value) void
setUserPreference
(com.atlassian.sal.api.user.UserKey userKey, String key, String value)
-
Method Details
-
getUserPreferences
-
getUserPreference
-
removeAllUserPreferences
- Returns:
- the keys of the removed preferences
-
removeUserPreference
-
setUserPreference
-
setUserPreference
-
setUserPreference
-