Uses of Interface
org.osid.recipe.batch.IngredientBatchFormList
Packages that use IngredientBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of IngredientBatchFormList in org.osid.recipe.batch
Methods in org.osid.recipe.batch that return IngredientBatchFormListModifier and TypeMethodDescriptionDirectionBatchAdminSession.getIngredientFormsForCreate(IdList directionIds, Type[] ingredientRecordTypes) Gets the ingredient forms for creating a bunch of new ingredients.DirectionBatchAdminSession.getIngredientFormsForUpdate(IdList ingredientIds) Gets the ingredient forms for updating an existing set of ingredients.Methods in org.osid.recipe.batch with parameters of type IngredientBatchFormListModifier and TypeMethodDescriptionDirectionBatchAdminSession.createIngredients(IngredientBatchFormList ingredientForms) Creates a new set ofIngredients.DirectionBatchAdminSession.updateIngredients(IngredientBatchFormList ingredientForms) Updates existing ingredients.