| Package | Description |
|---|---|
| de.hybris.platform.stocknotificationfacades.process.email.context | |
| de.hybris.platform.stocknotificationservices.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductData> |
BackInStockNotificationEmailContext.findProductRelatedToProduct(StockNotificationProcessModel stockNotificationProcessModel)
Find the reference products for the product being interested by customer
|
protected CustomerModel |
BackInStockNotificationEmailContext.getCustomer(StockNotificationProcessModel stockNotificationProcessModel) |
protected LanguageModel |
BackInStockNotificationEmailContext.getEmailLanguage(StockNotificationProcessModel stockNotificationProcessModel) |
protected BaseSiteModel |
BackInStockNotificationEmailContext.getSite(StockNotificationProcessModel stockNotificationProcessModel) |
void |
BackInStockNotificationEmailContext.init(StockNotificationProcessModel businessProcessModel,
EmailPageModel emailPageModel) |
protected void |
BackInStockNotificationEmailContext.setEmailLocale(StockNotificationProcessModel businessProcessModel) |
protected void |
BackInStockNotificationEmailContext.updateBaseUrl(StockNotificationProcessModel businessProcessModel,
java.util.Locale emailLocale) |
protected void |
BackInStockNotificationEmailContext.updateProductName(StockNotificationProcessModel businessProcessModel,
java.util.Locale emailLocale) |
protected void |
BackInStockNotificationEmailContext.updateTitle(StockNotificationProcessModel businessProcessModel,
java.util.Locale emailLocale) |
| Modifier and Type | Method and Description |
|---|---|
StockNotificationProcessModel |
StockNotificationProcessResource.getStockNotificationProcessModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected StockNotificationProcessModel |
StockNotificationProcessResource.readResource(java.lang.String resourceId)
Gets the
StockNotificationProcessModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StockNotificationProcessModel> |
StockNotificationProcessesResource.getStockNotificationProcessesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockNotificationProcessResource.setStockNotificationProcessModel(StockNotificationProcessModel value)
Convenience method which just delegates to
#setResourceValue(StockNotificationProcessModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockNotificationProcessesResource.setStockNotificationProcessesCollection(java.util.Collection<StockNotificationProcessModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.