| Modifier and Type | Method and Description |
|---|---|
SingleCodeCouponModel |
CouponDao.findSingleCodeCouponById(String couponId)
Finds the SingleCodeCouponModel by its couponId.
|
| Modifier and Type | Method and Description |
|---|---|
SingleCodeCouponModel |
DefaultCouponDao.findSingleCodeCouponById(String couponId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleCodeCouponValidateInterceptor.onValidate(SingleCodeCouponModel coupon,
InterceptorContext ctx) |
protected void |
SingleCodeCouponValidateInterceptor.validateMaxRedemptionsPerCustomer(SingleCodeCouponModel coupon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSingleCodeCouponRedemptionStrategy.isRedeemable(SingleCodeCouponModel coupon,
AbstractOrderModel abstractOrder,
String couponCode) |
| Modifier and Type | Method and Description |
|---|---|
SingleCodeCouponModel |
SingleCodeCouponResource.getSingleCodeCouponModel()
Convenience method which just delegates to
#getResourceValue() |
protected SingleCodeCouponModel |
SingleCodeCouponResource.readResource(String resourceId)
Gets the
SingleCodeCouponModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SingleCodeCouponModel> |
SingleCodeCouponsResource.getSingleCodeCouponsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleCodeCouponResource.setSingleCodeCouponModel(SingleCodeCouponModel value)
Convenience method which just delegates to
#setResourceValue(SingleCodeCouponModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleCodeCouponsResource.setSingleCodeCouponsCollection(Collection<SingleCodeCouponModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2000-2016 SAP SE. All Rights Reserved.