Interface PDTRowMatchComparatorProvider<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>
-
- Type Parameters:
CRITERIA- the generic type for price/discount/tax criteria.MODEL- the generic type for price/discount/tax row models.
- All Known Implementing Classes:
DefaultDiscountRowMatchComparatorProvider,DefaultPriceRowInfoMatchComparatorProvider,DefaultPriceRowValueMatchComparatorProvider,DefaultTaxRowMatchComparatorProvider
public interface PDTRowMatchComparatorProvider<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>The Interface for provide price/discount/tax comparator forGenericPDTModelMatcher.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Comparator<MODEL>comparator(CRITERIA criteria)Compares price/discount/tax row models for given criteria.
-