Uses of Class
edu.ntnu.idatt2106_2023_06.backend.model.items.Store
Packages that use Store
Package
Description
-
Uses of Store in edu.ntnu.idatt2106_2023_06.backend.mapper
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper with parameters of type Store -
Uses of Store in edu.ntnu.idatt2106_2023_06.backend.repo.item
Methods in edu.ntnu.idatt2106_2023_06.backend.repo.item with parameters of type StoreModifier and TypeMethodDescriptionItemRepository.findByProductNameAndStore
(String name, Store store) Finds an item by its item name and store.ItemRepository.findItemsByStore
(Store store) Finds a list of items by their store. -
Uses of Store in edu.ntnu.idatt2106_2023_06.backend.repo.store
Methods in edu.ntnu.idatt2106_2023_06.backend.repo.store that return types with arguments of type StoreModifier and TypeMethodDescriptionStoreRepository.findByStoreName
(String name) Find a Store by its nameStoreRepository.findStoreByStoreId
(Long categoryId) Find a Store by its ID