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 the GenericPDTFindValueInfoStrategy.
  • Method Summary

    Modifier and Type
    Method
    Description
    matchRows(CRITERIA criteria)
    Match rows for given criteria.
  • Method Details

    • matchRows

      List<MODEL> matchRows(CRITERIA criteria)
      Match rows for given criteria.
      Parameters:
      criteria - the price/discount/tax criteria.
      Returns:
      the price/discount/tax models list.