| Modifier and Type | Method and Description |
|---|---|
protected SiteMessageModel |
AbstractCouponNotificationJob.createSiteMessage(CouponNotificationModel notification,
NotificationType notificationType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCouponNotificationJob.sendCouponNotificaiton(CouponNotificationModel couponNotification,
NotificationType notificationType,
SiteMessageModel message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCouponNotificationJob.sendNotification(CouponNotificationModel notification,
DateTime effectiveDay,
DateTime expireDay,
java.util.Map<CustomerCouponModel,SiteMessageModel> messages) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CouponNotificationSiteMessageProcessor.sendMessage(CustomerModel customer,
SiteMessageModel message) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SiteMessagePopulator.getMessageLink(SiteMessageModel message) |
| Modifier and Type | Method and Description |
|---|---|
SiteMessageModel |
SiteMessageForCustomerModel.getMessage()
Generated method - Getter of the
SiteMessageForCustomer.message attribute defined at extension notificationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteMessageForCustomerModel.setMessage(SiteMessageModel value)
Generated method - Initial setter of
SiteMessageForCustomer.message attribute defined at extension notificationservices. |
| Constructor and Description |
|---|
SiteMessageForCustomerModel(CustomerModel _customer,
SiteMessageModel _message,
java.util.Date _sentDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SiteMessageForCustomerModel(CustomerModel _customer,
SiteMessageModel _message,
ItemModel _owner,
java.util.Date _sentDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SiteMessageModel |
SiteMessageResource.getSiteMessageModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SiteMessageModel |
SiteMessageResource.readResource(java.lang.String resourceId)
Gets the
SiteMessageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SiteMessageModel> |
SiteMessagesResource.getSiteMessagesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteMessageResource.setSiteMessageModel(SiteMessageModel value)
Convenience method which just delegates to
#setResourceValue(SiteMessageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteMessagesResource.setSiteMessagesCollection(java.util.Collection<SiteMessageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
SiteMessageModel |
SiteMessageService.createMessage(java.lang.String title,
java.lang.String content,
SiteMessageType type,
ItemModel externalItem,
NotificationType notificationType,
java.util.Locale locale)
Creates a site message by given title, link, content, message type, notification type and locale
|
| Modifier and Type | Method and Description |
|---|---|
SiteMessageModel |
DefaultSiteMessageService.createMessage(java.lang.String title,
java.lang.String content,
SiteMessageType type,
ItemModel externalItem,
NotificationType notificationType,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SendSiteMessageStrategy.sendMessage(CustomerModel customer,
SiteMessageModel message)
Send message for specific customer
|
default void |
SendSiteMessageStrategy.sendMessage(java.util.List<CustomerModel> customers,
SiteMessageModel message)
Send message for given customers
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SendSiteMessageStrategy.sendMessage(CustomerModel customer,
java.util.List<SiteMessageModel> messages)
Send messages for specific customer
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSendSiteMessageStrategy.sendMessage(CustomerModel customer,
SiteMessageModel message) |
| Modifier and Type | Method and Description |
|---|---|
protected SiteMessageModel |
AbstractStockLevelStatusJob.createSiteMessage(ProductInterestModel interest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StockNotificationSiteMessageProcessor.sendMessage(CustomerModel customer,
SiteMessageModel message) |
Copyright © 2018 SAP SE. All Rights Reserved.