@Deprecated public interface IAnyUserSettingService extends IUserSettingService
Modifier and Type | Method and Description |
---|---|
void |
deleteUserSettings(String username)
Deprecated.
Deletes all user settings for a specified username
|
IUserSetting |
getUserSetting(String username,
String settingName,
String defaultValue)
Deprecated.
Gets a particular user setting for a specified username
|
List<IUserSetting> |
getUserSettings(String username)
Deprecated.
Gets a list of all user settings for a specified username
|
void |
setUserSetting(String username,
String settingName,
String settingValue)
Deprecated.
Sets a user setting for a specified username
|
deleteUserSettings, getGlobalUserSetting, getGlobalUserSettings, getUserSetting, getUserSettings, setGlobalUserSetting, setUserSetting
init
void deleteUserSettings(String username) throws SecurityException
username
- username to remove the setting fromSecurityException
- if the active user does not have the appropriate credentials to perform this operationList<IUserSetting> getUserSettings(String username) throws SecurityException
username
- username to get the setting forSecurityException
- if the active user does not have the appropriate credentials to perform this operationIUserSetting getUserSetting(String username, String settingName, String defaultValue) throws SecurityException
username
- username to get the setting forsettingName
- name of the interested settingdefaultValue
- default value if none foundSecurityException
- if the active user does not have the appropriate credentials to perform this operationvoid setUserSetting(String username, String settingName, String settingValue) throws SecurityException
username
- username to get the setting forsettingName
- name of the settingsettingValue
- value of the settingSecurityException
- if the active user does not have the appropriate credentials to perform this operationCopyright © 2020 Hitachi Vantara. All rights reserved.