Uses of Class
com.broadleafcommerce.inventory.service.validation.SkuInventoryReservationRequestValidator
Packages that use SkuInventoryReservationRequestValidator
-
Uses of SkuInventoryReservationRequestValidator in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service that return SkuInventoryReservationRequestValidatorModifier and TypeMethodDescriptionprotected SkuInventoryReservationRequestValidator
DefaultSkuInventoryService.getSkuInventoryReservationRequestValidator()
Constructors in com.broadleafcommerce.inventory.service with parameters of type SkuInventoryReservationRequestValidatorModifierConstructorDescriptionDefaultSkuInventoryService
(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)