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 |
Recap.getForm() |
Form |
IEntry.getForm() |
Form |
FormSubmit.getForm() |
Form |
Entry.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.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 |
Recap.setForm(Form form)
set the form associate to the recap
|
void |
IEntry.setForm(Form form)
set the form of the entry
|
void |
FormSubmit.setForm(Form form)
set the form associate to the response
|
void |
Entry.setForm(Form form)
set the form of the entry
|
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 |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static String |
FormUtils.getHtmlForm(Form form,
String strUrlAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale)
return the html code of the form
|
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)
sendMail to the mailing list associate to the form a mail of end disponibility
|
static void |
FormUtils.sendNotificationMailFormSubmit(Form form,
Locale locale)
sendMail to the mailing list associate to the form a mail of new form submit
|
Copyright © 2017 City of Paris. All rights reserved.