Interface BackInStockProductInterestDao
- All Known Implementing Classes:
DefaultBackInStockProductInterestDao
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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Since 1905.
-
Method Details
-
findBackInStorkProductInterests
@Deprecated(since="1905", forRemoval=true) List<ProductInterestModel> findBackInStorkProductInterests()Deprecated, for removal: This API element is subject to removal in a future version.Since 1905. Use {@link ProductInterestDao.findProductInterestsByNotificationType()} instead.retrieve such ProductInterests whose notification type is BACK_IN_STOCK and not expired- Returns:
- The list of ProductInterests to send BACK_IN_STOCK notification
-