Package | Description |
---|---|
com.communote.server.core.common.velocity | |
com.communote.server.core.vo.user.preferences | |
com.communote.server.service |
Modifier and Type | Method and Description |
---|---|
UserPreference |
CommunoteTool.getUserPreferences(String className) |
Modifier and Type | Class and Description |
---|---|
class |
UserInterfaceUserPreference
UserPreferences for the user interface.
|
Modifier and Type | Method and Description |
---|---|
<T extends UserPreference> |
UserPreferenceService.getPreferences(Class<T> preferencesType)
Method to load the given preferences for the current user.
|
<T extends UserPreference> |
UserPreferenceService.getPreferencesAsJson(Class<T> preferencesType)
Method to load the given preferences for the current user.
|
<T extends UserPreference> |
UserPreferenceService.getPreferencesAsJson(String className)
Method to load the given preferences for the current user.
|
<T extends UserPreference> |
UserPreferenceService.register(Class<T> preferencesType)
Register a new preference type to allow storing and loading of preferences of this type.
|
<T extends UserPreference> |
UserPreferenceService.removePreferences(Class<T> preferencesType)
Method to remove all values for the given preferences type from the current user.
|
<T extends UserPreference> |
UserPreferenceService.unregister(Class<T> preferencesType)
Method to unregister the type.
|
Modifier and Type | Method and Description |
---|---|
UserPreference |
UserPreferenceService.getPreferences(String className)
Method to load the given preferences for the current user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPreferenceService.storePreferences(UserPreference preferences)
Persists the given preferences.
|
Copyright © 2019 Communote team. All rights reserved.