Uses of Interface
com.broadleafcommerce.inventory.service.InventoryTransactionService
Package
Description
-
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.job.freeinventory
Modifier and TypeMethodDescriptionFreeSoftInventoryJobConfiguration.freeSoftInventoryJobService
(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment) -
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.job.freeinventory.service
Modifier and TypeMethodDescriptionprotected InventoryTransactionService<InventoryTransaction>
DefaultFreeSoftInventoryJobService.getInventoryTransactionService()
ModifierConstructorDescriptionDefaultFreeSoftInventoryJobService
(InventoryTransactionService<InventoryTransaction> inventoryTransactionService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment) -
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionprotected InventoryTransactionService<InventoryTransaction>
DefaultSkuInventoryAdjustmentService.getInventoryTransactionService()
protected InventoryTransactionService<InventoryTransaction>
DefaultSkuInventoryService.getInventoryTransactionService()
protected InventoryTransactionService<InventoryTransaction>
DefaultSkuInventorySummaryService.getInventoryTransactionService()
Modifier and TypeMethodDescriptionvoid
DefaultSkuInventorySummaryService.setInventoryTransactionService
(InventoryTransactionService<InventoryTransaction> inventoryTransactionService) ModifierConstructorDescriptionDefaultSkuInventoryAdjustmentService
(SkuInventoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> skuInventoryRepository, InventoryTransactionService<InventoryTransaction> inventoryTransactionService, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, com.broadleafcommerce.common.extension.TypeFactory typeFactory, StockChangeNotificationService stockChangeNotificationService) DefaultSkuInventoryService
(SkuInventoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> skuInventoryRepository, InventoryLocationService<InventoryLocation> inventoryLocationService, SkuFieldReferenceTypeUtility skuFieldReferenceTypeUtility, SkuInventoryAdjustmentService<I> skuInventoryAdjustmentService, SkuInventoryAvailabilityStrategy<I> skuInventoryAvailabilityStrategy, StockChangeNotificationService stockChangeNotificationService, SkuInventoryReservationRequestValidator skuInventoryReservationRequestValidator, InventoryTransactionService<InventoryTransaction> inventoryTransactionService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager)