|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormSubmit in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business that return FormSubmit | |
---|---|
static FormSubmit |
FormSubmitHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a FormSubmitwhose identifier is specified in parameter |
FormSubmit |
Response.getFormSubmit()
|
FormSubmit |
FormSubmitDAO.load(int nIdFormSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the formResponse from the table |
FormSubmit |
IFormSubmitDAO.load(int nIdFormResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the formResponse from the table |
Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type FormSubmit | |
---|---|
static java.util.List<FormSubmit> |
FormSubmitHome.getFormSubmitList(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formSubmit who verify the filter and returns them in a list |
java.util.List<FormSubmit> |
FormSubmitDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formSubmit who verify the filter and returns them in a list |
java.util.List<FormSubmit> |
IFormSubmitDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the formResponse who verify the filter and returns them in a list |
Methods in fr.paris.lutece.plugins.form.business with parameters of type FormSubmit | |
---|---|
static int |
FormSubmitHome.create(FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of formSubmit |
int |
FormSubmitDAO.insert(FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
int |
IFormSubmitDAO.insert(FormSubmit formResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
Response.setFormSubmit(FormSubmit formSubmit)
the form submit of the response |
void |
FormSubmitDAO.store(FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the formSubmit in the table |
void |
IFormSubmitDAO.store(FormSubmit formResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the formResponse in the table |
static void |
FormSubmitHome.update(FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the formSubmit which is specified in parameter |
Uses of FormSubmit in fr.paris.lutece.plugins.form.business.exporttype |
---|
Method parameters in fr.paris.lutece.plugins.form.business.exporttype with type arguments of type FormSubmit | |
---|---|
void |
IExportType.saveExport(java.util.List<FormSubmit> listFormSubmits,
java.util.Locale locale)
Save the export |
void |
LastDateExportType.saveExport(java.util.List<FormSubmit> listFormSubmits,
java.util.Locale locale)
Save the export |
void |
FullExportType.saveExport(java.util.List<FormSubmit> listFormSubmits,
java.util.Locale locale)
Save the export |
Uses of FormSubmit in fr.paris.lutece.plugins.form.business.outputprocessor |
---|
Methods in fr.paris.lutece.plugins.form.business.outputprocessor with parameters of type FormSubmit | |
---|---|
java.lang.String |
IOutputProcessor.process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor |
Uses of FormSubmit in fr.paris.lutece.plugins.form.modules.processornotifysender.business |
---|
Methods in fr.paris.lutece.plugins.form.modules.processornotifysender.business with parameters of type FormSubmit | |
---|---|
java.lang.String |
ProcessorNotifySender.process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor |
Uses of FormSubmit in fr.paris.lutece.plugins.form.modules.processornotifysender.service |
---|
Methods in fr.paris.lutece.plugins.form.modules.processornotifysender.service with parameters of type FormSubmit | |
---|---|
void |
NotifySenderService.sendNotification(FormSubmit formSubmit,
java.lang.String strEmailSender,
java.lang.String strSenderName,
java.lang.String strSenderEmail,
java.lang.String strSubject,
java.lang.String strMessage,
boolean bSendAttachments)
Send notification to the sender |
Uses of FormSubmit in fr.paris.lutece.plugins.form.service |
---|
Methods in fr.paris.lutece.plugins.form.service with parameters of type FormSubmit | |
---|---|
void |
IResponseService.create(FormSubmit formSubmit)
|
void |
ResponseService.create(FormSubmit formSubmit)
|
Uses of FormSubmit in fr.paris.lutece.plugins.form.service.draft |
---|
Methods in fr.paris.lutece.plugins.form.service.draft with parameters of type FormSubmit | |
---|---|
static void |
FormDraftBackupService.saveDraft(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit)
Saves the formSubmit as draft. |
void |
DraftBackupService.saveDraft(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit)
Saves the draft for the formSubmit |
Uses of FormSubmit in fr.paris.lutece.plugins.form.service.validator |
---|
Methods in fr.paris.lutece.plugins.form.service.validator with parameters of type FormSubmit | |
---|---|
void |
IValidator.validateForm(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Validates the form |
void |
ValidatorService.validateForm(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Validates the form using all validators |
Uses of FormSubmit in fr.paris.lutece.plugins.form.utils |
---|
Methods in fr.paris.lutece.plugins.form.utils with parameters of type FormSubmit | |
---|---|
static FormError |
FormUtils.getResponseEntry(javax.servlet.http.HttpServletRequest request,
int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
FormSubmit formSubmit,
boolean bResponseNull,
java.util.Locale locale)
perform in the object formSubmit the responses associates with a entry specify in parameter. |
static void |
FormUtils.sendNotificationMailFormSubmit(FormSubmit formSubmit,
java.util.Locale locale)
SendMail to the mailing list associate to the form a mail of new form submit. |
Method parameters in fr.paris.lutece.plugins.form.utils with type arguments of type FormSubmit | |
---|---|
static java.lang.String |
FormUtils.getXmlResponses(javax.servlet.http.HttpServletRequest request,
Form form,
java.util.List<FormSubmit> listFormSubmit,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the xml of form's response |
Uses of FormSubmit in fr.paris.lutece.plugins.form.web |
---|
Methods in fr.paris.lutece.plugins.form.web with parameters of type FormSubmit | |
---|---|
boolean |
FormApp.doInsertResponseInFormSubmit(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert response in the form submit |
void |
FormApp.doPerformFormSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
perform the form submit in database |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |