Uses of Interface
org.osid.recipe.CookbookForm
Packages that use CookbookForm
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
The Open Service Interface Definitions for the org.osid.recipe.batch
service.
-
Uses of CookbookForm in org.osid.recipe
Methods in org.osid.recipe that return CookbookFormModifier and TypeMethodDescriptionCookbookAdminSession.getCookbookFormForCreate(Type[] cookbookRecordTypes) Gets the cookbook form for creating new cookbooks.CookbookAdminSession.getCookbookFormForUpdate(Id cookbookId) Gets the cookbook form for updating an existing cookbook.Methods in org.osid.recipe with parameters of type CookbookFormModifier and TypeMethodDescriptionCookbookAdminSession.createCookbook(CookbookForm cookbookForm) Creates a newCookbook.voidCookbookAdminSession.updateCookbook(CookbookForm cookbookForm) Updates an existing cookbook. -
Uses of CookbookForm in org.osid.recipe.batch
Subinterfaces of CookbookForm in org.osid.recipe.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating cook books in bulk.