Interface ServiceListHandler<N>
- All Known Implementing Classes:
ServiceListAlaCarteOffersHandler,ServiceListDataListsHandler,ServiceListOrderAlaCartOffersHandler,ServiceListOrderDataListsHandler
public interface ServiceListHandler<N>
The ndc Service List handlers interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(N source, IATAServiceListRS serviceListRS, List<AbstractOrderEntryModel> selectedEntries) Handles data from ndcOfferData to serviceListRS.
-
Method Details
-
handle
void handle(N source, IATAServiceListRS serviceListRS, List<AbstractOrderEntryModel> selectedEntries) throws NDCException Handles data from ndcOfferData to serviceListRS.- Parameters:
source- the sourceserviceListRS- the serviceListRSselectedEntries- the selectedEntries- Throws:
NDCException
-