Class CpmParser
java.lang.Object
com.persequor.saga.modules.ffmreader.parser.CpmParser
- All Implemented Interfaces:
IFlighFileParser<CpmFlight,
CpmFile, CpmFlightData>
-
Constructor Summary
ConstructorsConstructorDescriptionCpmParser
(CpmFlightParser flightParser, CpmRouteParser routeParser, CpmCargoRowParser cargoRowParser, CpmDocumentDateParser dateParser) -
Method Summary
Modifier and TypeMethodDescriptionparseFlight
(CpmFlight flight) readEmail
(com.persequor.saga.modules.emailinbox.sdk.IEmail email)
-
Constructor Details
-
CpmParser
@Inject public CpmParser(CpmFlightParser flightParser, CpmRouteParser routeParser, CpmCargoRowParser cargoRowParser, CpmDocumentDateParser dateParser)
-
-
Method Details
-
readEmail
- Specified by:
readEmail
in interfaceIFlighFileParser<CpmFlight,
CpmFile, CpmFlightData>
-
parseFile
- Specified by:
parseFile
in interfaceIFlighFileParser<CpmFlight,
CpmFile, CpmFlightData>
-
parseFlight
- Specified by:
parseFlight
in interfaceIFlighFileParser<CpmFlight,
CpmFile, CpmFlightData>
-