Uses of Interface
org.osid.control.SettingList
Packages that use SettingList
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
-
Uses of SettingList in org.osid.control
Methods in org.osid.control that return SettingListModifier and TypeMethodDescriptionScene.getSettings()Gets the settings.SettingLookupSession.getSettings()Gets all settings.SettingSearchResults.getSettings()Gets the setting list resulting from a search.Trigger.getSettings()Gets theSettingsto execute in this trigger.SettingLookupSession.getSettingsByGenusType(Type settingGenusType) Gets aSettingListcorresponding to the given setting genusTypewhich does not include settings of types derived from the specifiedType.SettingLookupSession.getSettingsByIds(IdList settingIds) Gets aSettingListcorresponding to the givenIdList.SettingLookupSession.getSettingsByParentGenusType(Type settingGenusType) Gets aSettingListcorresponding to the given setting genusTypeand include any additional settings with genus types derived from the specifiedType.SettingQuerySession.getSettingsByQuery(SettingQuery settingQuery) Gets a list ofSettingsmatching the given setting query.SettingLookupSession.getSettingsByRecordType(Type settingRecordType) Gets aSettingListcontaining the given setting recordType.SettingSystemSession.getSettingsBySystem(Id systemId) Gets the list ofSettingsassociated with aSystem.SettingSystemSession.getSettingsBySystems(IdList systemIds) Gets the list ofSettingscorresponding to a list ofSystems.SettingLookupSession.getSettingsForController(Id controllerId) Gets a list of settings for a controller.