Class NumberOfStopsSortingStrategy
java.lang.Object
de.hybris.platform.travelfacades.fare.sorting.strategies.AbstractResultSortingStrategy
de.hybris.platform.travelfacades.fare.sorting.strategies.NumberOfStopsSortingStrategy
Implementation of
AbstractResultSortingStrategy to sort the FareSelectionData based on the number of stops-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsortFareSelectionData(FareSelectionData fareSelectionData) Method to sort the FareSelectionDataMethods inherited from class de.hybris.platform.travelfacades.fare.sorting.strategies.AbstractResultSortingStrategy
comparePricedItineraryByDepartureDate
-
Constructor Details
-
NumberOfStopsSortingStrategy
public NumberOfStopsSortingStrategy()
-
-
Method Details
-
sortFareSelectionData
Description copied from class:AbstractResultSortingStrategyMethod to sort the FareSelectionData- Specified by:
sortFareSelectionDatain classAbstractResultSortingStrategy- Parameters:
fareSelectionData- as the FareSelectionData to be sorted
-