Class OrderViewPaxListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.order.handlers.impl.OrderViewPaxListHandler
- All Implemented Interfaces:
OrderViewDataListsListHandler
The Order View Data List Type implementation of
OrderViewDataListsListHandler interface. This handler populates the pax
list in the data list type attribute.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PaxTypecreatePax(TravellerModel travellerModel, ContactInfoListType contactInfoList) Create pax.voidhandle(OrderModel orderModel, DataListsType dataListsType) Creates the passenger data list definition.
-
Constructor Details
-
OrderViewPaxListHandler
public OrderViewPaxListHandler()
-
-
Method Details
-
handle
Creates the passenger data list definition.- Specified by:
handlein interfaceOrderViewDataListsListHandler- Parameters:
orderModel- the orderModeldataListsType- the dataListsType
-
createPax
Create pax.- Parameters:
travellerModel- the traveller modelcontactInfoList- the contactInfoList- Returns:
- the pax type
-