Interface StockNotificationFacade
- All Known Implementing Classes:
DefaultStockNotificationFacade
public interface StockNotificationFacade
interface of the Stock Notification Facade
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisWatchingProduct(ProductData product) check if current product is watching.
-
Method Details
-
isWatchingProduct
check if current product is watching.- Parameters:
product- ProductData of the product- Returns:
- true the product is watching.
-