|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Form | |
---|---|
fr.paris.lutece.plugins.form.business | |
fr.paris.lutece.plugins.form.business.portlet | |
fr.paris.lutece.plugins.form.utils |
Uses of Form in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business that return Form | |
---|---|
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 |
Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type Form | |
---|---|
static java.util.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 |
java.util.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 |
java.util.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 |
Methods in fr.paris.lutece.plugins.form.business with parameters of type Form | |
---|---|
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 |
Uses of Form in fr.paris.lutece.plugins.form.business.portlet |
---|
Methods in fr.paris.lutece.plugins.form.business.portlet that return Form | |
---|---|
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 |
Uses of Form in fr.paris.lutece.plugins.form.utils |
---|
Methods in fr.paris.lutece.plugins.form.utils with parameters of type Form | |
---|---|
static java.lang.String |
FormUtils.getHtmlForm(Form form,
java.lang.String strUrlAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
return the html code of the form |
static java.lang.String |
FormUtils.getXmlResponses(javax.servlet.http.HttpServletRequest request,
Form form,
java.util.List<FormSubmit> listFormSubmit,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the xml of form's response |
static void |
FormUtils.sendNotificationMailEndDisponibility(Form form,
java.util.Locale locale)
sendMail to the mailing list associate to the form a mail of end disponibility |
static void |
FormUtils.sendNotificationMailFormSubmit(Form form,
java.util.Locale locale)
sendMail to the mailing list associate to the form a mail of new form submit |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |