Class DefaultRuleBasedCouponActionDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.couponservices.dao.impl.DefaultRuleBasedCouponActionDao
- All Implemented Interfaces:
RuleBasedCouponActionDao,Dao
public class DefaultRuleBasedCouponActionDao
extends AbstractItemDao
implements RuleBasedCouponActionDao
Default implementation of
RuleBasedCouponActionDao.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of RuleBasedAddCouponActionModel for a given Order.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultRuleBasedCouponActionDao
public DefaultRuleBasedCouponActionDao()
-
-
Method Details
-
findRuleBasedCouponActionByOrder
Description copied from interface:RuleBasedCouponActionDaoReturns the list of RuleBasedAddCouponActionModel for a given Order.- Specified by:
findRuleBasedCouponActionByOrderin interfaceRuleBasedCouponActionDao- Parameters:
order- the order- Returns:
- the list of RuleBasedAddCouponActionModel for a given order.
-