Uses of Class
org.exoplatform.commons.notification.impl.jpa.email.entity.MailNotifEntity
-
Packages that use MailNotifEntity Package Description org.exoplatform.commons.notification.impl.jpa.email.dao org.exoplatform.commons.notification.impl.jpa.email.entity -
-
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 MailNotifEntity Modifier and Type Method 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)Method parameters in org.exoplatform.commons.notification.impl.jpa.email.dao with type arguments of type MailNotifEntity Modifier and Type Method Description voidMailParamDAO. 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 MailNotifEntity Modifier and Type Method Description MailNotifEntityMailDigestEntity. getNotification()MailNotifEntityMailParamEntity. getNotification()MailNotifEntityMailNotifEntity. setCreationDate(Calendar creationDate)MailNotifEntityMailNotifEntity. setOrder(int order)MailNotifEntityMailNotifEntity. setSender(String sender)MailNotifEntityMailNotifEntity. setType(String type)Methods in org.exoplatform.commons.notification.impl.jpa.email.entity with parameters of type MailNotifEntity Modifier and Type Method Description MailDigestEntityMailDigestEntity. setNotification(MailNotifEntity notification)MailParamEntityMailParamEntity. setNotification(MailNotifEntity notification)
-