Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventorySummaryService
-
Packages that use SkuInventorySummaryService Package Description com.broadleafcommerce.inventory.service com.broadleafcommerce.inventory.web.endpoint -
-
Uses of SkuInventorySummaryService in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement SkuInventorySummaryService Modifier and Type Class Description class
DefaultSkuInventorySummaryService<T extends SkuInventoryAvailabilitySummary>
Provides summary (browsing) data forSkuInventory
.Methods in com.broadleafcommerce.inventory.service that return SkuInventorySummaryService Modifier and Type Method Description protected SkuInventorySummaryService<?>
DefaultStockChangeNotificationService. getSkuInventorySummaryService()
Constructors in com.broadleafcommerce.inventory.service with parameters of type SkuInventorySummaryService Constructor Description DefaultStockChangeNotificationService(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 SkuInventorySummaryService Modifier and Type Method Description protected SkuInventorySummaryService<SkuInventoryAvailabilitySummary>
SkuInventoryEndpoint. getSkuInventorySummaryService()
protected SkuInventorySummaryService<SkuInventoryAvailabilitySummary>
SkuInventoryShopEndpoint. getSkuInventorySummaryService()
Constructors in com.broadleafcommerce.inventory.web.endpoint with parameters of type SkuInventorySummaryService Constructor Description SkuInventoryEndpoint(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)
SkuInventoryShopEndpoint(SkuInventoryService<SkuInventory> skuInventoryService, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)
-