@Component public abstract class ExcelBatchImporter extends Object
| Constructor and Description |
|---|
ExcelBatchImporter() |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
buildOrderedInstruction(ExcelWorkbookParser parser) |
abstract List<Instruction<?>> |
findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
abstract List<EntityType> |
getEntityType() |
ImportLog |
performImport(File excelFile) |
ImportLog |
simulateImport(File excelFile) |
public List<Instruction<?>> buildOrderedInstruction(ExcelWorkbookParser parser)
public abstract List<EntityType> getEntityType()
public abstract List<Instruction<?>> findInstructionsByEntity(ExcelWorkbookParser parser, EntityType entityType)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.