Uses of Interface
net.solarnetwork.central.mail.MessageDataSource
Packages that use MessageDataSource
-
Uses of MessageDataSource in net.solarnetwork.central.mail
Subinterfaces of MessageDataSource in net.solarnetwork.central.mailModifier and TypeInterfaceDescriptioninterfaceAPI for data required to generate a template based mail message.Methods in net.solarnetwork.central.mail with parameters of type MessageDataSourceModifier and TypeMethodDescriptionvoidMailService.sendMail(MailAddress address, MessageDataSource messageDataSource) Send a template-based mail message. -
Uses of MessageDataSource in net.solarnetwork.central.mail.support
Classes in net.solarnetwork.central.mail.support that implement MessageDataSourceModifier and TypeClassDescriptionclassMessageTemplateDataSourcebased on a locale-specific classpath resource.classSimple implementation ofMessageDataSource.Methods in net.solarnetwork.central.mail.support with parameters of type MessageDataSourceModifier and TypeMethodDescriptionvoidDefaultMailService.sendMail(MailAddress address, MessageDataSource messageDataSource)