Modifier and Type | Method and Description |
---|---|
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
|
static FormSubmit |
FormSubmitHome.findFormSubmitFromResponseId(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a form submit from the id of a response associated with it
|
FormSubmit |
IFormSubmitDAO.findFormSubmitFromResponseId(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a form submit from the id of a response associated with it
|
FormSubmit |
FormSubmitDAO.findFormSubmitFromResponseId(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a form submit from the id of a response associated with it
|
FormSubmit |
IFormSubmitDAO.load(int nIdFormResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the formResponse from the table
|
FormSubmit |
FormSubmitDAO.load(int nIdFormSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the formResponse from the table
|
Modifier and Type | Method and Description |
---|---|
static List<FormSubmit> |
FormSubmitHome.getFormSubmitList(fr.paris.lutece.plugins.genericattributes.business.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
|
List<FormSubmit> |
IFormSubmitDAO.selectListByFilter(fr.paris.lutece.plugins.genericattributes.business.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
|
List<FormSubmit> |
FormSubmitDAO.selectListByFilter(fr.paris.lutece.plugins.genericattributes.business.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
|
Modifier and Type | Method and Description |
---|---|
static int |
FormSubmitHome.create(FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of formSubmit
|
int |
IFormSubmitDAO.insert(FormSubmit formResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
FormSubmitDAO.insert(FormSubmit formSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IFormSubmitDAO.store(FormSubmit formResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the formResponse in the table
|
void |
FormSubmitDAO.store(FormSubmit formSubmit,
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
|
Modifier and Type | Method and Description |
---|---|
void |
LastDateExportType.saveExport(List<FormSubmit> listFormSubmits,
Locale locale)
Save the export
|
void |
FullExportType.saveExport(List<FormSubmit> listFormSubmits,
Locale locale)
Save the export
|
void |
IExportType.saveExport(List<FormSubmit> listFormSubmits,
Locale locale)
Save the export
|
Modifier and Type | Method and Description |
---|---|
String |
IOutputProcessor.process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor
|
Modifier and Type | Method and Description |
---|---|
String |
ProcessorNotifySender.process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor
|
Modifier and Type | Method and Description |
---|---|
void |
NotifySenderService.sendNotification(FormSubmit formSubmit,
String strEmailSender,
String strSenderName,
String strSenderEmail,
String strSubject,
String strMessage,
boolean bSendAttachments)
Send notification to the sender
|
Modifier and Type | Method and Description |
---|---|
void |
IResponseService.create(FormSubmit formSubmit)
Create a form submit
|
void |
ResponseService.create(FormSubmit formSubmit)
Create a form submit
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractExportService.doExport(Form form,
List<FormSubmit> listFormSubmit,
String strFolderPath,
ExportFormat exportFormat,
String strEncoding,
StringBuilder sbLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the form responses
|
void |
FormSubmitExportService.doExport(Form form,
List<FormSubmit> listFormSubmit,
String strFolderPath,
ExportFormat exportFormat,
String strEncoding,
StringBuilder sbLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the form responses
|
void |
FormExportService.doExport(Form form,
List<FormSubmit> listFormSubmit,
String strFolderPath,
ExportFormat exportFormat,
String strEncoding,
StringBuilder sbLog,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the form responses
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static List<fr.paris.lutece.plugins.genericattributes.business.GenericAttributeError> |
FormUtils.getResponseEntry(javax.servlet.http.HttpServletRequest request,
int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
FormSubmit formSubmit,
boolean bResponseNull,
boolean bReturnErrors,
Locale locale)
Perform in the object formSubmit the responses associates with a entry
specify in parameter.
|
static String |
FormUtils.getXmlResponses(javax.servlet.http.HttpServletRequest request,
Form form,
FormSubmit formSubmit,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the XML responses for a single form submit
|
static void |
FormUtils.sendNotificationMailFormSubmit(FormSubmit formSubmit,
Locale locale)
SendMail to the mailing list associate to the form a mail of new form
submit.
|
Modifier and Type | Method and Description |
---|---|
static String |
FormUtils.getXmlResponses(javax.servlet.http.HttpServletRequest request,
Form form,
List<FormSubmit> listFormSubmit,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the XML of form's response
|
Modifier and Type | Method and Description |
---|---|
List<fr.paris.lutece.plugins.genericattributes.business.GenericAttributeError> |
FormApp.doInsertResponseInFormSubmit(javax.servlet.http.HttpServletRequest request,
FormSubmit formSubmit,
boolean bReturnErrors,
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
|
Copyright © 2016 City of Paris. All rights reserved.