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 CSVExport
getContentType, getExtension, toString, writelnMethods inherited from class LogbookExport
getAircraft, getPromotionCount, loadAircraftModifier and TypeMethodDescriptionprotected AircraftgetAircraft(String acType) Loads an Aircraft profile.protected intReturns the leg index for a leg that counts for promotion to Captain in an equipment program.voidloadAircraft(Collection<Aircraft> acTypes) Loads Aircraft profiles for translation.
-
Constructor Details
-
VolantaCSVExport
public VolantaCSVExport()Creates the exporter.
-
-
Method Details
-
add
Description copied from class:LogbookExportAdds and processes a Flight Report.- Specified by:
addin classLogbookExport- Parameters:
fr- a FlightReport bean
-