| Modifier and Type | Method and Description |
|---|---|
CouponValidationResponseWsDTO |
CouponservicesController.validateMultiCodeCoupon(java.lang.String couponCode,
java.lang.String fields)
Request to validate a multi-code coupon with given couponId
|
CouponValidationResponseWsDTO |
CouponservicesController.validateSingleCodeCoupon(java.lang.String couponId,
java.lang.String customerId,
java.lang.String fields)
Request to validate a single-code coupon with given couponId
|
| Modifier and Type | Method and Description |
|---|---|
CouponValidationResponseWsDTO |
CouponWsFacades.validateCoupon(java.lang.String couponId)
Validates the given couponId, throws an exception if coupon id is invalid
|
CouponValidationResponseWsDTO |
CouponWsFacades.validateCoupon(java.lang.String couponId,
java.lang.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(java.lang.String couponCode) |
CouponValidationResponseWsDTO |
AbstractCouponWsFacades.validateCoupon(java.lang.String couponCode,
java.lang.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 © 2018 SAP SE. All Rights Reserved.