Uses of Record Class
ntnu.idatt2016.v233.SmartMat.dto.request.product.FridgeProductRequest
Packages that use FridgeProductRequest
Package
Description
-
Uses of FridgeProductRequest in ntnu.idatt2016.v233.SmartMat.controller.group
Methods in ntnu.idatt2016.v233.SmartMat.controller.group with parameters of type FridgeProductRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Product>
FridgeController.addProductToFridge
(FridgeProductRequest request, org.springframework.security.core.Authentication authentication) Adds a product to the fridge of a grouporg.springframework.http.ResponseEntity<FridgeProductAsso>
FridgeController.updateProductInFridge
(FridgeProductRequest request, org.springframework.security.core.Authentication authentication) Updates a product in a fridge -
Uses of FridgeProductRequest in ntnu.idatt2016.v233.SmartMat.service.group
Methods in ntnu.idatt2016.v233.SmartMat.service.group with parameters of type FridgeProductRequestModifier and TypeMethodDescriptionFridgeService.addProductToFridge
(FridgeProductRequest fridgeProductRequest) Adds a product to the fridge of a groupFridgeService.updateProductInFridge
(FridgeProductRequest request) Updates a product in the fridge of a group