Interface ServiceListDataListHandler<N>

All Known Implementing Classes:
ServiceListBaggageAllowanceListHandler, ServiceListPaxJourneyListHandler, ServiceListPaxListHandler, ServiceListPaxSegmentListHandler, ServiceListServiceDefinitionListHandler

public interface ServiceListDataListHandler<N>
The ndc Service List DataLists handlers interface for Offers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(N source, Set<ServiceType> services, DataListsType dataListsType)
    Handles method that populates fields in the data list for service list.
  • Method Details

    • handle

      void handle(N source, Set<ServiceType> services, DataListsType dataListsType) throws NDCException
      Handles method that populates fields in the data list for service list.
      Parameters:
      source - the ndcOfferData
      services - the services
      dataListsType - the dataListsType
      Throws:
      NDCException