Interface MailFormFlowService
- All Known Implementing Classes:
MailFormFlowServiceImpl
public interface MailFormFlowService
DWR service for MailFormFlow.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionsubmit(MailFormFlowService.FormField[] formFields, org.directwebremoting.io.FileTransfer[] files, String widgetConfigKey, String location) Submit a mail form.
-
Method Details
-
submit
MailFormFlowService.SubmitResponse submit(MailFormFlowService.FormField[] formFields, org.directwebremoting.io.FileTransfer[] files, String widgetConfigKey, String location) Submit a mail form.- Parameters:
formFields- The values - filled in from the visitor.files- Some attached files.widgetConfigKey- The primary key as string of the corresponding Mail_form_conf entity.location- The location where the form is integrated.
-