| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ProductInterestData> |
ProductInterestFacade.getProductInterestDataForCurrentCustomer(java.lang.String productcode,
NotificationType notificationType)
This method will get the particular interest of the current customer according to the productcode and the
notificationType
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestFacade.removeProductInterest(ProductInterestData productInterest)
This method will remove the interest
|
void |
ProductInterestFacade.saveProductInterest(ProductInterestData productInterest)
This method will save the new or edited interest
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<ProductInterestModel,ProductInterestData> |
DefaultProductInterestFacade.getProductInterestConverter() |
java.util.Optional<ProductInterestData> |
DefaultProductInterestFacade.getProductInterestDataForCurrentCustomer(java.lang.String productcode,
NotificationType notificationType) |
protected Converter<ProductInterestData,ProductInterestModel> |
DefaultProductInterestFacade.getProductInterestReverseConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProductInterestFacade.removeProductInterest(ProductInterestData productInterest) |
void |
DefaultProductInterestFacade.saveProductInterest(ProductInterestData productInterest) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProductInterestFacade.setProductInterestConverter(Converter<ProductInterestModel,ProductInterestData> productInterestConverter) |
void |
DefaultProductInterestFacade.setProductInterestReverseConverter(Converter<ProductInterestData,ProductInterestModel> productInterestReverseConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestReversePopulator.populate(ProductInterestData source,
ProductInterestModel target) |
void |
ProductInterestPopulator.populate(ProductInterestModel source,
ProductInterestData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockNotificationHandler.prepareInterestData(StockNotificationForm stockNotificationForm,
ProductInterestData productInterestData) |
StockNotificationForm |
StockNotificationHandler.prepareStockNotifcationFormByInterest(ProductInterestData productInterestData) |
| Modifier and Type | Method and Description |
|---|---|
Converter<ProductInterestModel,ProductInterestData> |
BackInStockNotificationEmailContext.getProductInterestConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackInStockNotificationEmailContext.setProductInterestConverter(Converter<ProductInterestModel,ProductInterestData> productInterestConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StockNotificationController.handleProductInterest(java.lang.String productCode,
java.util.EnumMap<NotificationChannel,java.lang.Boolean> channels,
ProductInterestData productInterestData) |
Copyright © 2018 SAP SE. All Rights Reserved.