Interface TmaDiscountRowDao

All Known Implementing Classes:
DefaultTmaDiscountRowDao

public interface TmaDiscountRowDao
The DAO for the DiscountRow.
Since:
2302
  • Method Details

    • getAllDiscountRowsByProduct

      List<DiscountRowModel> getAllDiscountRowsByProduct(ProductModel product)
      Retrieves list of DiscountRow.
      Parameters:
      product - for which you are searching discount rows
      Returns:
      list of DiscountRow