Uses of Class
org.openwms.wms.receiving.api.TUCaptureRequestVO
Packages that use TUCaptureRequestVO
Package
Description
Contains internal types of the microservice implementation.
- 
Uses of TUCaptureRequestVO in org.openwms.wms.receiving.impl
Methods in org.openwms.wms.receiving.impl with parameters of type TUCaptureRequestVOModifier and TypeMethodDescriptionTUCaptureRequestCapturer.capture(String pKey, @NotNull TUCaptureRequestVO request) Capture received goods to a suitableReceivingOrderPosition.private Optional<ReceivingOrder> TUCaptureRequestCapturer.handleExpectedReceipt(String pKey, TUCaptureRequestVO request) Constructor parameters in org.openwms.wms.receiving.impl with type arguments of type TUCaptureRequestVOModifierConstructorDescription(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)