Interface StockNotificationFacade

All Known Implementing Classes:
DefaultStockNotificationFacade

public interface StockNotificationFacade
interface of the Stock Notification Facade
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check if current product is watching.
  • Method Details

    • isWatchingProduct

      boolean isWatchingProduct(ProductData product)
      check if current product is watching.
      Parameters:
      product - ProductData of the product
      Returns:
      true the product is watching.