Uses of Interface
org.osid.control.batch.ActionGroupBatchFormList
Packages that use ActionGroupBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of ActionGroupBatchFormList in org.osid.control.batch
Methods in org.osid.control.batch that return ActionGroupBatchFormListModifier and TypeMethodDescriptionActionGroupBatchAdminSession.getActionGroupFormsForCreate(long n, Type[] actionGroupRecordTypes) Gets the action group forms for creating a bunch of new action groups.ActionGroupBatchAdminSession.getActionGroupFormsForUpdate(IdList actionGroupIds) Gets the action group forms for updating an existing set of action groups.Methods in org.osid.control.batch with parameters of type ActionGroupBatchFormListModifier and TypeMethodDescriptionActionGroupBatchAdminSession.createActionGroups(ActionGroupBatchFormList actionGroupForms) Creates a new set ofActionGroups.ActionGroupBatchAdminSession.updateActionGroups(ActionGroupBatchFormList actionGroupForms) Updates existing action groups.