Interface RuleBasedPromotionActionDao
- All Superinterfaces:
GenericDao<AbstractRuleBasedPromotionActionModel>
- All Known Implementing Classes:
DefaultRuleBasedPromotionActionDao
public interface RuleBasedPromotionActionDao
extends GenericDao<AbstractRuleBasedPromotionActionModel>
Offers possibility to query for
AbstractRuleBasedPromotionActionModel-
Method Summary
Modifier and TypeMethodDescriptionfindRuleBasedPromotions(AbstractOrderModel order, Collection<DiscountValue> discountValues) Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values
-
Method Details
-
findRuleBasedPromotions
List<AbstractRuleBasedPromotionActionModel> findRuleBasedPromotions(AbstractOrderModel order, Collection<DiscountValue> discountValues) Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values- Parameters:
order-discountValues-
-