Uses of Class
fr.paris.lutece.plugins.form.business.outputprocessor.FormProcessor

Packages that use FormProcessor
fr.paris.lutece.plugins.form.business.outputprocessor   
 

Uses of FormProcessor in fr.paris.lutece.plugins.form.business.outputprocessor
 

Methods in fr.paris.lutece.plugins.form.business.outputprocessor that return types with arguments of type FormProcessor
static java.util.List<FormProcessor> FormProcessorHome.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> FormProcessorHome.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
 java.util.List<FormProcessor> FormProcessorDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<FormProcessor> IFormProcessorDAO.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> FormProcessorDAO.selectByIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<FormProcessor> IFormProcessorDAO.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 in fr.paris.lutece.plugins.form.business.outputprocessor with parameters of type FormProcessor
static void FormProcessorHome.create(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          store the FormProcessor Object which is specified in parameter
 void FormProcessorDAO.delete(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void IFormProcessorDAO.delete(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete a record from the table
 void FormProcessorDAO.insert(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void IFormProcessorDAO.insert(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
static void FormProcessorHome.remove(FormProcessor formProcessor, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          remove the FormProcessor Object which is specified in parameter
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.