| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatForPromotionSourceRuleModel> |
CustomerCouponDao.findCategoryForPromotionSourceRuleByPromotion(java.lang.String code)
Find category by promotion source rule
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatForPromotionSourceRuleModel> |
DefaultCustomerCouponDao.findCategoryForPromotionSourceRuleByPromotion(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatForPromotionSourceRuleModel> |
PromotionSourceRuleDao.findAllCatForPromotionSourceRule(PromotionSourceRuleModel rule,
java.lang.String baseName)
Get all CatForPromotionSourceRuleModels for given promotion source rule and module name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatForPromotionSourceRuleModel> |
DefaultPromotionSourceRuleDao.findAllCatForPromotionSourceRule(PromotionSourceRuleModel rule,
java.lang.String baseName) |
| Modifier and Type | Method and Description |
|---|---|
CatForPromotionSourceRuleModel |
CatForPromotionSourceRuleResource.getCatForPromotionSourceRuleModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CatForPromotionSourceRuleModel |
CatForPromotionSourceRuleResource.readResource(java.lang.String resourceId)
Gets the
CatForPromotionSourceRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatForPromotionSourceRuleModel> |
CatForPromotionSourceRulesResource.getCatForPromotionSourceRulesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatForPromotionSourceRuleResource.setCatForPromotionSourceRuleModel(CatForPromotionSourceRuleModel value)
Convenience method which just delegates to
#setResourceValue(CatForPromotionSourceRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatForPromotionSourceRulesResource.setCatForPromotionSourceRulesCollection(java.util.Collection<CatForPromotionSourceRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.