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

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

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

Methods in fr.paris.lutece.plugins.form.business that return FormError
 FormError Entry.canUploadFiles(java.util.List<org.apache.commons.fileupload.FileItem> listUploadedFileItems, java.util.List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload, java.util.Locale locale)
          Check if the file can be uploaded or not.
 FormError IEntry.canUploadFiles(java.util.List<org.apache.commons.fileupload.FileItem> listUploadedFileItems, java.util.List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload, java.util.Locale locale)
          Check if the file can be uploaded or not.
 FormError AbstractEntryTypeUpload.canUploadFiles(java.util.List<org.apache.commons.fileupload.FileItem> listUploadedFileItems, java.util.List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload, java.util.Locale locale)
          Check if the file can be uploaded or not.
protected abstract  FormError AbstractEntryTypeUpload.checkResponseData(org.apache.commons.fileupload.FileItem fileItem, java.util.Locale locale)
          Check the response data for a single file item
protected  FormError EntryTypeFile.checkResponseData(org.apache.commons.fileupload.FileItem fileItem, java.util.Locale locale)
          Check the response data for a single file item
protected  FormError EntryTypeImage.checkResponseData(org.apache.commons.fileupload.FileItem fileItem, java.util.Locale locale)
          Check the response data for a single file item
protected  FormError AbstractEntryTypeUpload.checkResponseData(java.util.List<org.apache.commons.fileupload.FileItem> listFilesSource, java.util.Locale locale, javax.servlet.http.HttpServletRequest request)
          Check the record field data
 FormError Entry.getFormError()
          Get the form error associated to the entry
 FormError IEntry.getFormError()
          Get the form error associated to the entry
 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
 FormError EntryTypeGeolocation.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 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 EntryTypeSession.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 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 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 EntryTypeMyLuteceUser.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 EntryTypeSelectSQL.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 EntryTypeImage.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
 

Methods in fr.paris.lutece.plugins.form.business with parameters of type FormError
 void Entry.setFormError(FormError formError)
          Set the form error associated to the entry
 void IEntry.setFormError(FormError formError)
          Set the form error associated to the entry
 

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

Methods in fr.paris.lutece.plugins.form.utils that return FormError
static FormError JSONUtils.buildFormError(java.lang.String strJson)
          Builds FormError from json string
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.
 

Methods in fr.paris.lutece.plugins.form.utils with parameters of type FormError
static java.lang.String JSONUtils.buildJson(FormError formError)
          Builds json form FormError
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.