Interface RuleBasedCouponActionDao

All Known Implementing Classes:
DefaultRuleBasedCouponActionDao

public interface RuleBasedCouponActionDao
The DAO class is used to retrieve RuleBasedAddCouponActionModel
  • Method Details

    • findRuleBasedCouponActionByOrder

      List<RuleBasedAddCouponActionModel> findRuleBasedCouponActionByOrder(OrderModel order)
      Returns the list of RuleBasedAddCouponActionModel for a given Order.
      Parameters:
      order - the order
      Returns:
      the list of RuleBasedAddCouponActionModel for a given order.