Interface RuleBasedPromotionActionDao
-
- All Superinterfaces:
GenericDao<AbstractRuleBasedPromotionActionModel>
- All Known Implementing Classes:
DefaultRuleBasedPromotionActionDao
public interface RuleBasedPromotionActionDao extends GenericDao<AbstractRuleBasedPromotionActionModel>
Offers possibility to query forAbstractRuleBasedPromotionActionModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AbstractRuleBasedPromotionActionModelfindRuleBasedPromotionByGuid(java.lang.String guid)Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<AbstractRuleBasedPromotionActionModel>findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values
-
-
-
Method Detail
-
findRuleBasedPromotionByGuid
@Deprecated(since="1808", forRemoval=true) AbstractRuleBasedPromotionActionModel findRuleBasedPromotionByGuid(java.lang.String guid)Deprecated, for removal: This API element is subject to removal in a future version.ProvidesAbstractRuleBasedPromotionActionModelselected by guid- Parameters:
guid-- Returns:
- rule based promotion indentified by guid
-
findRuleBasedPromotions
java.util.List<AbstractRuleBasedPromotionActionModel> findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)
Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values- Parameters:
order-discountValues-
-
-