Interface StockNotificationFacade
-
- All Known Implementing Classes:
DefaultStockNotificationFacade
public interface StockNotificationFacadeinterface of the Stock Notification Facade
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisWatchingProduct(ProductData product)check if current product is watching.
-
-
-
Method Detail
-
isWatchingProduct
boolean isWatchingProduct(ProductData product)
check if current product is watching.- Parameters:
product- ProductData of the product- Returns:
- true the product is watching.
-
-