Class ServiceListPaxListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.servicelist.handlers.impl.ServiceListPaxListHandler
- All Implemented Interfaces:
ServiceListDataListHandler<NDCCarrierOfferData>
public class ServiceListPaxListHandler
extends Object
implements ServiceListDataListHandler<NDCCarrierOfferData>
The ndc implementation of
ServiceListDataListHandler interface to populate the pax list fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(NDCCarrierOfferData ndcOfferData, Set<ServiceType> services, DataListsType dataListsType, List<AbstractOrderEntryModel> selectedEntries) This handler populates the paxList (list of passengers) in the dataLists field.
-
Constructor Details
-
ServiceListPaxListHandler
public ServiceListPaxListHandler()
-
-
Method Details
-
handle
public void handle(NDCCarrierOfferData ndcOfferData, Set<ServiceType> services, DataListsType dataListsType, List<AbstractOrderEntryModel> selectedEntries) throws NDCException This handler populates the paxList (list of passengers) in the dataLists field.- Specified by:
handlein interfaceServiceListDataListHandler<NDCCarrierOfferData>- Parameters:
ndcOfferData- the ndcOfferDataservices- the servicesdataListsType- the dataListsTypeselectedEntries- the selectedEntries- Throws:
NDCException
-