public interface IPreferencesDAO
| Modifier and Type | Method and Description |
|---|---|
IPreferences |
getPreferences(String userId) |
void |
removePreferences(String userId)
optional
|
void |
savePreferences(IPreferences prefs)
optional
|
IPreferences getPreferences(@Nonnull String userId)
void savePreferences(@Nonnull IPreferences prefs)
INotifyService.NotifyRuntimeException - if not implementedvoid removePreferences(@Nonnull String userId)
INotifyService.NotifyRuntimeException - if not implementedCopyright © 2014 Molindo GmbH. All Rights Reserved.