Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.stat.StatDeleteFromFridgeDTO
Packages that use StatDeleteFromFridgeDTO
Package
Description
-
Uses of StatDeleteFromFridgeDTO in edu.ntnu.idatt2106_2023_06.backend.controller
Methods in edu.ntnu.idatt2106_2023_06.backend.controller with parameters of type StatDeleteFromFridgeDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
StatController.statDeleteItem
(StatDeleteFromFridgeDTO statDeleteFromFridgeDTO, org.springframework.security.core.Authentication authentication) Adds a new stat to the database. -
Uses of StatDeleteFromFridgeDTO in edu.ntnu.idatt2106_2023_06.backend.mapper
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper with parameters of type StatDeleteFromFridgeDTOModifier and TypeMethodDescriptionstatic List<Statistics>
StatMapper.toStatistics
(StatDeleteFromFridgeDTO statDeleteFromFridgeDTO, User user, Fridge fridge, StatType statType1) Converts StatDeleteFromFridgeDTO to a list of Statistics models. -
Uses of StatDeleteFromFridgeDTO in edu.ntnu.idatt2106_2023_06.backend.service.stat
Methods in edu.ntnu.idatt2106_2023_06.backend.service.stat with parameters of type StatDeleteFromFridgeDTOModifier and TypeMethodDescriptionvoid
IStatService.statDeleteItemFromFridge
(StatDeleteFromFridgeDTO statDeleteFromFridgeDTO) void
StatService.statDeleteItemFromFridge
(StatDeleteFromFridgeDTO statDeleteFromFridgeDTO) Adds a new statistic to the database.