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 booleanMailAPI. 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 booleanIMailHandler. 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 booleanMailHandler. 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 voidSupportMailUtils. 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 classSupportInquiryDataModel containing information of support inquiries 
 -