Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventorySummaryService
Packages that use SkuInventorySummaryService
Package
Description
-
Uses of SkuInventorySummaryService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement SkuInventorySummaryServiceMethods in com.broadleafcommerce.inventory.service that return SkuInventorySummaryServiceModifier and TypeMethodDescriptionprotected SkuInventorySummaryService<?>
DefaultStockChangeNotificationService.getSkuInventorySummaryService()
Constructors in com.broadleafcommerce.inventory.service with parameters of type SkuInventorySummaryServiceModifierConstructorDescriptionDefaultStockChangeNotificationService
(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
Methods in com.broadleafcommerce.inventory.web.endpoint that return SkuInventorySummaryServiceModifier and TypeMethodDescriptionSkuInventoryEndpoint.getSkuInventorySummaryService()
SkuInventoryShopEndpoint.getSkuInventorySummaryService()
Constructors in com.broadleafcommerce.inventory.web.endpoint with parameters of type SkuInventorySummaryServiceModifierConstructorDescriptionSkuInventoryEndpoint
(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService) SkuInventoryShopEndpoint
(SkuInventoryService<SkuInventory> skuInventoryService, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)