Interface ServiceListPipelineManager<N>
- All Known Implementing Classes:
DefaultServiceListOrdersPipelineManager,DefaultServiceListPipelineManager
public interface ServiceListPipelineManager<N>
The ndc serviceList Pipeline Manager.
-
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(N source, List<AbstractOrderEntryModel> selectedEntries) Executes the ndc service list pipeline managers.
-
Method Details
-
executePipeline
IATAServiceListRS executePipeline(N source, List<AbstractOrderEntryModel> selectedEntries) throws NDCException Executes the ndc service list pipeline managers.- Parameters:
source- the sourceselectedEntries- the selectedEntries- Returns:
- the offerPriceRS
- Throws:
NDCException
-