Class DefaultStockNotificationFacade
java.lang.Object
de.hybris.platform.stocknotificationfacades.impl.DefaultStockNotificationFacade
- All Implemented Interfaces:
StockNotificationFacade
Impl of the interface of Flash Buy facade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseSiteServiceprotected BaseStoreServiceprotected ProductInterestServiceprotected ProductServiceprotected UserServicebooleanisWatchingProduct(ProductData product) check if current product is watching.voidsetBaseSiteService(BaseSiteService baseSiteService) voidsetBaseStoreService(BaseStoreService baseStoreService) voidsetProductInterestService(ProductInterestService productInterestService) voidsetProductService(ProductService productService) voidsetUserService(UserService userService)
-
Constructor Details
-
DefaultStockNotificationFacade
public DefaultStockNotificationFacade()
-
-
Method Details
-
isWatchingProduct
Description copied from interface:StockNotificationFacadecheck if current product is watching.- Specified by:
isWatchingProductin interfaceStockNotificationFacade- Parameters:
product- ProductData of the product- Returns:
- true the product is watching.
-
getProductInterestService
-
setProductInterestService
-
getBaseStoreService
-
setBaseStoreService
-
getBaseSiteService
-
setBaseSiteService
-
getUserService
-
setUserService
-
getProductService
-
setProductService
-