| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomerCouponForPromotionSourceRuleModel> |
CustomerCouponDao.findAllCusCouponForSourceRules(PromotionSourceRuleModel rule)
Finds customer coupon for promotion source rules by promotion source rule model
|
java.util.List<CustomerCouponForPromotionSourceRuleModel> |
CustomerCouponDao.findAllCusCouponForSourceRules(PromotionSourceRuleModel rule,
java.lang.String moduleName)
Finds customer coupon for promotion source rules by promotion source rule model
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomerCouponForPromotionSourceRuleModel> |
DefaultCustomerCouponDao.findAllCusCouponForSourceRules(PromotionSourceRuleModel rule) |
java.util.List<CustomerCouponForPromotionSourceRuleModel> |
DefaultCustomerCouponDao.findAllCusCouponForSourceRules(PromotionSourceRuleModel rule,
java.lang.String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
CustomerCouponForPromotionSourceRuleModel |
CustomerCouponForPromotionSourceRuleResource.getCustomerCouponForPromotionSourceRuleModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CustomerCouponForPromotionSourceRuleModel |
CustomerCouponForPromotionSourceRuleResource.readResource(java.lang.String resourceId)
Gets the
CustomerCouponForPromotionSourceRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CustomerCouponForPromotionSourceRuleModel> |
CustomerCouponForPromotionSourceRulesResource.getCustomerCouponForPromotionSourceRulesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerCouponForPromotionSourceRuleResource.setCustomerCouponForPromotionSourceRuleModel(CustomerCouponForPromotionSourceRuleModel value)
Convenience method which just delegates to
#setResourceValue(CustomerCouponForPromotionSourceRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerCouponForPromotionSourceRulesResource.setCustomerCouponForPromotionSourceRulesCollection(java.util.Collection<CustomerCouponForPromotionSourceRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.