Uses of Interface
com.broadleafcommerce.inventory.service.StockChangeNotificationService
-
Packages that use StockChangeNotificationService Package Description com.broadleafcommerce.inventory.service -
-
Uses of StockChangeNotificationService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement StockChangeNotificationService Modifier and Type Class Description class
DefaultStockChangeNotificationService
Default component that sends stock change notifications via Spring Cloud Stream.Methods in com.broadleafcommerce.inventory.service that return StockChangeNotificationService Modifier and Type Method Description protected StockChangeNotificationService
DefaultSkuInventoryAdjustmentService. getStockChangeNotificationService()
protected StockChangeNotificationService
DefaultSkuInventoryService. getStockChangeNotificationService()
Constructors in com.broadleafcommerce.inventory.service with parameters of type StockChangeNotificationService 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)
-