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(since="1905", forRemoval=true) public class DefaultBackInStockProductInterestDao extends DefaultGenericDao<ProductInterestModel> implements BackInStockProductInterestDaoDeprecated, for removal: This API element is subject to removal in a future version.Since 1905manipulate ProductInterests whose notification type is BACK_IN_STOCK
-
-
Constructor Summary
Constructors Constructor Description DefaultBackInStockProductInterestDao()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<ProductInterestModel>findBackInStorkProductInterests()Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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
-
-