Class DefaultBackInStockProductInterestDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<ProductInterestModel>
-
- de.hybris.platform.stocknotificationservices.dao.impl.DefaultBackInStockProductInterestDao
-
- All Implemented Interfaces:
GenericDao<ProductInterestModel>,BackInStockProductInterestDao
@Deprecated public class DefaultBackInStockProductInterestDao extends DefaultGenericDao<ProductInterestModel> implements BackInStockProductInterestDao
Deprecated.Since 1905manipulate ProductInterests whose notification type is BACK_IN_STOCK
-
-
Constructor Summary
Constructors Constructor Description DefaultBackInStockProductInterestDao()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<ProductInterestModel>findBackInStorkProductInterests()Deprecated.retrieve such ProductInterests whose notification type is BACK_IN_STOCK and not expired-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
findBackInStorkProductInterests
public java.util.List<ProductInterestModel> findBackInStorkProductInterests()
Deprecated.Description copied from interface:BackInStockProductInterestDaoretrieve such ProductInterests whose notification type is BACK_IN_STOCK and not expired- Specified by:
findBackInStorkProductInterestsin interfaceBackInStockProductInterestDao- Returns:
- The list of ProductInterests to send BACK_IN_STOCK notification
-
-