Class ServiceListOrderPaxSegmentListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.servicelist.handlers.impl.ServiceListOrderPaxSegmentListHandler
- All Implemented Interfaces:
ServiceListDataListHandler<OrderModel>
public class ServiceListOrderPaxSegmentListHandler
extends Object
implements ServiceListDataListHandler<OrderModel>
The ndc implementation of
ServiceListDataListHandler interface to populate the pax segment list fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(OrderModel order, Set<ServiceType> services, DataListsType dataListsType, List<AbstractOrderEntryModel> selectedEntries) This handler populates the paxSegmentList (list of travel sectors) in the dataLists field for orders.
-
Constructor Details
-
ServiceListOrderPaxSegmentListHandler
public ServiceListOrderPaxSegmentListHandler()
-
-
Method Details
-
handle
public void handle(OrderModel order, Set<ServiceType> services, DataListsType dataListsType, List<AbstractOrderEntryModel> selectedEntries) throws NDCException This handler populates the paxSegmentList (list of travel sectors) in the dataLists field for orders.- Specified by:
handlein interfaceServiceListDataListHandler<OrderModel>- Parameters:
order- the orderdataListsType- the dataListsTypeservices- the servicesselectedEntries- the selectedEntries- Throws:
NDCException
-