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 BackInStockProductInterestDao
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1905
manipulate ProductInterests whose notification type is BACK_IN_STOCK
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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 expiredMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultBackInStockProductInterestDao
public DefaultBackInStockProductInterestDao()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
-