Uses of Class
org.exoplatform.commons.notification.impl.jpa.email.entity.MailQueueEntity
-
Packages that use MailQueueEntity Package Description org.exoplatform.commons.notification.impl.jpa.email.dao org.exoplatform.commons.notification.impl.jpa.email.entity -
-
Uses of MailQueueEntity 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 MailQueueEntity Modifier and Type Method Description List<MailQueueEntity>MailQueueDAO. findAll(int offset, int limit) -
Uses of MailQueueEntity in org.exoplatform.commons.notification.impl.jpa.email.entity
Methods in org.exoplatform.commons.notification.impl.jpa.email.entity that return MailQueueEntity Modifier and Type Method Description MailQueueEntityMailQueueEntity. setBody(String body)MailQueueEntityMailQueueEntity. setCreationDate(Calendar creationDate)MailQueueEntityMailQueueEntity. setFooter(String footer)MailQueueEntityMailQueueEntity. setFrom(String from)MailQueueEntityMailQueueEntity. setSubject(String subject)MailQueueEntityMailQueueEntity. setTo(String to)MailQueueEntityMailQueueEntity. setType(String type)
-