RuleService should be used instead@Deprecated public interface PromotionSourceRuleService
| Modifier and Type | Method and Description |
|---|---|
PromotionSourceRuleModel |
createPromotionRuleFromTemplate(PromotionSourceRuleTemplateModel ruleTemplate)
Deprecated.
Creates new promotion rule from given promotion rule template.
|
List<PromotionSourceRuleModel> |
getAllToBePublishedRules()
Deprecated.
Gets all
PromotionSourceRuleModels of promotion type |
List<PromotionSourceRuleModel> getAllToBePublishedRules()
PromotionSourceRuleModels of promotion typePromotionSourceRuleModelsPromotionSourceRuleModel createPromotionRuleFromTemplate(PromotionSourceRuleTemplateModel ruleTemplate)
ruleTemplate - - promotion rule template to clone to new ruleruleTemplate is null or not a template. Otherwise, new rule, which is a copy of the
given template.Copyright © 2017 SAP SE. All Rights Reserved.