Uses of Class
ntnu.idatt2016.v233.SmartMat.entity.product.Recipe
Packages that use Recipe
Package
Description
-
Uses of Recipe in ntnu.idatt2016.v233.SmartMat.controller.product
Methods in ntnu.idatt2016.v233.SmartMat.controller.product that return types with arguments of type RecipeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Recipe>
RecipeController.getRecipeById
(Long id) Gets a recipe by its idRecipeController.getRecipeByName
(String name) Gets all recipes with a given name -
Uses of Recipe in ntnu.idatt2016.v233.SmartMat.entity.user
Methods in ntnu.idatt2016.v233.SmartMat.entity.user with parameters of type Recipe -
Uses of Recipe in ntnu.idatt2016.v233.SmartMat.repository.product
Methods in ntnu.idatt2016.v233.SmartMat.repository.product that return types with arguments of type RecipeModifier and TypeMethodDescriptionRecipeRepository.findAllByName
(String name) Gets a recipe by its name -
Uses of Recipe in ntnu.idatt2016.v233.SmartMat.service.product
Methods in ntnu.idatt2016.v233.SmartMat.service.product that return RecipeMethods in ntnu.idatt2016.v233.SmartMat.service.product that return types with arguments of type RecipeModifier and TypeMethodDescriptionRecipeService.getAllRecipes()
Gets all recipesRecipeService.getRecipeById
(Long id) Gets a recipe by its idRecipeService.getRecipesByName
(String name) Gets all recipes with a given nameMethods in ntnu.idatt2016.v233.SmartMat.service.product with parameters of type RecipeModifier and TypeMethodDescriptionvoid
RecipeService.addUserToRecipe
(Recipe recipe, User user) Adds a user to a recipe used for adding favorite recipesvoid
RecipeService.deleteRecipe
(Recipe recipe) Deletes a recipeRecipeService.saveRecipe
(Recipe recipe) Saves a recipe