Uses of Interface
org.osid.recipe.RecipeList
Packages that use RecipeList
Package
Description
The Open Service Interface Definitions for the org.osid.recipe
service.
-
Uses of RecipeList in org.osid.recipe
Methods in org.osid.recipe that return RecipeListModifier and TypeMethodDescriptionRecipeLookupSession.getRecipes()Gets allRecipes.RecipeSearchResults.getRecipes()Gets the recipe list resulting from a search.RecipeCookbookSession.getRecipesByCookbook(Id cookbookId) Gets the list ofRecipesassociated with aCookbook.RecipeCookbookSession.getRecipesByCookbooks(IdList cookbookIds) Gets the list ofRecipecorresponding to a list ofCookbooks.RecipeLookupSession.getRecipesByGenusType(Type recipeGenusType) Gets aRecipeListcorresponding to the given recipe genusTypewhich does not include recipes of genus types derived from the specifiedType.RecipeLookupSession.getRecipesByIds(IdList recipeIds) Gets aRecipeListcorresponding to the givenIdList.RecipeLookupSession.getRecipesByParentGenusType(Type recipeGenusType) Gets aRecipeListcorresponding to the given recipe genusTypeand include any additional recipes with genus types derived from the specifiedType.RecipeLookupSession.getRecipesByProvider(Id resourceId) Gets aRecipeListfrom the given provider.RecipeQuerySession.getRecipesByQuery(RecipeQuery recipeQuery) Gets a list ofRecipesmatching the given recipe query.RecipeLookupSession.getRecipesByRecordType(Type recipeRecordType) Gets aRecipeListcontaining the given recipe recordType.