Interface OfferPriceDataListsPipelineManager
- All Known Implementing Classes:
DefaultOfferPriceDataListsPipelineManager
public interface OfferPriceDataListsPipelineManager
the ndc 182 offerPrice dataLists pipeline managers interface.
-
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services) Executes the ndc offer price datalists pipeline managers.
-
Method Details
-
executePipeline
DataListsType executePipeline(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services) throws NDCException Executes the ndc offer price datalists pipeline managers.- Parameters:
ndcOfferData- the ndcOfferData- Returns:
- the dataListsType
- Throws:
NDCException
-