Modifier and Type | Method and Description |
---|---|
static Form |
FormHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Form whose identifier is specified in parameter
|
Form |
FormSubmit.getForm() |
Form |
Recap.getForm() |
Form |
IFormDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Form from the table
|
Form |
FormDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Form from the table
|
Modifier and Type | Method and Description |
---|---|
static List<Form> |
FormHome.getFormList(FormFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the form who verify the filter and returns them in a
list
|
List<Form> |
IFormDAO.getFormListForAutomaticCleaning(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of forms that must be cleaned automatically.
|
static List<Form> |
FormHome.getFormListForAutomaticCleaning(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of forms that must be cleaned automatically.
|
List<Form> |
FormDAO.getFormListForAutomaticCleaning(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of forms that must be cleaned automatically.
|
List<Form> |
IFormDAO.selectFormList(FormFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the form who verify the filter and returns them in a
list
|
List<Form> |
FormDAO.selectFormList(FormFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the form who verify the filter and returns them in a
list
|
Modifier and Type | Method and Description |
---|---|
static void |
FormHome.copy(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of Form
|
static int |
FormHome.create(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Form
|
int |
IFormDAO.insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
FormDAO.insert(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
FormSubmit.setForm(Form form)
set the form associate to the response
|
void |
Recap.setForm(Form form)
set the form associate to the recap
|
void |
IFormDAO.store(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the form in the table
|
void |
FormDAO.store(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the form in the table
|
static void |
FormHome.update(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the form which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.plugins.genericattributes.business.ResponseFilter |
LastDateExportType.getResponseFilter(Form form,
Locale locale)
Get the response filter
|
fr.paris.lutece.plugins.genericattributes.business.ResponseFilter |
FullExportType.getResponseFilter(Form form,
Locale locale)
Get the response filter
|
fr.paris.lutece.plugins.genericattributes.business.ResponseFilter |
IExportType.getResponseFilter(Form form,
Locale locale)
Get the response filter
|
Modifier and Type | Method and Description |
---|---|
String |
IOutputProcessor.getOutputConfigForm(javax.servlet.http.HttpServletRequest request,
Form form,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the processor configuration interface
|
Modifier and Type | Method and Description |
---|---|
static Form |
FormPortletHome.getFormByPortletId(int nPortletId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Form associate to the portle witch identifier is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
String |
ProcessorNotifySender.getOutputConfigForm(javax.servlet.http.HttpServletRequest request,
Form form,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the processor configuration interface
|
Modifier and Type | Method and Description |
---|---|
void |
FormService.cleanFormResponses(Form form)
Clean answers of a given form
|
boolean |
FormService.hasRecap(Form form)
Check if the given form has a recap or not
|
boolean |
FormService.isSessionValid(Form form,
javax.servlet.http.HttpServletRequest request)
Check if the user is authorized to view the form.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FormDraftBackupService.preProcessRequest(javax.servlet.http.HttpServletRequest request,
Form form)
Pre Process Request.
|
boolean |
DraftBackupService.preProcessRequest(javax.servlet.http.HttpServletRequest request,
Form form)
Pre Process Request
|
static void |
FormDraftBackupService.saveDraft(javax.servlet.http.HttpServletRequest request,
Form form)
Save the draft.
|
void |
DraftBackupService.saveDraft(javax.servlet.http.HttpServletRequest request,
Form form)
Save the draft.
|
static void |
FormDraftBackupService.validateDraft(javax.servlet.http.HttpServletRequest request,
Form form)
Validate a draft.
|
void |
DraftBackupService.validateDraft(javax.servlet.http.HttpServletRequest request,
Form form)
Validate a draft.
|
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
|
void |
AbstractExportService.doExport(Form form,
StringBuilder sbLog,
ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the responses of the given form
|
void |
IExportService.doExport(Form form,
StringBuilder sbLog,
ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Do export the responses of the given form
|
Modifier and Type | Method and Description |
---|---|
static void |
FormUtils.activateMyLuteceAuthentification(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
javax.servlet.http.HttpServletRequest request)
Activate MyLutece authentication for the form
|
static void |
FormUtils.deactivateMyLuteceAuthentification(Form form,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Deactivate MyLutece authentication for the form
|
static String |
FormUtils.getHtmlForm(Form form,
String strUrlAction,
Locale locale,
boolean bDisplayFront)
Return the HTML code of the form
|
static String |
FormUtils.getHtmlForm(Form form,
String strUrlAction,
Locale locale,
boolean bDisplayFront,
javax.servlet.http.HttpServletRequest request)
Return the HTML code of the form
|
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 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
|
static void |
FormUtils.sendNotificationMailEndDisponibility(Form form,
Locale locale)
Send a mail of end of availability to the mailing list associate with
the form
|
Copyright © 2016 City of Paris. All rights reserved.