Uses of Interface
org.pentaho.platform.api.usersettings.pojo.IUserSetting
Packages that use IUserSetting
- 
Uses of IUserSetting in org.pentaho.platform.api.usersettings
Methods in org.pentaho.platform.api.usersettings that return IUserSettingModifier and TypeMethodDescriptionIUserSettingService.getGlobalUserSetting(String settingName, String defaultValue) IAnyUserSettingService.getUserSetting(String username, String settingName, String defaultValue) Deprecated.Gets a particular user setting for a specified usernameIUserSettingService.getUserSetting(String settingName, String defaultValue) Methods in org.pentaho.platform.api.usersettings that return types with arguments of type IUserSettingModifier and TypeMethodDescriptionIUserSettingService.getGlobalUserSettings()IAnyUserSettingService.getUserSettings(String username) Deprecated.Gets a list of all user settings for a specified usernameIUserSettingService.getUserSettings()