| 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 |
|---|---|
protected boolean |
DefaultSingleCodeCouponRedemptionStrategy.checkSingleCodeCouponRedeemable(SingleCodeCouponModel coupon) |
protected boolean |
DefaultSingleCodeCouponRedemptionStrategy.checkSingleCodeCouponRedeemableForUser(SingleCodeCouponModel coupon,
UserModel user) |
boolean |
DefaultSingleCodeCouponRedemptionStrategy.isCouponRedeemable(SingleCodeCouponModel coupon,
UserModel user,
String couponCode) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected SingleCodeCouponModel |
DefaultSingleCodeCouponWsFacades.createCouponModel(SingleCodeCouponWsDTO couponDto) |
protected SingleCodeCouponModel |
DefaultSingleCodeCouponWsFacades.updateCouponModel(SingleCodeCouponWsDTO couponDto) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> |
DefaultCouponRedemptionWsFacade.getCouponRedemptionWsDTOConverter() |
protected Converter<SingleCodeCouponModel,SingleCodeCouponWsDTO> |
DefaultSingleCodeCouponWsFacades.getSingleCodeCouponWsDTOConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCouponRedemptionWsFacade.setCouponRedemptionWsDTOConverter(Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> couponRedemptionWsDTOConverter) |
void |
DefaultSingleCodeCouponWsFacades.setSingleCodeCouponWsDTOConverter(Converter<SingleCodeCouponModel,SingleCodeCouponWsDTO> singleCodeCouponWsDTOConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SingleCodeCouponWsPopulator.convertSingleCodeCoupon(SingleCodeCouponModel source,
SingleCodeCouponWsDTO target) |
void |
CouponRedemptionWsPopulator.populate(SingleCodeCouponModel source,
CouponRedemptionWsDTO target) |
void |
SingleCodeCouponWsPopulator.populate(SingleCodeCouponModel source,
SingleCodeCouponWsDTO target) |
Copyright © 2017 SAP SE. All Rights Reserved.