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