public class MailNotifDAO extends GenericDAOJPAImpl<MailNotifEntity,Long>
modelClass| Constructor and Description |
|---|
MailNotifDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<MailNotifEntity> |
getAllNotificationsWithoutDigests(int offset,
int limit) |
List<MailNotifEntity> |
getNotifsByPluginAndDay(String pluginId,
String dayName) |
List<MailNotifEntity> |
getNotifsByPluginAndWeek(String pluginId,
Calendar oneWeekAgo) |
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllpublic List<MailNotifEntity> getNotifsByPluginAndDay(String pluginId, String dayName)
public List<MailNotifEntity> getNotifsByPluginAndWeek(String pluginId, Calendar oneWeekAgo)
public List<MailNotifEntity> getAllNotificationsWithoutDigests(int offset, int limit)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.