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

Packages that use Response
fr.paris.lutece.plugins.form.business   
fr.paris.lutece.plugins.form.utils   
 

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

Methods in fr.paris.lutece.plugins.form.business that return Response
static Response ResponseHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a Response whose identifier is specified in parameter
 Response ResponseDAO.load(int nIdResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the response from the table
 Response IResponseDAO.load(int nIdResponse, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the response from the table
 

Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type Response
 java.util.List<Response> FormSubmit.getListResponse()
           
static java.util.List<Response> ResponseHome.getResponseList(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the response who verify the filter and returns them in a list
 java.util.List<Response> ResponseDAO.selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the response who verify the filter and returns them in a list
 java.util.List<Response> IResponseDAO.selectListByFilter(ResponseFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the response who verify the filter and returns them in a list
 

Methods in fr.paris.lutece.plugins.form.business with parameters of type Response
static void ResponseHome.create(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of response
 java.lang.String IEntry.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeTextArea.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeText.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeSelect.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeRadioButton.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeFile.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeDate.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String EntryTypeCheckBox.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String Entry.getResponseValueForExport(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to export in the file export
 java.lang.String IEntry.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeTextArea.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeText.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeSelect.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeRadioButton.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeFile.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeDate.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String EntryTypeCheckBox.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 java.lang.String Entry.getResponseValueForRecap(javax.servlet.http.HttpServletRequest request, Response response, java.util.Locale locale)
          Get the response value associate to the entry to write in the recap
 void ResponseDAO.insert(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IResponseDAO.insert(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void ResponseDAO.store(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the the response in the table
 void IResponseDAO.store(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the the response in the table
static void ResponseHome.update(Response response, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the response which is specified in parameter
 

Method parameters in fr.paris.lutece.plugins.form.business with type arguments of type Response
 FormError IEntry.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeTextArea.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeText.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeSelect.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeRadioButton.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeFile.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeDate.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError EntryTypeCheckBox.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 FormError Entry.getResponseData(javax.servlet.http.HttpServletRequest request, java.util.List<Response> listResponse, java.util.Locale locale)
          save in the list of response the response associate to the entry in the form submit
 void FormSubmit.setListResponse(java.util.List<Response> listResponse)
          set the list of response associate to the form submit
 

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

Method parameters in fr.paris.lutece.plugins.form.utils with type arguments of type Response
static java.lang.Boolean FormUtils.isFieldInTheResponseList(int nIdField, java.util.List<Response> listResponse)
          return true if the field which key is specified in parameter is in the response list
 



Copyright © 2008 Mairie de Paris. All Rights Reserved.