public interface AssistedServicePromotionFacade
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractCouponModel> |
getCSACoupons(java.lang.String couponCodeLike)
returns Coupons
|
java.util.List<AbstractRuleModel> |
getCSAPromotions(java.lang.String promotionCodeLike)
returns Promotions
|
java.util.List<AbstractRuleModel> |
getCustomerPromotions(java.lang.String promotionCodeLike)
returns Promotions
|
java.util.List<AbstractRuleModel> getCSAPromotions(java.lang.String promotionCodeLike)
promotionCodeLike - "like" parameter for promotions queryjava.util.List<AbstractCouponModel> getCSACoupons(java.lang.String couponCodeLike)
couponCodeLike - "like" parameter for coupons queryjava.util.List<AbstractRuleModel> getCustomerPromotions(java.lang.String promotionCodeLike)
promotionCodeLike - "like" parameter for promotions queryCopyright © 2018 SAP SE. All Rights Reserved.