| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CouponData> |
CouponDataFacade.getCouponDetails(java.lang.String couponCode)
Get
CouponData object based on its code. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CouponData> |
DefaultCouponDataFacade.getCouponDetails(java.lang.String couponCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CouponData> |
PromotionResultData.getGiveAwayCouponCodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionResultData.setGiveAwayCouponCodes(java.util.List<CouponData> giveAwayCouponCodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponDataPopulator.populate(AbstractCouponModel source,
CouponData target) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AbstractCouponModel,CouponData> |
DefaultCouponDataFacade.getCouponConverter() |
java.util.Optional<CouponData> |
DefaultCouponDataFacade.getCouponDetails(java.lang.String couponCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCouponDataFacade.setCouponConverter(Converter<AbstractCouponModel,CouponData> couponConverter) |
| Modifier and Type | Method and Description |
|---|---|
CouponData |
CouponResponse.getCouponData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponResponse.setCouponData(CouponData couponData) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerCouponData |
| Modifier and Type | Class and Description |
|---|---|
class |
FlashBuyCouponData |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CouponData> |
OrderNotificationEmailContext.getCoupons() |
Copyright © 2018 SAP SE. All Rights Reserved.