Uses of Class
fr.paris.lutece.plugins.form.business.FormSubmit

Packages that use FormSubmit
fr.paris.lutece.plugins.form.business   
fr.paris.lutece.plugins.form.business.outputprocessor   
fr.paris.lutece.plugins.form.modules.processornotifysender.business   
fr.paris.lutece.plugins.form.utils   
fr.paris.lutece.plugins.form.web   
 

Uses of FormSubmit in fr.paris.lutece.plugins.form.business
 

Methods in fr.paris.lutece.plugins.form.business that return FormSubmit
static FormSubmit FormSubmitHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a FormSubmitwhose identifier is specified in parameter
 FormSubmit Response.getFormSubmit()
           
 FormSubmit FormSubmitDAO.load(int nIdFormSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the formResponse from the table
 FormSubmit IFormSubmitDAO.load(int nIdFormResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the formResponse from the table
 

Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type FormSubmit
static java.util.List<FormSubmit> FormSubmitHome.getFormSubmitList(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the formSubmit who verify the filter and returns them in a list
 java.util.List<FormSubmit> FormSubmitDAO.selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the formSubmit who verify the filter and returns them in a list
 java.util.List<FormSubmit> IFormSubmitDAO.selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the formResponse who verify the filter and returns them in a list
 

Methods in fr.paris.lutece.plugins.form.business with parameters of type FormSubmit
static int FormSubmitHome.create(FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of formSubmit
 int FormSubmitDAO.insert(FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int IFormSubmitDAO.insert(FormSubmit formResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void Response.setFormSubmit(FormSubmit formSubmit)
          the form submit of the response
 void FormSubmitDAO.store(FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the the formSubmit in the table
 void IFormSubmitDAO.store(FormSubmit formResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the the formResponse in the table
static void FormSubmitHome.update(FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the formSubmit which is specified in parameter
 

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

Methods in fr.paris.lutece.plugins.form.business.outputprocessor with parameters of type FormSubmit
 java.lang.String IOutputProcessor.process(FormSubmit formSubmit, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Process the OutputProcessor
 

Uses of FormSubmit in fr.paris.lutece.plugins.form.modules.processornotifysender.business
 

Methods in fr.paris.lutece.plugins.form.modules.processornotifysender.business with parameters of type FormSubmit
 java.lang.String ProcessorNotifySender.process(FormSubmit formSubmit, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 

Uses of FormSubmit in fr.paris.lutece.plugins.form.utils
 

Methods in fr.paris.lutece.plugins.form.utils with parameters of type FormSubmit
static FormError FormUtils.getResponseEntry(javax.servlet.http.HttpServletRequest request, int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin, FormSubmit formSubmit, boolean bResponseNull, java.util.Locale locale)
          perform in the object formSubmit the responses associates with a entry specify in parameter.
 

Method parameters in fr.paris.lutece.plugins.form.utils with type arguments of type FormSubmit
static java.lang.String FormUtils.getXmlResponses(javax.servlet.http.HttpServletRequest request, Form form, java.util.List<FormSubmit> listFormSubmit, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          return the xml of form's response
 

Uses of FormSubmit in fr.paris.lutece.plugins.form.web
 

Methods in fr.paris.lutece.plugins.form.web with parameters of type FormSubmit
 void FormApp.doInsertResponseInFormSubmit(javax.servlet.http.HttpServletRequest request, FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          insert response in the form submit
 void FormApp.doPerformFormSubmit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session, FormSubmit formSubmit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          perform the form submit in database
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.