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 Object
implements PDTRowMatchComparatorProvider<TaxValueInfoCriteria,TaxRowModel>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparator(TaxValueInfoCriteria criteria) Compares price/discount/tax row models for given criteria.
-
Constructor Details
-
DefaultTaxRowMatchComparatorProvider
public DefaultTaxRowMatchComparatorProvider()
-
-
Method Details
-
comparator
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.
-