Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventorySummaryService
Package
Description
-
Uses of SkuInventorySummaryService in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionprotected SkuInventorySummaryService<?>
DefaultStockChangeNotificationService.getSkuInventorySummaryService()
ModifierConstructorDescriptionDefaultStockChangeNotificationService
(SkuInventorySummaryService<?> skuInventorySummaryService, StockAvailabilityChangeNotifcationProducer stockAvailabilityChangeNotifcationProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of SkuInventorySummaryService in com.broadleafcommerce.inventory.web.endpoint
Modifier and TypeMethodDescriptionSkuInventoryEndpoint.getSkuInventorySummaryService()
SkuInventoryShopEndpoint.getSkuInventorySummaryService()
ModifierConstructorDescriptionSkuInventoryEndpoint
(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService) SkuInventoryShopEndpoint
(SkuInventoryService<SkuInventory> skuInventoryService, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)