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 the GenericPDTModelMatcher.
    • Method Detail

      • findRows

        java.util.Collection<MODEL> findRows​(CRITERIA criteria)
        Finds price/discount/tax rows.
        Parameters:
        criteria - the price/discount/tax criteria.
        Returns:
        the price/discount/tax row models collection.