Uses of Interface
com.broadleafcommerce.inventory.service.StockChangeNotificationService
Packages that use StockChangeNotificationService
- 
Uses of StockChangeNotificationService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement StockChangeNotificationServiceModifier and TypeClassDescriptionclassDefault component that sends stock change notifications via Spring Cloud Stream.Methods in com.broadleafcommerce.inventory.service that return StockChangeNotificationServiceModifier and TypeMethodDescriptionprotected StockChangeNotificationServiceDefaultSkuInventoryAdjustmentService.getStockChangeNotificationService()protected StockChangeNotificationServiceDefaultSkuInventoryService.getStockChangeNotificationService()Constructors in com.broadleafcommerce.inventory.service with parameters of type StockChangeNotificationServiceModifierConstructorDescriptionDefaultSkuInventoryAdjustmentService(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)