| Package | Description |
|---|---|
| de.hybris.platform.customercouponservices | |
| de.hybris.platform.customercouponservices.cronjob | |
| de.hybris.platform.customercouponservices.daos | |
| de.hybris.platform.customercouponservices.daos.impl | |
| de.hybris.platform.customercouponservices.impl | |
| de.hybris.platform.customercouponservices.model |
Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package.
|
| de.hybris.platform.customercouponservices.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CouponNotificationModel> |
CustomerCouponService.getCouponNotificationsForCustomer(CustomerModel customer)
Gets coupon notifications for customer
|
| Modifier and Type | Method and Description |
|---|---|
protected SiteMessageModel |
AbstractCouponNotificationJob.createSiteMessage(CouponNotificationModel notification,
NotificationType notificationType) |
protected void |
AbstractCouponNotificationJob.sendCouponNotificaiton(CouponNotificationModel couponNotification,
NotificationType notificationType,
SiteMessageModel message) |
protected void |
AbstractCouponNotificationJob.sendNotification(CouponNotificationModel notification,
DateTime effectiveDay,
DateTime expireDay,
java.util.Map<CustomerCouponModel,SiteMessageModel> messages) |
| Modifier and Type | Method and Description |
|---|---|
default java.util.List<CouponNotificationModel> |
CouponNotificationDao.findAllCouponNotifications()
Finds all coupons need send notification.
|
java.util.List<CouponNotificationModel> |
CouponNotificationDao.findCouponNotificationByCouponCode(java.lang.String couponCode)
Finds coupon notification by coupon code
|
java.util.List<CouponNotificationModel> |
CouponNotificationDao.findCouponNotificationsForCustomer(CustomerModel customer)
Finds coupon notification for customer
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CouponNotificationModel> |
DefaultCouponNotificationDao.findCouponNotificationByCouponCode(java.lang.String couponCode) |
java.util.List<CouponNotificationModel> |
DefaultCouponNotificationDao.findCouponNotificationsForCustomer(CustomerModel customer) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CouponNotificationModel> |
DefaultCustomerCouponService.getCouponNotificationsForCustomer(CustomerModel customer) |
| Modifier and Type | Method and Description |
|---|---|
CouponNotificationModel |
CouponNotificationProcessModel.getCouponNotification()
Generated method - Getter of the
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponNotificationProcessModel.setCouponNotification(CouponNotificationModel value)
Generated method - Setter of
couponNotificationProcess.couponNotification attribute defined at extension customercouponservices. |
| Modifier and Type | Method and Description |
|---|---|
CouponNotificationModel |
CouponNotificationResource.getCouponNotificationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CouponNotificationModel |
CouponNotificationResource.readResource(java.lang.String resourceId)
Gets the
CouponNotificationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CouponNotificationModel> |
CouponNotificationsResource.getCouponNotificationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponNotificationResource.setCouponNotificationModel(CouponNotificationModel value)
Convenience method which just delegates to
#setResourceValue(CouponNotificationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponNotificationsResource.setCouponNotificationsCollection(java.util.Collection<CouponNotificationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.