public interface UiPreferencesService
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.fasterxml.jackson.databind.node.ObjectNode> |
getPreferences(String userName)
Returns an immutable copy of the preferences for the specified user.
|
Set<String> |
getUserNames()
Returns the list of user names that have user preferences available.
|
void |
setPreference(String userName,
String preference,
com.fasterxml.jackson.databind.node.ObjectNode value)
Sets the named preference for the specified user.
|
Set<String> getUserNames()
Map<String,com.fasterxml.jackson.databind.node.ObjectNode> getPreferences(String userName)
userName - user name