Class OrderViewDataListsPaxListHandler

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.OrderViewDataListsPaxListHandler
All Implemented Interfaces:
OrderViewDataListsListHandler

public class OrderViewDataListsPaxListHandler extends Object implements OrderViewDataListsListHandler
The Order View Data List Type implementation of OrderViewDataListsListHandler interface. This handler populates the pax list in the data list type attribute.
  • Constructor Details

    • OrderViewDataListsPaxListHandler

      public OrderViewDataListsPaxListHandler()
  • Method Details

    • handle

      public void handle(OrderModel orderModel, DataListsType dataListsType)
      Creates the passenger data list definition.
      Specified by:
      handle in interface OrderViewDataListsListHandler
      Parameters:
      orderModel - the orderModel
      dataListsType - the dataListsType
    • createPax

      protected PaxType createPax(TravellerModel travellerModel, ContactInfoListType contactInfoList)
      Create pax.
      Parameters:
      travellerModel - the traveller model
      contactInfoList - the contactInfoList
      Returns:
      the pax type