Uses of Interface
de.xima.fc.interfaces.mail.IMailServerData
Packages that use IMailServerData
Package
Description
-
Uses of IMailServerData in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return IMailServerDataModifier and TypeMethodDescriptionProjectDOIBean.getMailServerData()
ProjectInviteBean.getMailServerData()
-
Uses of IMailServerData in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return IMailServerData -
Uses of IMailServerData in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IMailServerData -
Uses of IMailServerData in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type IMailServerDataModifier and TypeMethodDescriptionstatic IMailContext
MailContextProvider.getContextFor
(IMailServerData serverData) Creates an mail context for the given server datastatic void
MailSendUtil.send
(IMailServerData serverData, IBaseMailData mail) Sends a mail or mails based on the server data and mail datastatic ISendMailReport
MailSendUtil.sendWithReport
(IMailServerData serverData, IBaseMailData mail) Sends a mail or mails based on the server data and mail data -
Uses of IMailServerData in de.xima.fc.mail.impl.context
Fields in de.xima.fc.mail.impl.context declared as IMailServerDataMethods in de.xima.fc.mail.impl.context that return IMailServerDataMethods in de.xima.fc.mail.impl.context with parameters of type IMailServerData -
Uses of IMailServerData in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return IMailServerDataModifier and TypeMethodDescriptionIMailContext.getServerData()
Gets the mail server data of the contextMethods in de.xima.fc.mail.interfaces with parameters of type IMailServerDataModifier and TypeMethodDescriptionIMailContextFactory.getContextFor
(IMailServerData serverData) Creates an mail context for the given server data -
Uses of IMailServerData in de.xima.fc.mail.models
Classes in de.xima.fc.mail.models that implement IMailServerDataModifier and TypeClassDescriptionclass
class
class
-
Uses of IMailServerData in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return IMailServerData