Interface OfferResponseFilterStrategy
- All Known Implementing Classes:
AbstractOfferResponseFilterStrategy,TransportOfferingPastDepartureDateStrategy,TransportOfferingStatusStrategy,TravellerStatusStrategy
public interface OfferResponseFilterStrategy
Strategy to filter out originDestinationOfferInfos
-
Method Summary
Modifier and TypeMethodDescriptionvoidfilterOfferResponseData(OfferResponseData offerResponseData) Method to filter out the originDestinationOfferInfos.voidfilterSeatMapData(SeatMapResponseData seatMapResponseData) Method to filter out the seatMapData.
-
Method Details
-
filterOfferResponseData
Method to filter out the originDestinationOfferInfos.- Parameters:
offerResponseData- as the offerResponseData with the originDestinationOfferInfos to be filtered.
-
filterSeatMapData
Method to filter out the seatMapData.- Parameters:
seatMapResponseData- as the seatMapResponseData with the seatMapData to be filtered.
-