Modifier and Type | Class and Description |
---|---|
class |
MandatoryError
Error that indicates that a mandatory field has not been set
|
Modifier and Type | Method and Description |
---|---|
GenericAttributeError |
Entry.getError()
Get the error associated to the entry
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.setError(GenericAttributeError error)
Set the error associated to the entry
|
Modifier and Type | Method and Description |
---|---|
GenericAttributeError |
EntryTypeService.canUploadFiles(Entry entry,
List<org.apache.commons.fileupload.FileItem> listUploadedFileItems,
List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload,
Locale locale)
Check if the file can be uploaded or not.
|
GenericAttributeError |
AbstractEntryTypeUpload.canUploadFiles(Entry entry,
List<org.apache.commons.fileupload.FileItem> listUploadedFileItems,
List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload,
Locale locale)
Check if the file can be uploaded or not.
|
GenericAttributeError |
AbstractEntryTypeImage.canUploadFiles(Entry entry,
List<org.apache.commons.fileupload.FileItem> listUploadedFileItems,
List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload,
Locale locale)
Check if the file can be uploaded or not.
|
GenericAttributeError |
IEntryTypeService.canUploadFiles(Entry entry,
List<org.apache.commons.fileupload.FileItem> listUploadedFileItems,
List<org.apache.commons.fileupload.FileItem> listFileItemsToUpload,
Locale locale)
Check if the file can be uploaded or not.
|
protected GenericAttributeError |
AbstractEntryTypeUpload.checkResponseData(Entry entry,
List<org.apache.commons.fileupload.FileItem> listFilesSource,
Locale locale,
javax.servlet.http.HttpServletRequest request)
Check the record field data
|
protected GenericAttributeError |
AbstractEntryTypeImage.checkResponseData(Entry entry,
List<org.apache.commons.fileupload.FileItem> listFilesSource,
Locale locale,
javax.servlet.http.HttpServletRequest request)
Check the record field data
|
GenericAttributeError |
AbstractEntryTypeUpload.doCheckforImages(org.apache.commons.fileupload.FileItem fileItem,
Entry entry,
Locale locale)
Do check that an uploaded file is an image
|
GenericAttributeError |
AbstractEntryTypeImage.doCheckforImages(org.apache.commons.fileupload.FileItem fileItem,
Entry entry,
Locale locale)
Do check that an uploaded file is an image
|
GenericAttributeError |
AbstractEntryTypeCamera.doCheckforImages(String imageSource,
Entry entry,
Locale locale)
Do check that an uploaded source is an image
|
GenericAttributeError |
AbstractEntryTypeCamera.doCheckSize(BufferedImage image,
Entry entry,
Locale locale)
Do check the size of image
|
GenericAttributeError |
EntryTypeService.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeTextArea.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeCheckBox.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeSession.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeArray.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeDate.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeGeolocation.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeImage.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Get the URL to download a file of a response throw the image servlet.
|
GenericAttributeError |
AbstractEntryTypeCamera.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Get the URL to download a file of a response throw the image servlet.
|
GenericAttributeError |
AbstractEntryTypeText.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeNumbering.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeSelectSQL.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeFile.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeRadioButton.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeSelect.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
IEntryTypeService.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
GenericAttributeError |
AbstractEntryTypeMyLuteceUser.getResponseData(Entry entry,
javax.servlet.http.HttpServletRequest request,
List<Response> listResponse,
Locale locale)
Generate the list of responses associated with the given entry from the request, and saved it into the Entry object.
|
Modifier and Type | Method and Description |
---|---|
static GenericAttributeError |
JSONUtils.buildFormError(String strJson)
Builds
GenericAttributeError from json string |
Modifier and Type | Method and Description |
---|---|
static String |
JSONUtils.buildJson(GenericAttributeError formError)
Builds json form
GenericAttributeError |
Copyright © 2018 City of Paris. All rights reserved.