Class ServiceListOrderPaxListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.servicelist.handlers.impl.ServiceListOrderPaxListHandler
- All Implemented Interfaces:
ServiceListDataListHandler<OrderModel>
public class ServiceListOrderPaxListHandler
extends Object
implements ServiceListDataListHandler<OrderModel>
The ndc implementation of
ServiceListDataListHandler interface to populate the pax list fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(OrderModel order, Set<ServiceType> services, DataListsType dataListsType, List<AbstractOrderEntryModel> selectedEntries) This handler populates the paxList (list of passengers) in the dataLists field.
-
Constructor Details
-
ServiceListOrderPaxListHandler
public ServiceListOrderPaxListHandler()
-
-
Method Details
-
handle
public void handle(OrderModel order, 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<OrderModel>- Parameters:
order- the orderdataListsType- the dataListsTypeservices- the servicesselectedEntries- the selectedEntries- Throws:
NDCException
-