public class DefaultStockNotificationFacade extends java.lang.Object implements StockNotificationFacade
| Constructor and Description |
|---|
DefaultStockNotificationFacade() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseSiteService |
getBaseSiteService() |
protected BaseStoreService |
getBaseStoreService() |
protected ProductInterestService |
getProductInterestService() |
protected ProductService |
getProductService() |
protected UserService |
getUserService() |
boolean |
isWatchingProduct(ProductData product)
check if current product is watching.
|
void |
setBaseSiteService(BaseSiteService baseSiteService) |
void |
setBaseStoreService(BaseStoreService baseStoreService) |
void |
setProductInterestService(ProductInterestService productInterestService) |
void |
setProductService(ProductService productService) |
void |
setUserService(UserService userService) |
public boolean isWatchingProduct(ProductData product)
StockNotificationFacadeisWatchingProduct in interface StockNotificationFacadeproduct - ProductData of the productprotected ProductInterestService getProductInterestService()
public void setProductInterestService(ProductInterestService productInterestService)
protected BaseStoreService getBaseStoreService()
public void setBaseStoreService(BaseStoreService baseStoreService)
protected BaseSiteService getBaseSiteService()
public void setBaseSiteService(BaseSiteService baseSiteService)
protected UserService getUserService()
public void setUserService(UserService userService)
protected ProductService getProductService()
public void setProductService(ProductService productService)
Copyright © 2018 SAP SE. All Rights Reserved.