Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryAdjustmentService
-
-
Uses of SkuInventoryAdjustmentService in com.broadleafcommerce.inventory.job.freeinventory
Methods in com.broadleafcommerce.inventory.job.freeinventory with parameters of type SkuInventoryAdjustmentService Modifier and Type Method Description FreeSoftInventoryJobService
FreeSoftInventoryJobConfiguration. freeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
Uses of SkuInventoryAdjustmentService in com.broadleafcommerce.inventory.job.freeinventory.service
Methods in com.broadleafcommerce.inventory.job.freeinventory.service that return SkuInventoryAdjustmentService Modifier and Type Method Description protected SkuInventoryAdjustmentService<SkuInventory>
DefaultFreeSoftInventoryJobService. getAdjustmentService()
Constructors in com.broadleafcommerce.inventory.job.freeinventory.service with parameters of type SkuInventoryAdjustmentService Constructor Description DefaultFreeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTransactionService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
Uses of SkuInventoryAdjustmentService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement SkuInventoryAdjustmentService Modifier and Type Class Description class
DefaultSkuInventoryAdjustmentService<I extends SkuInventory>
This component is responsible for reading, locking, and adjustingSkuInventory
records, as well as for creating hard and soft inventory reservations.Methods in com.broadleafcommerce.inventory.service that return SkuInventoryAdjustmentService Modifier and Type Method Description protected SkuInventoryAdjustmentService<I>
DefaultSkuInventoryService. getSkuInventoryAdjustmentService()
Constructors in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryAdjustmentService Constructor Description 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)
-