Class OrderViewPaxJourneyListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.order.handlers.impl.OrderViewPaxJourneyListHandler
- All Implemented Interfaces:
OrderViewDataListsListHandler
The Order View Data List Type implementation of
OrderViewDataListsListHandler interface. This handler populates the pax
journey list in the data list type attribute.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PaxJourneyTypecreatePaxJourney(TravelRouteModel travelRouteModel, Set<String> transportOfferingsCodeList) Create seat profiles type.voidhandle(OrderModel orderModel, DataListsType dataListsType) Creates a collection of segments which satisfies transportation of a passenger for a given origin and destination.
-
Constructor Details
-
OrderViewPaxJourneyListHandler
public OrderViewPaxJourneyListHandler()
-
-
Method Details
-
handle
Creates a collection of segments which satisfies transportation of a passenger for a given origin and destination.- Specified by:
handlein interfaceOrderViewDataListsListHandler- Parameters:
orderModel- the orderModeldataListsType- the dataListsType
-
createPaxJourney
protected PaxJourneyType createPaxJourney(TravelRouteModel travelRouteModel, Set<String> transportOfferingsCodeList) Create seat profiles type.- Parameters:
travelRouteModel- the travel route modeltransportOfferingsCodeList- the transport offering codes list- Returns:
- the seat profile type
-