Interface VendorPromotionRuleEngineContextService
- All Known Implementing Classes:
DefaultVendorPromotionRuleEngineContextService
public interface VendorPromotionRuleEngineContextService
Service to find a specific RuleEngineContext for Vendor ProductCatalogVersion
-
Method Summary
Modifier and TypeMethodDescriptionfindVendorRuleEngineContextByName(String contextName) find a specific Promotion RuleEngineContext by name
-
Method Details
-
findVendorRuleEngineContextByName
find a specific Promotion RuleEngineContext by name- Parameters:
contextName- the specific name for Promotion RuleEngineContext- Returns:
- the Promotion RuleEngineContext found
-