Uses of Class
ntnu.idatt2016.v233.SmartMat.entity.fridgeProduct.FridgeProductAsso
Packages that use FridgeProductAsso
Package
Description
-
Uses of FridgeProductAsso in ntnu.idatt2016.v233.SmartMat.controller.group
Methods in ntnu.idatt2016.v233.SmartMat.controller.group that return types with arguments of type FridgeProductAssoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FridgeProductAsso>
FridgeController.updateProductInFridge
(FridgeProductRequest request, org.springframework.security.core.Authentication authentication) Updates a product in a fridge -
Uses of FridgeProductAsso in ntnu.idatt2016.v233.SmartMat.entity.group
Methods in ntnu.idatt2016.v233.SmartMat.entity.group with parameters of type FridgeProductAssoModifier and TypeMethodDescriptionvoid
Fridge.addProduct
(FridgeProductAsso product) Adds a product to the fridge -
Uses of FridgeProductAsso in ntnu.idatt2016.v233.SmartMat.entity.product
Methods in ntnu.idatt2016.v233.SmartMat.entity.product with parameters of type FridgeProductAssoModifier and TypeMethodDescriptionvoid
Product.addFridge
(FridgeProductAsso fridge) Adds a fridge to the product -
Uses of FridgeProductAsso in ntnu.idatt2016.v233.SmartMat.repository.product
Methods in ntnu.idatt2016.v233.SmartMat.repository.product that return types with arguments of type FridgeProductAssoModifier and TypeMethodDescriptionFridgeProductAssoRepo.findAllById
(long id) Finds all fridge product associations by id -
Uses of FridgeProductAsso in ntnu.idatt2016.v233.SmartMat.service.group
Methods in ntnu.idatt2016.v233.SmartMat.service.group that return types with arguments of type FridgeProductAssoModifier and TypeMethodDescriptionFridgeService.deleteAmountFromFridge
(long fridgeProductId, double amount) Delete an amount from a fridge productFridgeService.updateProductInFridge
(FridgeProductRequest request) Updates a product in the fridge of a group