Uses of Interface
com.broadleafcommerce.inventory.service.SkuInventoryAvailabilityStrategy
Packages that use SkuInventoryAvailabilityStrategy
-
Uses of SkuInventoryAvailabilityStrategy in com.broadleafcommerce.inventory.service
Classes in com.broadleafcommerce.inventory.service that implement SkuInventoryAvailabilityStrategyModifier and TypeClassDescriptionclass
The default strategy for reading inventory for browsing and for the purpose of inventory reservations.Methods in com.broadleafcommerce.inventory.service that return SkuInventoryAvailabilityStrategyModifier 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) Constructors in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryAvailabilityStrategyModifierConstructorDescriptionDefaultSkuInventoryService
(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)