Uses of Interface
org.osid.recipe.CookbookList
Packages that use CookbookList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
-
Uses of CookbookList in org.osid.recipe
Methods in org.osid.recipe that return CookbookListModifier and TypeMethodDescriptionCookbookHierarchySession.getChildCookbooks(Id cookbookId) Gets the child cookbooks of the givenid.CookbookLookupSession.getCookbooks()Gets allCookbooks.CookbookSearchResults.getCookbooks()Gets the cookbook list resulting from a search.CookbookLookupSession.getCookbooksByGenusType(Type cookbookGenusType) Gets anCookbookListcorresponding to the given cookbook genusTypewhich does not include cookbooks of genus types derived from the specifiedType.In plenary mode, the returned list contains all known cookbooks or an error results.CookbookLookupSession.getCookbooksByIds(IdList cookbookIds) Gets anCookbookListcorresponding to the givenIdList.CookbookLookupSession.getCookbooksByParentGenusType(Type cookbookGenusType) Gets anCookbookListcorresponding to the given cookbook genusTypeand include any additional cookbooks with genus types derived from the specifiedType.In plenary mode, the returned list contains all known cookbooks or an error results.ProcedureCookbookSession.getCookbooksByProcedure(Id procedureId) Gets the list ofCookbookobjects mapped to aProcedure.CookbookLookupSession.getCookbooksByProvider(Id resourceId) Gets anCookbookListfrom the given provider.CookbookQuerySession.getCookbooksByQuery(CookbookQuery cookbookQuery) Gets a list ofCookbooksmatching the given search.RecipeCookbookSession.getCookbooksByRecipe(Id recipeId) Gets theCookbooksmapped to aRecipe.CookbookLookupSession.getCookbooksByRecordType(Type cookbookRecordType) Gets anCookbookListcontaining the given cookbook recordType.DirectionCookbookSession.getOubiliettesByDirection(Id directionId) Gets theOubiliettesmapped to aDirection.CookbookHierarchySession.getParentCookbooks(Id cookbookId) Gets the parent cookbooks of the givenid.CookbookHierarchySession.getRootCookbooks()Gets the root cookbooks in the cookbook hierarchy.