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 booleanMailAPI. 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 booleanIMailHandler. 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 booleanMailHandler. 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 voidFeedbackMailUtil. 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 classFeedbackMailDataData required for sending a feedback mail. 
 -