Package | Description |
---|---|
fr.paris.lutece.plugins.form.business | |
fr.paris.lutece.plugins.form.utils |
Modifier and Type | Method and Description |
---|---|
static Response |
ResponseHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Response whose identifier is specified in parameter
|
Response |
ResponseDAO.load(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the response from the table
|
Response |
IResponseDAO.load(int nIdResponse,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the response from the table
|
Modifier and Type | Method and Description |
---|---|
List<Response> |
FormSubmit.getListResponse() |
static List<Response> |
ResponseHome.getResponseList(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the response who verify the filter and returns them in a list
|
List<Response> |
ResponseDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the response who verify the filter and returns them in a list
|
List<Response> |
IResponseDAO.selectListByFilter(ResponseFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the response who verify the filter and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
ResponseHome.create(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of response
|
String |
Entry.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeDate.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
IEntry.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeTextArea.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeSelect.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeRadioButton.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeText.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeFile.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeCheckBox.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
EntryTypeSelectSQL.getResponseValueForExport(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to export in the file export
|
String |
Entry.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeDate.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
IEntry.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeTextArea.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeSelect.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeRadioButton.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeText.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeFile.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeCheckBox.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
String |
EntryTypeSelectSQL.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request,
Response response,
Locale locale)
Get the response value associate to the entry to write in the recap
|
void |
ResponseDAO.insert(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IResponseDAO.insert(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ResponseDAO.store(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the response in the table
|
void |
IResponseDAO.store(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the the response in the table
|
static void |
ResponseHome.update(Response response,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the response which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
FormError |
Entry.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeDate.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
IEntry.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeTextArea.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeSelect.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeRadioButton.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeText.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeFile.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeCheckBox.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
FormError |
EntryTypeSelectSQL.getResponseData(javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
save in the list of response the response associate to the entry in the form submit
|
void |
FormSubmit.setListResponse(List<Response> listResponse)
set the list of response associate to the form submit
|
Modifier and Type | Method and Description |
---|---|
static Boolean |
FormUtils.isFieldInTheResponseList(int nIdField,
List<Response> listResponse)
return true if the field which key is specified in parameter is in the response list
|
Copyright © 2017 City of Paris. All rights reserved.