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
|
FormSubmit |
Response.getFormSubmit() |
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(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(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(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
|
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 |
Response.setFormSubmit(FormSubmit formSubmit)
the form submit of the response
|
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 formSubmit 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 |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static FormError |
FormUtils.getResponseEntry(javax.servlet.http.HttpServletRequest request,
int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
FormSubmit formSubmit,
boolean bResponseNull,
Locale locale)
perform in the object formSubmit the responses associates with a entry specify in parameter.
|
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 |
---|---|
void |
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
|
Copyright © 2017 City of Paris. All rights reserved.