Uses of Class
com.broadleafcommerce.inventory.service.validation.SkuInventoryReservationRequestValidator
-
Uses of SkuInventoryReservationRequestValidator in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionprotected SkuInventoryReservationRequestValidator
DefaultSkuInventoryService.getSkuInventoryReservationRequestValidator()
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)