Package | Description |
---|---|
fr.paris.lutece.plugins.form.business.outputprocessor |
Modifier and Type | Method and Description |
---|---|
static List<FormProcessor> |
FormProcessorHome.getAllList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor and returns them as a List
|
static List<FormProcessor> |
FormProcessorHome.getListByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor wich is associate to the form and
returns them as a list
|
List<FormProcessor> |
FormProcessorDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor and returns them as a List
|
List<FormProcessor> |
IFormProcessorDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor and returns them as a List
|
List<FormProcessor> |
FormProcessorDAO.selectByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor wich is associate to the form and returns them as a list
|
List<FormProcessor> |
IFormProcessorDAO.selectByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor wich is associate to the form and returns them as a list
|
Modifier and Type | Method and Description |
---|---|
static void |
FormProcessorHome.create(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
store the FormProcessor Object which is specified in parameter
|
void |
FormProcessorDAO.delete(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
IFormProcessorDAO.delete(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
FormProcessorDAO.insert(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IFormProcessorDAO.insert(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static void |
FormProcessorHome.remove(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove the FormProcessor Object which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.