Interface MailBuilderAddon
- All Known Implementing Classes:
OutputJobMailAttachments
public interface MailBuilderAddon
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuildMail(Mail mail, EntityList baseData, Entity recipient) here custom logic can be implemented to modify theMailgetReadonlyAttachments(PrimaryKeyList selection) optional method to add show fake attachments in the frontend.default FormPropertiesmodifyFormProperties(FormProperties formProperties, PrimaryKeyList selection) optional method for modifying the form properties based on the selection
-
Method Details
-
getReadonlyAttachments
optional method to add show fake attachments in the frontend. inbuildMail(Mail, EntityList, Entity)there must be a custom logic which adds the attachment manually to the mail. -
modifyFormProperties
default FormProperties modifyFormProperties(FormProperties formProperties, PrimaryKeyList selection) optional method for modifying the form properties based on the selection -
buildMail
here custom logic can be implemented to modify theMail
-