Uses of Class
org.openwms.wms.receiving.api.TUCaptureRequestVO
Package
Description
Contains internal types of the microservice implementation.
-
Uses of TUCaptureRequestVO in org.openwms.wms.receiving.impl
Modifier and TypeMethodDescriptionTUCaptureRequestCapturer.capture
(String pKey, @NotNull TUCaptureRequestVO request) Capture received goods to a suitableReceivingOrderPosition
.private Optional
<ReceivingOrder> TUCaptureRequestCapturer.handleExpectedReceipt
(String pKey, TUCaptureRequestVO request) ModifierConstructorDescription(package private)
TUCaptureRequestCapturer
(org.springframework.context.ApplicationEventPublisher publisher, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, ReceivingOrderRepository repository, List<CapturingApproval<TUCaptureRequestVO>> capturingApprovals, ProductService productService, SyncTransportUnitApi transportUnitApi, SyncLocationApi locationApi)