Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.items.ItemMoveDTO
Packages that use ItemMoveDTO
Package
Description
-
Uses of ItemMoveDTO in edu.ntnu.idatt2106_2023_06.backend.controller
Method parameters in edu.ntnu.idatt2106_2023_06.backend.controller with type arguments of type ItemMoveDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
IShoppingItemsController.buyItemsFromShoppingList
(List<ItemMoveDTO> itemDTOList, org.springframework.security.core.Authentication authentication) Buys the items on the shopping list for a given fridge and places it in fridge items.org.springframework.http.ResponseEntity<Object>
ShoppingItemsController.buyItemsFromShoppingList
(List<ItemMoveDTO> itemMoveDTO, org.springframework.security.core.Authentication authentication) Buys the items on the shopping list for a given fridge and places it in fridge items. -
Uses of ItemMoveDTO in edu.ntnu.idatt2106_2023_06.backend.service.items
Method parameters in edu.ntnu.idatt2106_2023_06.backend.service.items with type arguments of type ItemMoveDTOModifier and TypeMethodDescriptionvoid
IItemService.buyItemsFromShoppingList
(List<ItemMoveDTO> shoppingItemIds) void
ItemService.buyItemsFromShoppingList
(List<ItemMoveDTO> shoppingItemIds) Buys the specified list of items from the shopping list.