Class LowestFareStrategy

java.lang.Object
de.hybris.platform.travelfacades.strategies.impl.LowestFareStrategy
All Implemented Interfaces:
ProductsSortStrategy<ProductData>

public class LowestFareStrategy extends Object implements ProductsSortStrategy<ProductData>
Strategy implementation to sort the products in ascending order. This strategy sorts the collection of products using the price information. The products are sorted in ascending order and the lowest priced product will appear at the top.
  • Constructor Details

    • LowestFareStrategy

      public LowestFareStrategy()
  • Method Details