Uses of Interface
com.broadleafcommerce.inventory.repository.InventoryTransactionRepository
Packages that use InventoryTransactionRepository
Package
Description
-
Uses of InventoryTransactionRepository in com.broadleafcommerce.inventory.provider.jpa.repository
Subinterfaces of InventoryTransactionRepository in com.broadleafcommerce.inventory.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
Methods in com.broadleafcommerce.inventory.provider.jpa.repository that return InventoryTransactionRepositoryModifier and TypeMethodDescriptionprotected InventoryTransactionRepository<D>
JpaCustomizedInventoryTransactionRepository.getRepository()
Methods in com.broadleafcommerce.inventory.provider.jpa.repository with parameters of type InventoryTransactionRepositoryModifier and TypeMethodDescriptionvoid
JpaCustomizedInventoryTransactionRepository.setRepository
(InventoryTransactionRepository<D> repository) -
Uses of InventoryTransactionRepository in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service that return InventoryTransactionRepositoryModifier and TypeMethodDescriptionprotected InventoryTransactionRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultInventoryTransactionService.getRepository()
Inventory Repository (or DAO).Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryTransactionRepositoryModifierConstructorDescriptionDefaultInventoryTransactionService
(InventoryTransactionRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)