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 AbstractRuleEngineContextModel
findVendorRuleEngineContextByName(java.lang.String contextName)
find a specific Promotion RuleEngineContext by nameprotected RuleEngineContextDao
getRuleEngineContextDao()
void
setRuleEngineContextDao(RuleEngineContextDao ruleEngineContextDao)
-
-
-
Method Detail
-
findVendorRuleEngineContextByName
public AbstractRuleEngineContextModel findVendorRuleEngineContextByName(java.lang.String contextName)
Description copied from interface:VendorPromotionRuleEngineContextService
find a specific Promotion RuleEngineContext by name- Specified by:
findVendorRuleEngineContextByName
in interfaceVendorPromotionRuleEngineContextService
- Parameters:
contextName
- the specific name for Promotion RuleEngineContext- Returns:
- the Promotion RuleEngineContext found
-
getRuleEngineContextDao
protected RuleEngineContextDao getRuleEngineContextDao()
-
setRuleEngineContextDao
public void setRuleEngineContextDao(RuleEngineContextDao ruleEngineContextDao)
-
-