Uses of Interface
com.broadleafcommerce.inventory.repository.InventoryTransactionRepository
Package
Description
-
Uses of InventoryTransactionRepository in com.broadleafcommerce.inventory.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeMethodDescriptionprotected InventoryTransactionRepository<D>
JpaCustomizedInventoryTransactionRepository.getRepository()
Modifier and TypeMethodDescriptionvoid
JpaCustomizedInventoryTransactionRepository.setRepository
(InventoryTransactionRepository<D> repository) -
Uses of InventoryTransactionRepository in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionprotected InventoryTransactionRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultInventoryTransactionService.getRepository()
Inventory Repository (or DAO).ModifierConstructorDescriptionDefaultInventoryTransactionService
(InventoryTransactionRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)