Interface ImportProcess

  • All Known Implementing Classes:
    ImportBPartner, ImportInventory, ImportProduct

    public interface ImportProcess
    All processes that are importing data should implement this interface.
    Author:
    Teo Sarca, www.arhipac.ro
  • FR [ 2788276 ] Data Import Validator https://sourceforge.net/p/adempiere/feature-requests/712/
    • Method Detail

      • getImportTableName

        String getImportTableName()
        Returns:
        The Name of Import Table (e.g. I_BPartner)
      • getWhereClause

        String getWhereClause()
        Returns:
        SQL WHERE clause to filter records that are candidates for import
      • getCtx

        Properties getCtx()
        Get Process Context
        Returns:
        context
      • get_TrxName

        String get_TrxName()
        Get Process Transaction Name
        Returns:
        transaction name