Interface PDTModelMatcher<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:
GenericPDTModelMatcher
public interface PDTModelMatcher<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>The Interface for matching price/discount/tax models in theGenericPDTFindValueInfoStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MODEL>matchRows(CRITERIA criteria)Match rows for given criteria.
-