|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.outputprocessor.FormProcessorHome
public final class FormProcessorHome
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 |
---|
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
- plugin
- public static java.util.List<FormProcessor> getAllList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
public static java.util.List<FormProcessor> getListByIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- the id of the formplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |