Uses of Class
net.datenwerke.rs.core.service.mail.SimpleAttachment
Packages that use SimpleAttachment
-
Uses of SimpleAttachment in net.datenwerke.rs.core.service.mail
Methods in net.datenwerke.rs.core.service.mail with parameters of type SimpleAttachmentModifier and TypeMethodDescriptionvoidMailTemplate.configureMail(SimpleMail mail, SimpleJuel juel, SimpleAttachment... attachments) MailService.newTemplateMail(Optional<EmailDatasink> emailDatasink, MailTemplate template, SimpleAttachment... attachments) MailService.newTemplateMail(MailTemplate template, SimpleAttachment... attachments) Creates and returns a new instance ofSimpleMailconfigured with the given templateMailServiceImpl.newTemplateMail(Optional<EmailDatasink> emailDatasink, MailTemplate template, SimpleAttachment... attachments) MailServiceImpl.newTemplateMail(MailTemplate template, SimpleAttachment... attachments) voidSimpleCryptoMail.setContent(String text, SimpleAttachment... attachements) voidSimpleMail.setContent(String text, SimpleAttachment... attachements) voidSimpleCryptoMail.setHtml(String html, SimpleAttachment... attachements) voidSimpleMail.setHtml(String html, SimpleAttachment... attachments) Method parameters in net.datenwerke.rs.core.service.mail with type arguments of type SimpleAttachmentModifier and TypeMethodDescriptionMailBuilder.withAttachments(List<SimpleAttachment> attachments) Adds a list of attachments. -
Uses of SimpleAttachment in net.datenwerke.rs.utils.zip
Method parameters in net.datenwerke.rs.utils.zip with type arguments of type SimpleAttachmentModifier and TypeMethodDescriptionvoidZipUtilsService.createZipFromEmailAttachments(List<SimpleAttachment> attachments, OutputStream os) voidZipUtilsServiceImpl.createZipFromEmailAttachments(List<SimpleAttachment> attachments, OutputStream os)