Uses of Interface
org.nuiton.topia.service.csv.in.ImportStrategy
Packages that use ImportStrategy
-
Uses of ImportStrategy in org.nuiton.topia.service.csv.in
Methods in org.nuiton.topia.service.csv.in with parameters of type ImportStrategyModifier and TypeMethodDescriptionstatic <T extends TopiaEntityEnum>
voidTopiaCsvImports.importAssociation(Reader reader, ImportStrategy<T> importStrategy, AssociationMeta<T> meta, CsvImportResult<T> csvResult) To import a association (given by hismeta) from a reader and a strategy.static <T extends TopiaEntityEnum,E extends TopiaEntity>
voidTopiaCsvImports.importTable(Reader reader, ImportStrategy<T> importStrategy, TableMeta<T> meta, CsvImportResult<T> csvResult) To import a table (given by hismeta) from a reader and a strategy.static <T extends TopiaEntityEnum,E extends TopiaEntity>
Iterable<E>TopiaCsvImports.importTableAndReturn(Reader reader, ImportStrategy<T> importStrategy, TableMeta<T> meta, CsvImportResult<T> csvResult) To import a table (given by hismeta) from a reader and a strategy.