Interface ImportServiceLocal

    • Method Detail

      • archiveImports

        long archiveImports()
        Gets the old imports that were not finished and deletes them. Gets the finished old imports and removes the associated information (lines and values) leaving some stats and dates.
      • fillImportedLineValues

        void fillImportedLineValues​(ImportedLine importedLine,
                                    ImportedLineVO vo)
        Fills the values of an importedLineVO
      • getImportedFileIdForLine

        Long getImportedFileIdForLine​(Long importedLineId)
        Returns the imported file id of the imported line.
      • resumeImport

        long resumeImport​(Long importedFileId)
        Triggers the execution of an import.