Interface ImportValidator


  • public interface ImportValidator
    Import Validator Interface
    Author:
    Teo Sarca, www.arhipac.ro
  • FR [ 2788276 ] Data Import Validator https://sourceforge.net/p/adempiere/feature-requests/712/
    • Field Detail

      • TIMING_BEFORE_VALIDATE

        static final int TIMING_BEFORE_VALIDATE
        Event triggered before all import records are validated
        See Also:
        Constant Field Values
      • TIMING_AFTER_VALIDATE

        static final int TIMING_AFTER_VALIDATE
        Event triggered after all import records are validated
        See Also:
        Constant Field Values
      • TIMING_BEFORE_IMPORT

        static final int TIMING_BEFORE_IMPORT
        Event triggered before an import record is processed
        See Also:
        Constant Field Values
      • TIMING_AFTER_IMPORT

        static final int TIMING_AFTER_IMPORT
        Event triggered after an import record is processed
        See Also:
        Constant Field Values