Uses of Class
org.openwms.wms.receiving.api.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
Modifier and TypeClassDescriptionclass
A QuantityCaptureOnLocationRequestVO contains all information used to capture goods on aLocation
.class
A QuantityCaptureRequestVO contains all information used to capture goods within aLoadUnit
on top of aTransportUnit
.class
A TUCaptureRequestVO contains all information used to capture goods within aLoadUnit
on top of an expectedTransportUnit
.Modifier and TypeMethodDescriptionvoid
ReceivingApi.captureOrder
(String pKey, CaptureRequestVO request) Execute the process of capturing a Goods Receipt. -
Uses of CaptureRequestVO in org.openwms.wms.receiving.impl
Modifier and TypeClassDescriptionclass
AbstractCapturer<T extends CaptureRequestVO>
A AbstractCapturer.interface
BlindReceiptCapturer<T extends CaptureRequestVO>
A BlindReceiptCapturer is able to actually captures unexpected material (Blind Receipts) at Goods-In.interface
ReceivingOrderCapturer<T extends CaptureRequestVO>
A ReceivingOrderCapturer is responsible to capture receipt goods in its particular flavor.interface
ReceivingService<T extends CaptureRequestVO>
A ReceivingService managesReceivingOrder
s.(package private) class
ReceivingServiceImpl<T extends CaptureRequestVO>
A ReceivingServiceImpl is a Spring managed transactional Services that deals withReceivingOrder
s.Modifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry
<ReceivingOrderCapturer<T>, CaptureRequestVO> ReceivingServiceImpl.capturers
Modifier and TypeMethodDescriptionboolean
QuantityCaptureOnLocationRequestCapturer.supports
(CaptureRequestVO request) boolean
QuantityCaptureRequestCapturer.supports
(CaptureRequestVO request) boolean
TUCaptureRequestCapturer.supports
(CaptureRequestVO request) -
Uses of CaptureRequestVO in org.openwms.wms.receiving.rest
Modifier and TypeInterfaceDescriptioninterface
RestServiceFacade<T extends CaptureRequestVO>
A RestServiceFacade.class
RestServiceFacadeImpl<T extends CaptureRequestVO>
A RestServiceFacadeImpl.Modifier and TypeFieldDescriptionprivate final ReceivingService
<CaptureRequestVO> ReceivingOrderFinder.service
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> ReceivingController.captureBlindReceipt
(List<CaptureRequestVO> requests) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.captureOrder
(String pKey, @Valid List<CaptureRequestVO> requests) ModifierConstructorDescriptionReceivingOrderFinder
(ReceivingService<CaptureRequestVO> service, org.ameba.i18n.Translator translator, ReceivingMapper receivingMapper) -
Uses of CaptureRequestVO in org.openwms.wms.receiving.spi.wms.receiving
Modifier and TypeInterfaceDescriptioninterface
CapturingApproval<T extends CaptureRequestVO>
A CapturingApproval.