| Modifier and Type | Method and Description |
|---|---|
CouponValidationResponseWsDTO |
CouponservicesController.validateMultiCodeCoupon(String couponCode,
String fields)
Request to validate a single-code coupon with given couponId
|
CouponValidationResponseWsDTO |
CouponservicesController.validateSingleCodeCoupon(String couponId,
String customerId,
String fields)
Request to validate a single-code coupon with given couponId
|
| Modifier and Type | Method and Description |
|---|---|
CouponValidationResponseWsDTO |
CouponWsFacades.validateCoupon(String couponId)
Validates the given couponId, throws an exception if coupon id is invalid
|
CouponValidationResponseWsDTO |
CouponWsFacades.validateCoupon(String couponId,
String customerId)
Validates the given couponId for the given customer, throws an exception if coupon id or customer id is invalid
|
| Modifier and Type | Method and Description |
|---|---|
CouponValidationResponseWsDTO |
AbstractCouponWsFacades.validateCoupon(String couponCode) |
CouponValidationResponseWsDTO |
AbstractCouponWsFacades.validateCoupon(String couponCode,
String customerId) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CouponResponse,CouponValidationResponseWsDTO> |
AbstractCouponWsFacades.getCouponValidationResponseWsDTOConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCouponWsFacades.setCouponValidationResponseWsDTOConverter(Converter<CouponResponse,CouponValidationResponseWsDTO> couponValidationResponseWsDTOConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponValidationResponseWsPopulator.populate(CouponResponse source,
CouponValidationResponseWsDTO target) |
Copyright © 2017 SAP SE. All Rights Reserved.