Interface OfferResponseFilterStrategy

All Known Implementing Classes:
AbstractOfferResponseFilterStrategy, TransportOfferingPastDepartureDateStrategy, TransportOfferingStatusStrategy, TravellerStatusStrategy

public interface OfferResponseFilterStrategy
Strategy to filter out originDestinationOfferInfos
  • Method Details

    • filterOfferResponseData

      void filterOfferResponseData(OfferResponseData offerResponseData)
      Method to filter out the originDestinationOfferInfos.
      Parameters:
      offerResponseData - as the offerResponseData with the originDestinationOfferInfos to be filtered.
    • filterSeatMapData

      void filterSeatMapData(SeatMapResponseData seatMapResponseData)
      Method to filter out the seatMapData.
      Parameters:
      seatMapResponseData - as the seatMapResponseData with the seatMapData to be filtered.