Interface RuleBasedCouponActionDao
- All Known Implementing Classes:
DefaultRuleBasedCouponActionDao
public interface RuleBasedCouponActionDao
The DAO class is used to retrieve
RuleBasedAddCouponActionModel-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of RuleBasedAddCouponActionModel for a given Order.
-
Method Details
-
findRuleBasedCouponActionByOrder
Returns the list of RuleBasedAddCouponActionModel for a given Order.- Parameters:
order- the order- Returns:
- the list of RuleBasedAddCouponActionModel for a given order.
-