Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryAvailabilityStrategy
-
Uses of SkuInventoryAvailabilityStrategy in com.broadleafcommerce.inventory.service
Modifier and TypeClassDescriptionclass
The default strategy for reading inventory for browsing and for the purpose of inventory reservations.Modifier and TypeMethodDescriptionprotected 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) ModifierConstructorDescriptionDefaultSkuInventoryService
(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)