Uses of Interface
org.pentaho.platform.api.usersettings.pojo.IUserSetting

Packages that use IUserSetting
org.pentaho.platform.api.usersettings   
org.pentaho.platform.repository.usersettings   
org.pentaho.platform.repository.usersettings.pojo   
 

Uses of IUserSetting in org.pentaho.platform.api.usersettings
 

Methods in org.pentaho.platform.api.usersettings that return IUserSetting
 IUserSetting IUserSettingService.getGlobalUserSetting(String settingName, String defaultValue)
           
 IUserSetting IUserSettingService.getUserSetting(String settingName, String defaultValue)
           
 

Methods in org.pentaho.platform.api.usersettings that return types with arguments of type IUserSetting
 List<IUserSetting> IUserSettingService.getGlobalUserSettings()
           
 List<IUserSetting> IUserSettingService.getUserSettings()
           
 

Uses of IUserSetting in org.pentaho.platform.repository.usersettings
 

Methods in org.pentaho.platform.repository.usersettings that return IUserSetting
 IUserSetting UserSettingService.getGlobalUserSetting(String settingName, String defaultValue)
           
 IUserSetting UserSettingService.getUserSetting(String settingName, String defaultValue)
           
 

Methods in org.pentaho.platform.repository.usersettings that return types with arguments of type IUserSetting
 List<IUserSetting> UserSettingService.getGlobalUserSettings()
           
 List<IUserSetting> UserSettingService.getUserSettings()
           
 

Uses of IUserSetting in org.pentaho.platform.repository.usersettings.pojo
 

Classes in org.pentaho.platform.repository.usersettings.pojo that implement IUserSetting
 class UserSetting