Uses of Class
ntnu.idatt2016.v233.SmartMat.entity.group.Fridge
Packages that use Fridge
Package
Description
-
Uses of Fridge in ntnu.idatt2016.v233.SmartMat.controller.group
Methods in ntnu.idatt2016.v233.SmartMat.controller.group that return types with arguments of type FridgeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Fridge>
FridgeController.getFridgeByFridgeId
(long fridgeId, org.springframework.security.core.Authentication authentication) Gets the fridge by its fridge idorg.springframework.http.ResponseEntity<Fridge>
FridgeController.getFridgeByGroupId
(long groupId, org.springframework.security.core.Authentication authentication) Gets the fridge of a group -
Uses of Fridge in ntnu.idatt2016.v233.SmartMat.repository.group
Methods in ntnu.idatt2016.v233.SmartMat.repository.group that return types with arguments of type FridgeModifier and TypeMethodDescriptionFridgeRepository.findByGroupGroupId
(long groupId) Gets the fridge of a group -
Uses of Fridge in ntnu.idatt2016.v233.SmartMat.service.group
Methods in ntnu.idatt2016.v233.SmartMat.service.group that return types with arguments of type FridgeModifier and TypeMethodDescriptionFridgeService.getFridgeByFridgeId
(long fridgeId) Gets the fridge by its fridge idFridgeService.getFridgeByGroupId
(long groupId) Gets the fridge of a group