Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryAvailabilityStrategy
- 
Packages that use SkuInventoryAvailabilityStrategy Package Description com.broadleafcommerce.inventory.service  - 
- 
Uses of SkuInventoryAvailabilityStrategy in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement SkuInventoryAvailabilityStrategy Modifier and Type Class Description classDefaultSkuInventoryAvailabilityStrategy<I extends SkuInventory>The default strategy for reading inventory for browsing and for the purpose of inventory reservations.Methods in com.broadleafcommerce.inventory.service that return SkuInventoryAvailabilityStrategy Modifier and Type Method Description protected SkuInventoryAvailabilityStrategy<I>DefaultSkuInventoryService. getSkuInventoryAvailabilityStrategy(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Allows for context-specific selection of a strategy for finding inventory availability for browsing and reservation.protected SkuInventoryAvailabilityStrategy<? extends SkuInventory>DefaultSkuInventorySummaryService. getSkuInventoryAvailabilityStrategy(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Constructors in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryAvailabilityStrategy Constructor Description DefaultSkuInventoryService(SkuInventoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> skuInventoryRepository, InventoryLocationService<InventoryLocation> inventoryLocationService, SkuFieldReferenceTypeUtility skuFieldReferenceTypeUtility, SkuInventoryAdjustmentService<I> skuInventoryAdjustmentService, SkuInventoryAvailabilityStrategy<I> skuInventoryAvailabilityStrategy, StockChangeNotificationService stockChangeNotificationService, SkuInventoryReservationRequestValidator skuInventoryReservationRequestValidator, InventoryTransactionService<InventoryTransaction> inventoryTransactionService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager)DefaultSkuInventorySummaryService(SkuFieldReferenceTypeUtility skuFieldReferenceTypeUtility, SkuInventoryAvailabilityStrategy<? extends SkuInventory> skuInventoryAvailabilityStrategy, SkuInventoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> skuInventoryRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory) 
 -