Interface VendorPromotionRuleEngineContextService
-
- All Known Implementing Classes:
DefaultVendorPromotionRuleEngineContextService
public interface VendorPromotionRuleEngineContextServiceService to find a specific RuleEngineContext for Vendor ProductCatalogVersion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractRuleEngineContextModelfindVendorRuleEngineContextByName(java.lang.String contextName)find a specific Promotion RuleEngineContext by name
-
-
-
Method Detail
-
findVendorRuleEngineContextByName
AbstractRuleEngineContextModel findVendorRuleEngineContextByName(java.lang.String contextName)
find a specific Promotion RuleEngineContext by name- Parameters:
contextName- the specific name for Promotion RuleEngineContext- Returns:
- the Promotion RuleEngineContext found
-
-