Interface MailBuilder
- All Known Implementing Classes:
MailBuilderImpl
public interface MailBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncreateAttachment
(String id, jakarta.activation.MimeType mimeType) createAttachment
(String id, String fileName, Binary binary) getMail
(MailActionService.MailInfo mailinfo, EntityList selectionList, @Nullable org.joda.time.LocalDate expiryDate, Locale locale, @Nullable Entity sender, MailReceiver receiver, UUID taskUuid, boolean withAttachments)
-
Method Details
-
getMail
Mail getMail(MailActionService.MailInfo mailinfo, EntityList selectionList, @Nullable @Nullable org.joda.time.LocalDate expiryDate, Locale locale, @Nullable @Nullable Entity sender, MailReceiver receiver, UUID taskUuid, boolean withAttachments) throws PersistException, TemplateException, jakarta.mail.internet.AddressException, MailException - Throws:
PersistException
TemplateException
jakarta.mail.internet.AddressException
MailException
-
createAttachment
-
createAttachment
-