public interface ImportServiceLocal extends ImportService, CRUDServiceLocal<ImportedFile,ImportedFileDTO,ImportedFileData,ImportType>
| Modifier and Type | Method and Description |
|---|---|
long |
archiveImports()
Gets the old imports that were not finished and deletes them.
|
void |
fillImportedLineValues(ImportedLine importedLine,
ImportedLineVO vo)
Fills the values of an importedLineVO
|
java.lang.Long |
getImportedFileIdForLine(java.lang.Long importedLineId)
Returns the imported file id of the imported line.
|
ImportType |
getImportType(ImportedFileDTO dto)
Returns the import type which matches with the given dto
|
Permission |
resolvePermission(ImportType type)
Returns the permission associated to the import type.
|
void |
resumeImport(java.lang.Long importedFileId)
Triggers the execution of an import.
|
abort, getImportedLineData, getImportProgress, getSearchData, markAsSkipped, process, saveDescription, saveImportedLine, search, searchImportedLines, uploadfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savelong archiveImports()
void fillImportedLineValues(ImportedLine importedLine, ImportedLineVO vo)
java.lang.Long getImportedFileIdForLine(java.lang.Long importedLineId)
ImportType getImportType(ImportedFileDTO dto)
Permission resolvePermission(ImportType type)
void resumeImport(java.lang.Long importedFileId)