Uses of Interface
org.pentaho.platform.api.usersettings.pojo.IUserSetting
-
Packages that use IUserSetting Package Description org.pentaho.platform.api.usersettings -
-
Uses of IUserSetting in org.pentaho.platform.api.usersettings
Methods in org.pentaho.platform.api.usersettings that return IUserSetting Modifier and Type Method Description IUserSettingIUserSettingService. getGlobalUserSetting(String settingName, String defaultValue)IUserSettingIAnyUserSettingService. getUserSetting(String username, String settingName, String defaultValue)Deprecated.Gets a particular user setting for a specified usernameIUserSettingIUserSettingService. getUserSetting(String settingName, String defaultValue)Methods in org.pentaho.platform.api.usersettings that return types with arguments of type IUserSetting Modifier and Type Method Description List<IUserSetting>IUserSettingService. getGlobalUserSettings()List<IUserSetting>IAnyUserSettingService. getUserSettings(String username)Deprecated.Gets a list of all user settings for a specified usernameList<IUserSetting>IUserSettingService. getUserSettings()
-