| Modifier and Type | Method and Description |
|---|---|
java.util.List<CombinedCatsForRuleModel> |
PromotionSourceRuleDao.findAllCombinedCatsForRule(PromotionSourceRuleModel rule,
java.lang.String baseName)
Get all CombinedCatsForRuleModels for given promotion source rule.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CombinedCatsForRuleModel> |
DefaultPromotionSourceRuleDao.findAllCombinedCatsForRule(PromotionSourceRuleModel rule,
java.lang.String baseName) |
| Modifier and Type | Method and Description |
|---|---|
CombinedCatsForRuleModel |
CombinedCatsForRuleResource.getCombinedCatsForRuleModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CombinedCatsForRuleModel |
CombinedCatsForRuleResource.readResource(java.lang.String resourceId)
Gets the
CombinedCatsForRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CombinedCatsForRuleModel> |
CombinedCatsForRulesResource.getCombinedCatsForRulesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedCatsForRuleResource.setCombinedCatsForRuleModel(CombinedCatsForRuleModel value)
Convenience method which just delegates to
#setResourceValue(CombinedCatsForRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedCatsForRulesResource.setCombinedCatsForRulesCollection(java.util.Collection<CombinedCatsForRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.