Class VolantaCSVExport
java.lang.Object
org.deltava.service.logbook.LogbookExport
org.deltava.service.logbook.CSVExport
org.deltava.service.logbook.VolantaCSVExport
A log book export class to generate Volanta-formatted CSV logbooks.
- Since:
- 10.3
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.service.logbook.CSVExport
getContentType, getExtension, toString, writeln
Methods inherited from class org.deltava.service.logbook.LogbookExport
getAircraft, getPromotionCount, loadAircraft
-
Constructor Details
-
VolantaCSVExport
public VolantaCSVExport()Creates the exporter.
-
-
Method Details
-
add
Description copied from class:LogbookExport
Adds and processes a Flight Report.- Specified by:
add
in classLogbookExport
- Parameters:
fr
- a FlightReport bean
-