Uses of Interface
com.broadleafcommerce.inventory.service.InventoryTransactionService
Packages that use InventoryTransactionService
Package
Description
-
Uses of InventoryTransactionService in com.broadleafcommerce.inventory.job.freeinventory
Methods in com.broadleafcommerce.inventory.job.freeinventory with parameters of type InventoryTransactionServiceModifier 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
Methods in com.broadleafcommerce.inventory.job.freeinventory.service that return InventoryTransactionServiceModifier and TypeMethodDescriptionprotected InventoryTransactionService<InventoryTransaction>DefaultFreeSoftInventoryJobService.getInventoryTransactionService()Constructors in com.broadleafcommerce.inventory.job.freeinventory.service with parameters of type InventoryTransactionServiceModifierConstructorDescriptionDefaultFreeSoftInventoryJobService(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 InventoryTransactionServiceMethods in com.broadleafcommerce.inventory.service that return InventoryTransactionServiceModifier and TypeMethodDescriptionprotected InventoryTransactionService<InventoryTransaction>DefaultSkuInventoryAdjustmentService.getInventoryTransactionService()protected InventoryTransactionService<InventoryTransaction>DefaultSkuInventoryService.getInventoryTransactionService()protected InventoryTransactionService<InventoryTransaction>DefaultSkuInventorySummaryService.getInventoryTransactionService()Methods in com.broadleafcommerce.inventory.service with parameters of type InventoryTransactionServiceModifier and TypeMethodDescriptionvoidDefaultSkuInventorySummaryService.setInventoryTransactionService(InventoryTransactionService<InventoryTransaction> inventoryTransactionService) Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryTransactionServiceModifierConstructorDescriptionDefaultSkuInventoryAdjustmentService(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)