fr.paris.lutece.plugins.form.business.outputprocessor
Interface IFormProcessorDAO

All Known Implementing Classes:
FormProcessorDAO

public interface IFormProcessorDAO


Method Summary
 void delete(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete a record from the table
 void insert(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 java.util.List<FormProcessor> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the FormProcessor and returns them as a List
 java.util.List<FormProcessor> 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
 

Method Detail

selectByIdForm

java.util.List<FormProcessor> 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

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

selectAll

java.util.List<FormProcessor> selectAll(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

insert

void insert(FormProcessor formProcessor,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
formProcessor - formProcessor
plugin - the plugin

delete

void delete(FormProcessor formProcessor,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Parameters:
formProcessor - formProcesor
plugin - the plugin


Copyright © 2011 Mairie de Paris. All Rights Reserved.