Interface ServiceListDataListHandler<N>
- All Known Implementing Classes:
ServiceListBaggageAllowanceListHandler,ServiceListPaxJourneyListHandler,ServiceListPaxListHandler,ServiceListPaxSegmentListHandler,ServiceListServiceDefinitionListHandler
public interface ServiceListDataListHandler<N>
The ndc Service List DataLists handlers interface for Offers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(N source, Set<ServiceType> services, DataListsType dataListsType) Handles method that populates fields in the data list for service list.
-
Method Details
-
handle
Handles method that populates fields in the data list for service list.- Parameters:
source- the ndcOfferDataservices- the servicesdataListsType- the dataListsType- Throws:
NDCException
-