Class MailNotifDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailNotifEntity,Long>
-
- org.exoplatform.commons.notification.impl.jpa.email.dao.MailNotifDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<MailNotifEntity,Long>
public class MailNotifDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<MailNotifEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description MailNotifDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MailNotifEntity>getAllNotificationsWithoutDigests(int offset, int limit)List<MailNotifEntity>getNotifsByPluginAndDay(String pluginId, String dayName)List<MailNotifEntity>getNotifsByPluginAndWeek(String pluginId, Calendar oneWeekAgo)
-
-
-
Method Detail
-
getNotifsByPluginAndDay
public List<MailNotifEntity> getNotifsByPluginAndDay(String pluginId, String dayName)
-
getNotifsByPluginAndWeek
public List<MailNotifEntity> getNotifsByPluginAndWeek(String pluginId, Calendar oneWeekAgo)
-
getAllNotificationsWithoutDigests
public List<MailNotifEntity> getAllNotificationsWithoutDigests(int offset, int limit)
-
-