Uses of Interface
org.osid.control.batch.SettingBatchFormList
Packages that use SettingBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of SettingBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return SettingBatchFormListModifier and TypeMethodDescriptionSettingBatchAdminSession.getSettingFormsForCreate(IdList controllerIds, Type[] settingRecordTypes) Gets the setting forms for creating a bunch of new settings.SettingBatchAdminSession.getSettingFormsForUpdate(IdList settingIds) Gets the setting forms for updating an existing set of settings.Methods in org.osid.control.batch with parameters of type SettingBatchFormListModifier and TypeMethodDescriptionSettingBatchAdminSession.createSettings(SettingBatchFormList settingForms) Creates a new set ofSettings.SettingBatchAdminSession.updateSettings(SettingBatchFormList settingForms) Updates existing settings.