Interface OneOrderIataServiceDao
- All Known Implementing Classes:
DefaultOneOrderIataServiceDao
public interface OneOrderIataServiceDao
The One Order Interface for Iata Service dao.
-
Method Summary
Modifier and TypeMethodDescriptionfindIataServicesForAccountingSystem(List<String> baseSiteList) Find all the IataServices which have to be forwarded to the accounting system, having readyToAccount true and sentToAccountingSystem false.
-
Method Details
-
findIataServicesForAccountingSystem
Find all the IataServices which have to be forwarded to the accounting system, having readyToAccount true 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
-