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

    Modifier and Type
    Method
    Description
    void
    capture(T request)
    Capture received goods without a reference to a ReceivingOrderPosition.

    Methods inherited from interface org.springframework.plugin.core.Plugin

    supports
  • Method Details

    • capture

      @NotNull void capture(@Valid @NotNull T request)
      Capture received goods without a reference to a ReceivingOrderPosition.
      Parameters:
      request - Particular capturing detail information used to perform the capturing process