Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryAdjustmentService
Package
Description
-
Uses of SkuInventoryAdjustmentService in com.broadleafcommerce.inventory.job.freeinventory
Modifier and TypeMethodDescriptionFreeSoftInventoryJobConfiguration.freeSoftInventoryJobService
(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment) -
Uses of SkuInventoryAdjustmentService in com.broadleafcommerce.inventory.job.freeinventory.service
Modifier and TypeMethodDescriptionprotected SkuInventoryAdjustmentService<SkuInventory>
DefaultFreeSoftInventoryJobService.getAdjustmentService()
ModifierConstructorDescriptionDefaultFreeSoftInventoryJobService
(InventoryTransactionService<InventoryTransaction> inventoryTransactionService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment) -
Uses of SkuInventoryAdjustmentService in com.broadleafcommerce.inventory.service
Modifier and TypeClassDescriptionclass
DefaultSkuInventoryAdjustmentService<I extends SkuInventory>
This component is responsible for reading, locking, and adjustingSkuInventory
records, as well as for creating hard and soft inventory reservations.Modifier and TypeMethodDescriptionprotected SkuInventoryAdjustmentService<I>
DefaultSkuInventoryService.getSkuInventoryAdjustmentService()
ModifierConstructorDescriptionDefaultSkuInventoryService
(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)