public class StockNotificationPageController
extends AbstractPageController
| Constructor and Description |
|---|
StockNotificationPageController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addStockNotification(java.lang.String productCode,
StockNotificationForm stockNotificationForm,
HttpServletResponse response,
Model model) |
java.lang.String |
getStockNotification(java.lang.String encodedProductCode,
java.lang.String channel,
HttpServletRequest request,
HttpServletResponse response,
Model model) |
void |
initBinder(WebDataBinder binder) |
java.lang.String |
removeStockNotification(java.lang.String productCode,
HttpServletResponse response,
Model model) |
public void initBinder(WebDataBinder binder)
public java.lang.String getStockNotification(java.lang.String encodedProductCode,
java.lang.String channel,
HttpServletRequest request,
HttpServletResponse response,
Model model)
public java.lang.String addStockNotification(java.lang.String productCode,
StockNotificationForm stockNotificationForm,
HttpServletResponse response,
Model model)
public java.lang.String removeStockNotification(java.lang.String productCode,
HttpServletResponse response,
Model model)
Copyright © 2018 SAP SE. All Rights Reserved.