Class CsvEntityExpand
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.format.csv.tools.CsvEntityExpand
- All Implemented Interfaces:
CsvEntityEntry
A class for gathering data from Entities link to by a NavigationLink of an
Entity into a CSV file.
- Author:
- scf
-
Constructor Summary
ConstructorsConstructorDescriptionCsvEntityExpand(String namePrefix, NavigationProperty property, Query subQuery, NavigationPropertyFollower propertyFollower) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteData(CsvRowCollector collector, Entity e) Collect data for CSV data rows.voidwriteHeader(CsvRowCollector collector) Collect data for the CSV header row.
-
Constructor Details
-
Method Details
-
writeHeader
Description copied from interface:CsvEntityEntryCollect data for the CSV header row.- Specified by:
writeHeaderin interfaceCsvEntityEntry- Parameters:
collector- The collector to collect the data in.
-
writeData
Description copied from interface:CsvEntityEntryCollect data for CSV data rows.- Specified by:
writeDatain interfaceCsvEntityEntry- Parameters:
collector- The collector to collect the data in.e- The source entity to collect the data from.
-