Uses of Class
org.openwms.wms.receiving.api.QuantityCaptureRequestVO
Package
Description
Contains internal types of the microservice implementation.
-
Uses of QuantityCaptureRequestVO in org.openwms.wms.receiving.impl
Modifier and TypeMethodDescriptionQuantityCaptureRequestCapturer.capture
(String pKey, @NotNull QuantityCaptureRequestVO request) Capture received goods to a suitableReceivingOrderPosition
.private void
QuantityCaptureRequestCapturer.createPackagingUnitsForDemand
(QuantityCaptureRequestVO request) private Optional
<ReceivingOrder> QuantityCaptureRequestCapturer.handleExpectedReceipt
(String pKey, QuantityCaptureRequestVO request, Consumer<Void> func) ModifierConstructorDescription(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)