Uses of Class
org.openwms.wms.receiving.api.CaptureRequestVO
Packages that use CaptureRequestVO
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
Contains internal types of the microservice implementation.
Contains the external exposed REST API of the WMS Receiving Service.
This package contains types for extension points and hooks (SPI - Service Provider Interface).
- 
Uses of CaptureRequestVO in org.openwms.wms.receiving.api
Subclasses of CaptureRequestVO in org.openwms.wms.receiving.apiModifier and TypeClassDescriptionclassA QuantityCaptureOnLocationRequestVO contains all information used to capture goods on aLocation.classA QuantityCaptureRequestVO contains all information used to capture goods within aLoadUniton top of aTransportUnit.classA TUCaptureRequestVO contains all information used to capture goods within aLoadUniton top of an expectedTransportUnit.Methods in org.openwms.wms.receiving.api with parameters of type CaptureRequestVOModifier and TypeMethodDescriptionvoidReceivingApi.captureOrder(String pKey, CaptureRequestVO request) Execute the process of capturing a Goods Receipt. - 
Uses of CaptureRequestVO in org.openwms.wms.receiving.impl
Classes in org.openwms.wms.receiving.impl with type parameters of type CaptureRequestVOModifier and TypeClassDescriptionclassAbstractCapturer<T extends CaptureRequestVO>A AbstractCapturer.interfaceBlindReceiptCapturer<T extends CaptureRequestVO>A BlindReceiptCapturer is able to actually captures unexpected material (Blind Receipts) at Goods-In.interfaceReceivingOrderCapturer<T extends CaptureRequestVO>A ReceivingOrderCapturer is responsible to capture receipt goods in its particular flavor.interfaceReceivingService<T extends CaptureRequestVO>A ReceivingService managesReceivingOrders.(package private) classReceivingServiceImpl<T extends CaptureRequestVO>A ReceivingServiceImpl is a Spring managed transactional Services that deals withReceivingOrders.Fields in org.openwms.wms.receiving.impl with type parameters of type CaptureRequestVOModifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry<ReceivingOrderCapturer<T>, CaptureRequestVO> ReceivingServiceImpl.capturersMethods in org.openwms.wms.receiving.impl with parameters of type CaptureRequestVOModifier and TypeMethodDescriptionbooleanQuantityCaptureOnLocationRequestCapturer.supports(CaptureRequestVO request) booleanQuantityCaptureRequestCapturer.supports(CaptureRequestVO request) booleanTUCaptureRequestCapturer.supports(CaptureRequestVO request)  - 
Uses of CaptureRequestVO in org.openwms.wms.receiving.rest
Classes in org.openwms.wms.receiving.rest with type parameters of type CaptureRequestVOModifier and TypeInterfaceDescriptioninterfaceRestServiceFacade<T extends CaptureRequestVO>A RestServiceFacade.(package private) classRestServiceFacadeImpl<T extends CaptureRequestVO>A RestServiceFacadeImpl.Fields in org.openwms.wms.receiving.rest with type parameters of type CaptureRequestVOModifier and TypeFieldDescriptionprivate final ReceivingService<CaptureRequestVO> ReceivingOrderFinder.serviceMethod parameters in org.openwms.wms.receiving.rest with type arguments of type CaptureRequestVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ReceivingController.captureBlindReceipt(List<CaptureRequestVO> requests) org.springframework.http.ResponseEntity<ReceivingOrderVO> ReceivingController.captureOrder(String pKey, @Valid List<CaptureRequestVO> requests) Constructor parameters in org.openwms.wms.receiving.rest with type arguments of type CaptureRequestVOModifierConstructorDescriptionReceivingOrderFinder(ReceivingService<CaptureRequestVO> service, org.ameba.i18n.Translator translator, ReceivingMapper receivingMapper)  - 
Uses of CaptureRequestVO in org.openwms.wms.receiving.spi.wms.receiving
Classes in org.openwms.wms.receiving.spi.wms.receiving with type parameters of type CaptureRequestVOModifier and TypeInterfaceDescriptioninterfaceCapturingApproval<T extends CaptureRequestVO>A CapturingApproval.