Uses of Interface
org.osid.control.SettingForm
Packages that use SettingForm
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of SettingForm in org.osid.control
Methods in org.osid.control that return SettingFormModifier and TypeMethodDescriptionSettingAdminSession.getSettingFormForCreate(Id controllerId, Type[] settingRecordTypes) Gets the setting form for creating new settings.SettingAdminSession.getSettingFormForUpdate(Id settingId) Gets the setting form for updating an existing setting.Methods in org.osid.control with parameters of type SettingFormModifier and TypeMethodDescriptionSettingAdminSession.createSetting(SettingForm settingForm) Creates a newSetting.voidSettingAdminSession.updateSetting(SettingForm settingForm) Updates an existing setting. -
Uses of SettingForm in org.osid.control.batch
Subinterfaces of SettingForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating settings in bulk.