Interface PDTRowRepository<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 model.
- All Known Implementing Classes:
GenericPDTRowRepository
public interface PDTRowRepository<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>The Interface for price/discount/tax row model repository used in theGenericPDTModelMatcher.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<MODEL>findRows(CRITERIA criteria)Finds price/discount/tax rows.
-