Package org.adempiere.model
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 Summary
Fields Modifier and Type Field Description static int
TIMING_AFTER_IMPORT
Event triggered after an import record is processedstatic int
TIMING_AFTER_VALIDATE
Event triggered after all import records are validatedstatic int
TIMING_BEFORE_IMPORT
Event triggered before an import record is processedstatic int
TIMING_BEFORE_VALIDATE
Event triggered before all import records are validated
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(ImportProcess process, Object importModel, Object targetModel, int timing)
-
-
-
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
-
-
Method Detail
-
validate
void validate(ImportProcess process, Object importModel, Object targetModel, int timing)
-
-