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 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
.Methods in org.openwms.wms.receiving.api with parameters of type CaptureRequestVOModifier 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
Classes in org.openwms.wms.receiving.impl with type parameters of type CaptureRequestVOModifier 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.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.capturers
Methods in org.openwms.wms.receiving.impl with parameters of type CaptureRequestVOModifier 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
Classes in org.openwms.wms.receiving.rest with type parameters of type CaptureRequestVOModifier and TypeInterfaceDescriptioninterface
RestServiceFacade<T extends CaptureRequestVO>
A RestServiceFacade.(package private) class
RestServiceFacadeImpl<T extends CaptureRequestVO>
A RestServiceFacadeImpl.Fields in org.openwms.wms.receiving.rest with type parameters of type CaptureRequestVOModifier and TypeFieldDescriptionprivate final ReceivingService
<CaptureRequestVO> ReceivingOrderFinder.service
Method 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 TypeInterfaceDescriptioninterface
CapturingApproval<T extends CaptureRequestVO>
A CapturingApproval.