Uses of Class
org.exoplatform.commons.notification.impl.jpa.email.entity.MailNotifEntity
Packages that use MailNotifEntity
Package
Description
-
Uses of MailNotifEntity in org.exoplatform.commons.notification.impl.jpa.email.dao
Methods in org.exoplatform.commons.notification.impl.jpa.email.dao that return types with arguments of type MailNotifEntityModifier and TypeMethodDescriptionMailNotifDAO.getAllNotificationsWithoutDigests(int offset, int limit) MailNotifDAO.getNotifsByPluginAndDay(String pluginId, String dayName) MailNotifDAO.getNotifsByPluginAndWeek(String pluginId, Calendar oneWeekAgo) Method parameters in org.exoplatform.commons.notification.impl.jpa.email.dao with type arguments of type MailNotifEntityModifier and TypeMethodDescriptionvoidMailParamDAO.deleteParamsOfNotifications(List<MailNotifEntity> allNotificationsWithoutDigests) -
Uses of MailNotifEntity in org.exoplatform.commons.notification.impl.jpa.email.entity
Methods in org.exoplatform.commons.notification.impl.jpa.email.entity that return MailNotifEntityModifier and TypeMethodDescriptionMailDigestEntity.getNotification()MailParamEntity.getNotification()MailNotifEntity.setCreationDate(Calendar creationDate) MailNotifEntity.setOrder(int order) Methods in org.exoplatform.commons.notification.impl.jpa.email.entity with parameters of type MailNotifEntityModifier and TypeMethodDescriptionMailDigestEntity.setNotification(MailNotifEntity notification) MailParamEntity.setNotification(MailNotifEntity notification)