Uses of Class
de.hybris.platform.stocknotificationaddon.forms.StockNotificationForm
-
Packages that use StockNotificationForm Package Description de.hybris.platform.stocknotificationaddon.controllers.pages de.hybris.platform.stocknotificationaddon.handlers -
-
Uses of StockNotificationForm in de.hybris.platform.stocknotificationaddon.controllers.pages
Methods in de.hybris.platform.stocknotificationaddon.controllers.pages with parameters of type StockNotificationForm Modifier and Type Method Description java.lang.StringStockNotificationPageController. addStockNotification(java.lang.String productCode, StockNotificationForm stockNotificationForm, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model model) -
Uses of StockNotificationForm in de.hybris.platform.stocknotificationaddon.handlers
Methods in de.hybris.platform.stocknotificationaddon.handlers that return StockNotificationForm Modifier and Type Method Description StockNotificationFormStockNotificationHandler. prepareStockNotifcationFormByCustomer(java.util.List<NotificationPreferenceData> preferences)StockNotificationFormStockNotificationHandler. prepareStockNotifcationFormByInterest(ProductInterestData productInterestData)Methods in de.hybris.platform.stocknotificationaddon.handlers with parameters of type StockNotificationForm Modifier and Type Method Description voidStockNotificationHandler. prepareInterestData(StockNotificationForm stockNotificationForm, ProductInterestData productInterestData)
-