Class DefaultVendorPromotionRuleEngineContextService
- java.lang.Object
-
- de.hybris.platform.marketplaceservices.vendor.impl.DefaultVendorPromotionRuleEngineContextService
-
- All Implemented Interfaces:
VendorPromotionRuleEngineContextService
public class DefaultVendorPromotionRuleEngineContextService extends java.lang.Object implements VendorPromotionRuleEngineContextService
A default implementation ofVendorPromotionRuleEngineContextService
-
-
Constructor Summary
Constructors Constructor Description DefaultVendorPromotionRuleEngineContextService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractRuleEngineContextModelfindVendorRuleEngineContextByName(java.lang.String contextName)find a specific Promotion RuleEngineContext by nameprotected RuleEngineContextDaogetRuleEngineContextDao()voidsetRuleEngineContextDao(RuleEngineContextDao ruleEngineContextDao)
-
-
-
Method Detail
-
findVendorRuleEngineContextByName
public AbstractRuleEngineContextModel findVendorRuleEngineContextByName(java.lang.String contextName)
Description copied from interface:VendorPromotionRuleEngineContextServicefind a specific Promotion RuleEngineContext by name- Specified by:
findVendorRuleEngineContextByNamein interfaceVendorPromotionRuleEngineContextService- Parameters:
contextName- the specific name for Promotion RuleEngineContext- Returns:
- the Promotion RuleEngineContext found
-
getRuleEngineContextDao
protected RuleEngineContextDao getRuleEngineContextDao()
-
setRuleEngineContextDao
public void setRuleEngineContextDao(RuleEngineContextDao ruleEngineContextDao)
-
-