Class DefaultRuleBasedPromotionActionDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AbstractRuleBasedPromotionActionModel>
-
- de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl.DefaultRuleBasedPromotionActionDao
-
- All Implemented Interfaces:
RuleBasedPromotionActionDao,GenericDao<AbstractRuleBasedPromotionActionModel>
public class DefaultRuleBasedPromotionActionDao extends DefaultGenericDao<AbstractRuleBasedPromotionActionModel> implements RuleBasedPromotionActionDao
Default implementation ofRuleBasedPromotionActionDao
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleBasedPromotionActionDao()
-
Method Summary
All Methods Instance Methods Concrete 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-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
findRuleBasedPromotionByGuid
@Deprecated(since="1808", forRemoval=true) public AbstractRuleBasedPromotionActionModel findRuleBasedPromotionByGuid(java.lang.String guid)Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RuleBasedPromotionActionDaoProvidesAbstractRuleBasedPromotionActionModelselected by guid- Specified by:
findRuleBasedPromotionByGuidin interfaceRuleBasedPromotionActionDao- Returns:
- rule based promotion indentified by guid
-
findRuleBasedPromotions
public java.util.List<AbstractRuleBasedPromotionActionModel> findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)
Description copied from interface:RuleBasedPromotionActionDaoProvides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values- Specified by:
findRuleBasedPromotionsin interfaceRuleBasedPromotionActionDao
-
-