Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryAvailabilitySummary
- 
Packages that use SkuInventoryAvailabilitySummary Package Description com.broadleafcommerce.inventory.service com.broadleafcommerce.inventory.web.endpoint  - 
- 
Uses of SkuInventoryAvailabilitySummary in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service with type parameters of type SkuInventoryAvailabilitySummary Modifier and Type Class Description classDefaultSkuInventorySummaryService<T extends SkuInventoryAvailabilitySummary>Provides summary (browsing) data forSkuInventory.interfaceSkuInventorySummaryService<T extends SkuInventoryAvailabilitySummary>Service to findSkuInventorysummary data (e.g. - 
Uses of SkuInventoryAvailabilitySummary in com.broadleafcommerce.inventory.web.endpoint
Methods in com.broadleafcommerce.inventory.web.endpoint that return SkuInventoryAvailabilitySummary Modifier and Type Method Description SkuInventoryAvailabilitySummarySkuInventoryShopEndpoint. findInventoryAvailability(javax.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 SkuInventoryAvailabilitySummary Modifier and Type Method Description List<SkuInventoryAvailabilitySummary>SkuInventoryShopEndpoint. findBulkInventoryAvailability(javax.servlet.http.HttpServletRequest request, List<SkuInventoryAvailabilityRequest> skuReferences, String skuFieldType, Boolean forShipping, Boolean forPickup, Boolean inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)List<SkuInventoryAvailabilitySummary>SkuInventoryShopEndpoint. findInventoryAvailability(javax.servlet.http.HttpServletRequest request, String skuFieldType, List<String> skuFieldReferences, Boolean forShipping, Boolean forPickup, Boolean inStore, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)List<SkuInventoryAvailabilitySummary>SkuInventoryShopEndpoint. findInventoryAvailabilityForLocation(javax.servlet.http.HttpServletRequest request, String skuFieldType, String skuFieldReferences, String inventoryLocationId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)protected SkuInventorySummaryService<SkuInventoryAvailabilitySummary>SkuInventoryEndpoint. getSkuInventorySummaryService()protected SkuInventorySummaryService<SkuInventoryAvailabilitySummary>SkuInventoryShopEndpoint. getSkuInventorySummaryService()Constructor parameters in com.broadleafcommerce.inventory.web.endpoint with type arguments of type SkuInventoryAvailabilitySummary Constructor Description SkuInventoryEndpoint(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService)SkuInventoryShopEndpoint(SkuInventoryService<SkuInventory> skuInventoryService, SkuInventorySummaryService<SkuInventoryAvailabilitySummary> skuInventorySummaryService) 
 -