Package org.openwms.wms.receiving.impl
Interface BlindReceiptCapturer<T extends CaptureRequestVO>
- All Superinterfaces:
org.springframework.plugin.core.Plugin<CaptureRequestVO>
public interface BlindReceiptCapturer<T extends CaptureRequestVO>
extends org.springframework.plugin.core.Plugin<CaptureRequestVO>
A BlindReceiptCapturer is able to actually captures unexpected material (Blind Receipts) at Goods-In.
- Author:
- Heiko Scherrer
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.plugin.core.Plugin
supports
-
Method Details
-
capture
Capture received goods without a reference to aReceivingOrderPosition
.- Parameters:
request
- Particular capturing detail information used to perform the capturing process
-