Uses of Interface
org.osid.recipe.batch.CookbookBatchFormList
Packages that use CookbookBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of CookbookBatchFormList in org.osid.recipe.batch
Methods in org.osid.recipe.batch that return CookbookBatchFormListModifier and TypeMethodDescriptionCookbookBatchAdminSession.getCookbookFormsForCreate(long number, Type[] cookbookRecordTypes) Gets the cookbook forms for creating a bunch of new cookbook.CookbookBatchAdminSession.getCookbookFormsForUpdate(IdList cookbookIds) Gets the cookbook forms for updating an existing set of academies.Methods in org.osid.recipe.batch with parameters of type CookbookBatchFormListModifier and TypeMethodDescriptionCookbookBatchAdminSession.createAcademies(CookbookBatchFormList cookbookForms) Creates a new set ofAcademies.CookbookBatchAdminSession.updateAcademies(CookbookBatchFormList cookbookForms) Updates existing academies.