| Package | Description |
|---|---|
| de.hybris.platform.couponservices.dao | |
| de.hybris.platform.couponservices.dao.impl | |
| de.hybris.platform.couponservices.interceptor | |
| de.hybris.platform.couponservices.redemption.strategies.impl | |
| de.hybris.platform.couponservices.resource | |
| de.hybris.platform.couponwebservices.facades.impl | |
| de.hybris.platform.couponwebservices.populators | |
| de.hybris.platform.timedaccesspromotionengineservices.model |
Contains generated models for each type of de.hybris.platform.timedaccesspromotionengineservices.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
SingleCodeCouponModel |
CouponDao.findSingleCodeCouponById(java.lang.String couponId)
Finds the SingleCodeCouponModel by its couponId.
|
| Modifier and Type | Method and Description |
|---|---|
SingleCodeCouponModel |
DefaultCouponDao.findSingleCodeCouponById(java.lang.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,
java.lang.String couponCode) |
boolean |
DefaultSingleCodeCouponRedemptionStrategy.isRedeemable(SingleCodeCouponModel coupon,
AbstractOrderModel abstractOrder,
java.lang.String couponCode) |
| Modifier and Type | Method and Description |
|---|---|
SingleCodeCouponModel |
SingleCodeCouponResource.getSingleCodeCouponModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SingleCodeCouponModel |
SingleCodeCouponResource.readResource(java.lang.String resourceId)
Gets the
SingleCodeCouponModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SingleCodeCouponModel> |
SingleCodeCouponsResource.getSingleCodeCouponsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.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 PaginatedGenericDao<SingleCodeCouponModel> |
DefaultSingleCodeCouponWsFacades.getCouponPaginatedGenericDao() |
protected Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> |
DefaultCouponRedemptionWsFacade.getCouponRedemptionWsDTOConverter() |
protected PaginatedGenericDao<SingleCodeCouponModel> |
DefaultSingleCodeCouponWsFacades.getSingleCodeCouponPaginatedGenericDao() |
protected Converter<SingleCodeCouponModel,SingleCodeCouponWsDTO> |
DefaultSingleCodeCouponWsFacades.getSingleCodeCouponWsDTOConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCouponRedemptionWsFacade.setCouponRedemptionWsDTOConverter(Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> couponRedemptionWsDTOConverter) |
void |
DefaultSingleCodeCouponWsFacades.setSingleCodeCouponPaginatedGenericDao(PaginatedGenericDao<SingleCodeCouponModel> singleCodeCouponPaginatedGenericDao) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlashBuyCouponModel
Generated model class for type FlashBuyCoupon first defined at extension timedaccesspromotionengineservices.
|
Copyright © 2018 SAP SE. All Rights Reserved.