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 TypeClassDescriptionclassProvides summary (browsing) data forSkuInventory.interfaceService to findSkuInventorysummary data (e.g.Methods in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryAvailabilitySummaryModifier and TypeMethodDescriptionprotected voidDefaultSkuInventorySummaryService.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)