Uses of Enum Class
edu.ntnu.idatt2106_2023_06.backend.model.recipe.Day
Packages that use Day
Package
Description
-
Uses of Day in edu.ntnu.idatt2106_2023_06.backend.controller
Methods in edu.ntnu.idatt2106_2023_06.backend.controller with parameters of type DayModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.data.domain.Page<RecipeLoadDTO>>
RecipeController.loadRecipeByFridgeItemsAndDay
(Long fridgeId, Day day, int page, int size) This endpoint retrieves a page of recipes from Meny that use ingredients in the given fridge on the given day, allowing for pagination. -
Uses of Day in edu.ntnu.idatt2106_2023_06.backend.model.recipe
Methods in edu.ntnu.idatt2106_2023_06.backend.model.recipe that return Day -
Uses of Day in edu.ntnu.idatt2106_2023_06.backend.service.items
Methods in edu.ntnu.idatt2106_2023_06.backend.service.items with parameters of type DayModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RecipeLoadDTO>
RecipeService.getRecipesByFridgeIdAndDay
(Long fridgeId, int page, int size, Day day)