Serialized Form
-
Package org.nuiton.topia.service.csv
-
Package org.nuiton.topia.service.csv.in
-
Class org.nuiton.topia.service.csv.in.CsvFileImportResult
class CsvFileImportResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityTypes
Set<T extends org.nuiton.topia.persistence.TopiaEntityEnum> entityTypes
type of entity to import csv datas. -
importFileName
String importFileName
Name of the csv file to import. -
numberCreated
Map<T extends org.nuiton.topia.persistence.TopiaEntityEnum, Integer> numberCreated
Count of created entities. -
numberUpdated
Map<T extends org.nuiton.topia.persistence.TopiaEntityEnum, Integer> numberUpdated
Count of updated entities.
-
-
Class org.nuiton.topia.service.csv.in.CsvImportResult
class CsvImportResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createIfNotFound
boolean createIfNotFound
Flag to authorize to create entities not found in db. -
entityType
T extends org.nuiton.topia.persistence.TopiaEntityEnum entityType
type of entity to import csv datas. -
importFileName
String importFileName
Name of the csv file to import. -
numberCreated
int numberCreated
Count of created entities. -
numberUpdated
int numberUpdated
Count of updated entities. -
progressModel
CsvProgressModel progressModel
-
-