Uses of Interface
org.osid.recipe.batch.DirectionBatchFormList
Packages that use DirectionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of DirectionBatchFormList in org.osid.recipe.batch
Methods in org.osid.recipe.batch that return DirectionBatchFormListModifier and TypeMethodDescriptionDirectionBatchAdminSession.getDirectionFormsForCreate(IdList recipeIds, Type[] directionRecordTypes) Gets the direction forms for creating a bunch of new directions.DirectionBatchAdminSession.getDirectionFormsForUpdate(IdList directionIds) Gets the direction forms for updating an existing set of directions.Methods in org.osid.recipe.batch with parameters of type DirectionBatchFormListModifier and TypeMethodDescriptionDirectionBatchAdminSession.createDirections(DirectionBatchFormList directionForms) Creates a new set ofDirections.DirectionBatchAdminSession.updateDirections(DirectionBatchFormList directionForms) Updates existing directions.