| Package | Description |
|---|---|
| org.exoplatform.commons.notification.impl.jpa.email.dao | |
| org.exoplatform.commons.notification.impl.jpa.email.entity |
| Modifier and Type | Method and Description |
|---|---|
List<MailNotifEntity> |
MailNotifDAO.getAllNotificationsWithoutDigests(int offset,
int limit) |
List<MailNotifEntity> |
MailNotifDAO.getNotifsByPluginAndDay(String pluginId,
String dayName) |
List<MailNotifEntity> |
MailNotifDAO.getNotifsByPluginAndWeek(String pluginId,
Calendar oneWeekAgo) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailParamDAO.deleteParamsOfNotifications(List<MailNotifEntity> allNotificationsWithoutDigests) |
| Modifier and Type | Method and Description |
|---|---|
MailNotifEntity |
MailDigestEntity.getNotification() |
MailNotifEntity |
MailParamEntity.getNotification() |
MailNotifEntity |
MailNotifEntity.setCreationDate(Calendar creationDate) |
MailNotifEntity |
MailNotifEntity.setOrder(int order) |
MailNotifEntity |
MailNotifEntity.setSender(String sender) |
MailNotifEntity |
MailNotifEntity.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
MailDigestEntity |
MailDigestEntity.setNotification(MailNotifEntity notification) |
MailParamEntity |
MailParamEntity.setNotification(MailNotifEntity notification) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.