Uses of Class
org.openwms.wms.receiving.api.QuantityCaptureRequestVO
Packages that use QuantityCaptureRequestVO
Package
Description
Contains internal types of the microservice implementation.
-
Uses of QuantityCaptureRequestVO in org.openwms.wms.receiving.impl
Methods in org.openwms.wms.receiving.impl with parameters of type QuantityCaptureRequestVOModifier and TypeMethodDescriptionQuantityCaptureRequestCapturer.capture(String pKey, @NotNull QuantityCaptureRequestVO request) Capture received goods to a suitableReceivingOrderPosition.private voidQuantityCaptureRequestCapturer.createPackagingUnitsForDemand(QuantityCaptureRequestVO request) private Optional<ReceivingOrder> QuantityCaptureRequestCapturer.handleExpectedReceipt(String pKey, QuantityCaptureRequestVO request, Consumer<Void> func) Constructor parameters in org.openwms.wms.receiving.impl with type arguments of type QuantityCaptureRequestVOModifierConstructorDescription(package private)QuantityCaptureRequestCapturer(org.springframework.context.ApplicationEventPublisher publisher, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, ReceivingOrderRepository repository, List<CapturingApproval<QuantityCaptureRequestVO>> capturingApprovals, ProductService productService, AsyncPackagingUnitApi asyncPackagingUnitApi)