Class DefaultPriceRowInfoMatchComparatorProvider
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.pdt.comparator.impl.DefaultPriceRowInfoMatchComparatorProvider
-
- All Implemented Interfaces:
PDTRowMatchComparatorProvider<PriceValueInfoCriteria,PriceRowModel>
public class DefaultPriceRowInfoMatchComparatorProvider extends java.lang.Object implements PDTRowMatchComparatorProvider<PriceValueInfoCriteria,PriceRowModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultPriceRowInfoMatchComparatorProvider.PriceRowInfoMatchComparator
-
Constructor Summary
Constructors Constructor Description DefaultPriceRowInfoMatchComparatorProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Comparator<PriceRowModel>comparator(PriceValueInfoCriteria criteria)Compares price/discount/tax row models for given criteria.
-
-
-
Method Detail
-
comparator
public java.util.Comparator<PriceRowModel> comparator(PriceValueInfoCriteria criteria)
Description copied from interface:PDTRowMatchComparatorProviderCompares price/discount/tax row models for given criteria.- Specified by:
comparatorin interfacePDTRowMatchComparatorProvider<PriceValueInfoCriteria,PriceRowModel>- Parameters:
criteria- the price/discount/tax criteria.- Returns:
- the price/discount/tax row model comparator.
-
-