Interface ServiceListDataListHandler<N>
- All Known Implementing Classes:
ServiceListBaggageAllowanceListHandler,ServiceListOrderBaggageAllowanceListHandler,ServiceListOrderPaxListHandler,ServiceListOrderPaxSegmentListHandler,ServiceListOrderServiceDefinitionListHandler,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, List<AbstractOrderEntryModel> selectedEntries) Handles method that populates frields in the data list for service list.
-
Method Details
-
handle
void handle(N source, Set<ServiceType> services, DataListsType dataListsType, List<AbstractOrderEntryModel> selectedEntries) throws NDCException Handles method that populates frields in the data list for service list.- Parameters:
source- the ndcOfferDataservices- the servicesdataListsType- the dataListsTypeselectedEntries- the selectedEntries- Throws:
NDCException
-