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

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.outputprocessor.FormProcessorDAO
All Implemented Interfaces:
IFormProcessorDAO

public class FormProcessorDAO
extends java.lang.Object
implements IFormProcessorDAO

class FormProcessorDAO


Constructor Summary
FormProcessorDAO()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormProcessorDAO

public FormProcessorDAO()
Method Detail

selectByIdForm

public java.util.List<FormProcessor> selectByIdForm(int nIdForm,
                                                    fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: IFormProcessorDAO
Load the data of all the FormProcessor wich is associate to the form and returns them as a list

Specified by:
selectByIdForm in interface IFormProcessorDAO
Parameters:
nIdForm - the id of the form
plugin - the plugin
Returns:
a List of FormProcessor Object

selectAll

public java.util.List<FormProcessor> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: IFormProcessorDAO
Load the data of all the FormProcessor and returns them as a List

Specified by:
selectAll in interface IFormProcessorDAO
Parameters:
plugin - the plugin
Returns:
a List of FormProcessor Object

insert

public void insert(FormProcessor formProcessor,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: IFormProcessorDAO
Insert a new record in the table.

Specified by:
insert in interface IFormProcessorDAO
Parameters:
formProcessor - formProcessor
plugin - the plugin

delete

public void delete(FormProcessor formProcessor,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: IFormProcessorDAO
Delete a record from the table

Specified by:
delete in interface IFormProcessorDAO
Parameters:
formProcessor - formProcesor
plugin - the plugin


Copyright © 2010 Mairie de Paris. All Rights Reserved.