Interface OrderViewDataListsListHandler

All Known Implementing Classes:
OrderViewDataListsBaggageAllowanceListHandler, OrderViewDataListsPaxJourneyListHandler, OrderViewDataListsPaxListHandler, OrderViewDataListsPaxSegmentListHandler, OrderViewDataListsPriceClassListHandler, OrderViewDataListsSeatProfileListHandler, OrderViewDataListsServiceDefinitionListHandler, PROSOrderViewDataListsPriceClassListHandler

public interface OrderViewDataListsListHandler
The Order View DataLists Handler interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(OrderModel orderModel, DataListsType dataListsType)
    Handle method to populate fields in the data list field for the order view response.
  • Method Details

    • handle

      void handle(OrderModel orderModel, DataListsType dataListsType) throws NDCException
      Handle method to populate fields in the data list field for the order view response.
      Parameters:
      orderModel - the orderModel
      dataListsType - the dataListsType
      Throws:
      NDCException