Interface OneOrderIataServiceService
- All Known Implementing Classes:
DefaultOneOrderIataServiceService
public interface OneOrderIataServiceService
The One Order Iata Service Service.
-
Method Summary
Modifier and TypeMethodDescriptionfindIataServicesToSend(List<String> baseSiteList) Find all the IataServices which have to be forwarded to the accounting system, having readyToAccount false and sentToAccountingSystem false.
-
Method Details
-
findIataServicesToSend
Find all the IataServices which have to be forwarded to the accounting system, having readyToAccount false and sentToAccountingSystem false. In order to avoid duplicated services, these need to belong to a travel/airline order without versionId.- Parameters:
baseSiteList- the list of baseSite- Returns:
- the list of IataServices
-