fr.paris.lutece.plugins.form.business.outputprocessor
Class FormProcessorHome

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.outputprocessor.FormProcessorHome

public final class FormProcessorHome
extends java.lang.Object

This class provides instances management methods (create, find, ...) for FormProcessor objects


Method Summary
static void create(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          store the FormProcessor Object which is specified in parameter
static java.util.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 java.util.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static void create(FormProcessor formProcessor,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
store the FormProcessor Object which is specified in parameter

Parameters:
formProcessor - FormProcessor Object
plugin - the plugin

remove

public static void remove(FormProcessor formProcessor,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove the FormProcessor Object which is specified in parameter

Parameters:
formProcessor -
plugin -

getAllList

public static java.util.List<FormProcessor> getAllList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the FormProcessor and returns them as a List

Parameters:
plugin - the plugin
Returns:
a List of FormProcessor Object

getListByIdForm

public static java.util.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

Parameters:
nIdForm - the id of the form
plugin - the plugin
Returns:
a List of FormProcessor Object


Copyright © 2010 Mairie de Paris. All Rights Reserved.