Class CombinedFlightService
java.lang.Object
com.persequor.saga.modules.ffmreader.service.CombinedFlightService
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedFlightService
(FfmFlightService ffmFlightService, CpmFlightService cpmFlightService) -
Method Summary
Modifier and TypeMethodDescriptionStream<? extends IFileBasedFlightData<?>>
getAll()
Stream<? extends IFileBasedFlightData<?>>
getDepartures
(String origin, LocalDate utcDate)
-
Constructor Details
-
CombinedFlightService
@Inject public CombinedFlightService(FfmFlightService ffmFlightService, CpmFlightService cpmFlightService)
-
-
Method Details
-
getAll
-
getDepartures
-
get
-