Package cdc.impex.api

Class DefaultImportHandler

    • Constructor Detail

      • DefaultImportHandler

        protected DefaultImportHandler​(boolean verbose)
    • Method Detail

      • beginSheetImport

        public void beginSheetImport​(String systemId,
                                     String sheetName,
                                     SheetTemplate template)
        Description copied from interface: ImportHandler
        Invoked to notify the beginning of the import of a sheet.
        Specified by:
        beginSheetImport in interface ImportHandler
        Parameters:
        systemId - The system if of the imported data.
        sheetName - The sheet name.
        template - The sheet template associated to this import.
      • importData

        public void importData​(ImportRow data)
        Description copied from interface: ImportHandler
        Invoked to notify the import a a data row.
        Specified by:
        importData in interface ImportHandler
        Parameters:
        data - The imported data row.
      • endSheetImport

        public void endSheetImport​(String systemId,
                                   String sheetName,
                                   SheetTemplate template)
        Description copied from interface: ImportHandler
        Invoked to notify the end of the import of a sheet.
        Specified by:
        endSheetImport in interface ImportHandler
        Parameters:
        systemId - The system if of the imported data.
        sheetName - The sheet name.
        template - The sheet template associated to this import.