Class DefaultVendorPromotionRuleEngineContextService
java.lang.Object
de.hybris.platform.marketplaceservices.vendor.impl.DefaultVendorPromotionRuleEngineContextService
- All Implemented Interfaces:
VendorPromotionRuleEngineContextService
public class DefaultVendorPromotionRuleEngineContextService
extends Object
implements VendorPromotionRuleEngineContextService
A default implementation of
VendorPromotionRuleEngineContextService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindVendorRuleEngineContextByName(String contextName) find a specific Promotion RuleEngineContext by nameprotected RuleEngineContextDaovoidsetRuleEngineContextDao(RuleEngineContextDao ruleEngineContextDao)
-
Constructor Details
-
DefaultVendorPromotionRuleEngineContextService
public DefaultVendorPromotionRuleEngineContextService()
-
-
Method Details
-
findVendorRuleEngineContextByName
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
-
setRuleEngineContextDao
-