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(java.lang.String settingName, java.lang.String defaultValue)
           
 IUserSetting IUserSettingService.getUserSetting(java.lang.String settingName, java.lang.String defaultValue)
           
 

Methods in org.pentaho.platform.api.usersettings that return types with arguments of type IUserSetting
 java.util.List<IUserSetting> IUserSettingService.getGlobalUserSettings()
           
 java.util.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(java.lang.String settingName, java.lang.String defaultValue)
           
 IUserSetting UserSettingService.getUserSetting(java.lang.String settingName, java.lang.String defaultValue)
           
 

Methods in org.pentaho.platform.repository.usersettings that return types with arguments of type IUserSetting
 java.util.List<IUserSetting> UserSettingService.getGlobalUserSettings()
           
 java.util.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