Uses of Interface
com.broadleafcommerce.inventory.service.InventoryTransactionService
-
-
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.job.freeinventory
Methods in com.broadleafcommerce.inventory.job.freeinventory with parameters of type InventoryTransactionService Modifier and Type Method Description FreeSoftInventoryJobService
FreeSoftInventoryJobConfiguration. freeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTxService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.job.freeinventory.service
Methods in com.broadleafcommerce.inventory.job.freeinventory.service that return InventoryTransactionService Modifier and Type Method Description protected InventoryTransactionService<InventoryTransaction>
DefaultFreeSoftInventoryJobService. getInventoryTransactionService()
Constructors in com.broadleafcommerce.inventory.job.freeinventory.service with parameters of type InventoryTransactionService Constructor Description DefaultFreeSoftInventoryJobService(InventoryTransactionService<InventoryTransaction> inventoryTransactionService, SkuInventoryAdjustmentService<SkuInventory> adjustmentService, org.springframework.core.env.Environment environment)
-
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement InventoryTransactionService Modifier and Type Class Description class
DefaultInventoryTransactionService<T extends InventoryTransaction>
Service to save / retrieveInventoryTransaction
records.Methods in com.broadleafcommerce.inventory.service that return InventoryTransactionService Modifier and Type Method Description protected InventoryTransactionService<InventoryTransaction>
DefaultSkuInventoryAdjustmentService. getInventoryTransactionService()
protected InventoryTransactionService<InventoryTransaction>
DefaultSkuInventoryService. getInventoryTransactionService()
Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryTransactionService Constructor Description DefaultSkuInventoryAdjustmentService(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)
-