Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryAvailabilitySummary
Packages that use SkuInventoryAvailabilitySummary
Package
Description
-
Uses of SkuInventoryAvailabilitySummary in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service with type parameters of type SkuInventoryAvailabilitySummaryModifier and TypeClassDescriptionclass
Provides summary (browsing) data forSkuInventory
.interface
Service to findSkuInventory
summary data (e.g.Methods in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryAvailabilitySummaryModifier and TypeMethodDescriptionprotected void
DefaultSkuInventorySummaryService.populateFutureStockSummary
(SkuInventory result, SkuInventoryAvailabilitySummary summary, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of SkuInventoryAvailabilitySummary in com.broadleafcommerce.inventory.web.endpoint
Methods in com.broadleafcommerce.inventory.web.endpoint that return SkuInventoryAvailabilitySummaryModifier and TypeMethodDescriptionSkuInventoryShopEndpoint.findInventoryAvailability
(jakarta.servlet.http.HttpServletRequest request, String skuFieldType, String skuReference, int minAvailableQuantity, Boolean forShipping, Boolean forPickup, Boolean inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods in com.broadleafcommerce.inventory.web.endpoint that return types with arguments of type SkuInventoryAvailabilitySummaryModifier and TypeMethodDescriptionSkuInventoryShopEndpoint.findBulkInventoryAvailability
(jakarta.servlet.http.HttpServletRequest request, List<SkuInventoryAvailabilityRequest> skuReferences, String skuFieldType, Boolean forShipping, Boolean forPickup, Boolean inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SkuInventoryShopEndpoint.findInventoryAvailability
(jakarta.servlet.http.HttpServletRequest request, String skuFieldType, List<String> skuFieldReferences, Boolean forShipping, Boolean forPickup, Boolean inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SkuInventoryShopEndpoint.findInventoryAvailabilityForLocation
(jakarta.servlet.http.HttpServletRequest request, String skuFieldType, String skuFieldReferences, String inventoryLocationId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SkuInventoryEndpoint.getSkuInventorySummaryService()
SkuInventoryShopEndpoint.getSkuInventorySummaryService()
Constructor parameters in com.broadleafcommerce.inventory.web.endpoint with type arguments of type SkuInventoryAvailabilitySummaryModifierConstructorDescriptionSkuInventoryEndpoint
(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService) SkuInventoryShopEndpoint
(SkuInventoryService<SkuInventory> skuInventoryService, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)