Class StockNotificationHandler
- java.lang.Object
-
- de.hybris.platform.stocknotificationaddon.handlers.StockNotificationHandler
-
@Component("stockNotificationHandler") public class StockNotificationHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StockNotificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepareInterestData(StockNotificationForm stockNotificationForm, ProductInterestData productInterestData)StockNotificationFormprepareStockNotifcationFormByCustomer(java.util.List<NotificationPreferenceData> preferences)StockNotificationFormprepareStockNotifcationFormByInterest(ProductInterestData productInterestData)
-
-
-
Method Detail
-
prepareInterestData
public void prepareInterestData(StockNotificationForm stockNotificationForm, ProductInterestData productInterestData)
-
prepareStockNotifcationFormByInterest
public StockNotificationForm prepareStockNotifcationFormByInterest(ProductInterestData productInterestData)
-
prepareStockNotifcationFormByCustomer
public StockNotificationForm prepareStockNotifcationFormByCustomer(java.util.List<NotificationPreferenceData> preferences)
-
-