public final class FormProcessorHome extends Object
Modifier and Type | Method and Description |
---|---|
static void |
create(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
store the FormProcessor Object which is specified in parameter
|
static List<FormProcessor> |
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> |
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
|
static void |
remove(FormProcessor formProcessor,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove the FormProcessor Object which is specified in parameter
|
public static void create(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formProcessor
- FormProcessor Objectplugin
- the pluginpublic static void remove(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formProcessor
- The form processor to removeplugin
- The pluginpublic static List<FormProcessor> getAllList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginpublic static List<FormProcessor> getListByIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- the id of the formplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.