Uses of Interface
de.xima.fc.interfaces.mail.IFeedbackMailData
-
Packages that use IFeedbackMailData Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mail.utils de.xima.fc.mdl.mail -
-
Uses of IFeedbackMailData in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IFeedbackMailData Modifier and Type Method Description boolean
MailAPI. sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData)
Send a feedback mail from the given client. -
Uses of IFeedbackMailData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IFeedbackMailData Modifier and Type Method Description boolean
IMailHandler. sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData)
Send a feedback mail from the given client. -
Uses of IFeedbackMailData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IFeedbackMailData Modifier and Type Method Description boolean
MailHandler. sendFeedbackMail(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData)
-
Uses of IFeedbackMailData in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type IFeedbackMailData Modifier and Type Method Description static void
FeedbackMailUtil. sendFeedback(UserContext uc, Mandant client, IFeedbackMailData feedbackMailData)
-
Uses of IFeedbackMailData in de.xima.fc.mdl.mail
Classes in de.xima.fc.mdl.mail that implement IFeedbackMailData Modifier and Type Class Description class
FeedbackMailData
Data required for sending a feedback mail.
-