Class DefaultDiscountRowMatchComparatorProvider
java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.comparator.impl.DefaultDiscountRowMatchComparatorProvider
- All Implemented Interfaces:
PDTRowMatchComparatorProvider<DiscountValueInfoCriteria,AbstractDiscountRowModel>
public class DefaultDiscountRowMatchComparatorProvider
extends Object
implements PDTRowMatchComparatorProvider<DiscountValueInfoCriteria,AbstractDiscountRowModel>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparator(DiscountValueInfoCriteria criteria) Compares price/discount/tax row models for given criteria.
-
Constructor Details
-
DefaultDiscountRowMatchComparatorProvider
public DefaultDiscountRowMatchComparatorProvider()
-
-
Method Details
-
comparator
Description copied from interface:PDTRowMatchComparatorProviderCompares price/discount/tax row models for given criteria.- Specified by:
comparatorin interfacePDTRowMatchComparatorProvider<DiscountValueInfoCriteria,AbstractDiscountRowModel> - Parameters:
criteria- the price/discount/tax criteria.- Returns:
- the price/discount/tax row model comparator.
-