Class ImportEntryPreProcessor
- java.lang.Object
-
- org.openbravo.service.importprocess.ImportEntryPreProcessor
-
public abstract class ImportEntryPreProcessor extends Object
Abstract/default class used to process an import entry when it is created before it is stored in the database. Is called from theImportEntryManager.createImportEntry(String, String, String)
method. Note: modules can implement this interface when they want to keep/maintain custom columns in theImportEntry
table.- Author:
- mtaal
-
-
Constructor Summary
Constructors Constructor Description ImportEntryPreProcessor()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
beforeCreate(ImportEntry importEntry)
-
-
-
Method Detail
-
beforeCreate
public abstract void beforeCreate(ImportEntry importEntry)
-
-