Class DefaultPriceRowValueMatchComparatorProvider
java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.comparator.impl.DefaultPriceRowValueMatchComparatorProvider
- All Implemented Interfaces:
PDTRowMatchComparatorProvider<PriceValueInfoCriteria,PriceRowModel>
public class DefaultPriceRowValueMatchComparatorProvider
extends Object
implements PDTRowMatchComparatorProvider<PriceValueInfoCriteria,PriceRowModel>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparator(PriceValueInfoCriteria criteria) Compares price/discount/tax row models for given criteria.
-
Constructor Details
-
DefaultPriceRowValueMatchComparatorProvider
public DefaultPriceRowValueMatchComparatorProvider()
-
-
Method Details
-
comparator
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.
-