Uses of Interface
de.xima.fc.interfaces.mail.ISupportInquiryData
-
Packages that use ISupportInquiryData 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 ISupportInquiryData in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type ISupportInquiryData Modifier and Type Method Description boolean
MailAPI. sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData)
Send a support mail from the given client. -
Uses of ISupportInquiryData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type ISupportInquiryData Modifier and Type Method Description boolean
IMailHandler. sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData)
Send a support mail from the given client. -
Uses of ISupportInquiryData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type ISupportInquiryData Modifier and Type Method Description boolean
MailHandler. sendSupportMail(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData)
Send a support mail from the given client. -
Uses of ISupportInquiryData in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type ISupportInquiryData Modifier and Type Method Description static void
SupportMailUtils. sendSupportInquiry(UserContext uc, Mandant client, ISupportInquiryData supportInquiryData)
Sends a support email -
Uses of ISupportInquiryData in de.xima.fc.mdl.mail
Classes in de.xima.fc.mdl.mail that implement ISupportInquiryData Modifier and Type Class Description class
SupportInquiryData
Model containing information of support inquiries
-