Interface MailActionService
- All Known Implementing Classes:
MailActionServiceImpl
Deprecated.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetMailFormInfo
(MailActionService.MailFormRequest request, EntityExplorerActionSelection selection) Deprecated.getMailPreview
(MailActionService.MailInfo mailInfo, EntityExplorerActionSelection selection, URI languageUri, Integer index) Deprecated.boolean
Deprecated.@Nullable String
sendMail
(MailActionService.MailInfo mailinfo, EntityExplorerActionSelection selection, URI languageUri, @Nullable org.joda.time.LocalDate expiryDate, @Nullable org.joda.time.DateTime executionDate) Deprecated.
-
Method Details
-
getMailFormInfo
MailActionService.MailFormInfo getMailFormInfo(MailActionService.MailFormRequest request, EntityExplorerActionSelection selection) throws NoEntityToLoadException Deprecated.- Throws:
NoEntityToLoadException
-
sendMail
@Nullable @Nullable String sendMail(MailActionService.MailInfo mailinfo, EntityExplorerActionSelection selection, URI languageUri, @Nullable @Nullable org.joda.time.LocalDate expiryDate, @Nullable @Nullable org.joda.time.DateTime executionDate) throws MailException, URISyntaxException, NoEntityToLoadException, UriStoreException, UnresolvableUriException Deprecated. -
getMailPreview
MailActionService.MailPreview getMailPreview(MailActionService.MailInfo mailInfo, EntityExplorerActionSelection selection, URI languageUri, Integer index) throws NoEntityToLoadException, MailException, TemplateException, jakarta.mail.MessagingException, URISyntaxException, UriStoreException, UnresolvableUriException Deprecated.- Throws:
NoEntityToLoadException
MailException
TemplateException
jakarta.mail.MessagingException
URISyntaxException
UriStoreException
UnresolvableUriException
-
isShowInvalidSelectionTab
boolean isShowInvalidSelectionTab()Deprecated.
-