- getAllAttributes(String, int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Get the collection of all document attributes that are mandatory or type file/image.
- getAttributeParametersValues(int, Locale) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets parameters values
- getAttributeTypeParameterList(String, Locale) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets attribute type parameters list
- getConfirmRemoveMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
-
Returns the confirmation to remove the mapping
- getCreateDocuments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
-
Gets the create document(s) form(s) page
- getCreateMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
-
Gets the mapping creation page
- getDescription() - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Returns the mapping description
- getDocumentAttributeById(int) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Returns an instance of a documentAttribute whose identifier is specified in parameter
- getDocumentAttributeId() - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Returns the document attribute identifier
- getDocumentById(int) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Returns an instance of a document whose identifier is specified in parameter
- getDocumentTypeByCode(String) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Returns an instance of a documentType whose identifier is specified in parameter
- getDocumentTypeCode() - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Returns the document type code
- getDocumentTypeName() - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Returns the document type name
- getFormat() - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Returns the attribute format
- getId() - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Returns the attribute identifier
- getId() - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Returns the mapping identifier
- getImportResult(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
-
Gets the import result page
- getInstance() - Static method in class fr.paris.lutece.plugins.files2docs.service.AutoCleaningService
-
Gets the unique instance of AutoCleaningService
- getInstance() - Static method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets the unique instance of Files2DocsLinkDocument
- getJsonResponse(HttpServletRequest, String, long) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
-
return a JSON report
- getListAttributeTypeFile() - Static method in class fr.paris.lutece.plugins.files2docs.util.Files2DocsUtil
-
Gets document attribute types (codes) with a field of type file
- getListDocumentTypeFile(Collection<String>, boolean) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets the document types filtered by fields of type file
- getListRegularExpressionKeyByIdAttribute(int) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets all regular expression key associated to the attribute
- getManageMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
-
Gets the mapping management page
- getMandatoryAttributeFileImage(String) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Get the mandatory attribute file/image from a given document type
- getMandatoryAttributes(String) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets mandatory attributes for the document type
- getMappingId() - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Returns the mapping identifier
- getModifyAttribute(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
-
Gets the attribute modification page
- getModifyMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
-
Gets the mapping modification page
- getSelectFiles(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
-
Gets the selection of the document type, files and destination space page
- getSpacesBrowser(HttpServletRequest, AdminUser, Locale) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
-
Gets the HTML code to display the spaces browser
- getSummary() - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Returns the summary format
- getTitle() - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Returns the title format
- selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IMappingDAO
-
Loads the data of all the mapping
- selectAll(Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.MappingDAO
-
Loads the data of all the mapping
- selectByDocumentAttribute(int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
-
Loads the data of the attribute filtered by document attribute
- selectByDocumentAttribute(int, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IAttributeDAO
-
Loads the data of the attribute filtered by document attribute
- selectByDocumentTypeCode(String, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IMappingDAO
-
Loads the data of the mapping filtered by document type code
- selectByDocumentTypeCode(String, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.MappingDAO
-
Loads the data of the mapping filtered by document type code
- selectByMapping(int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
-
Loads the data of the attributes filtered by mapping
- selectByMapping(int, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IAttributeDAO
-
Loads the data of the attributes filtered by mapping
- setDescription(String) - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Sets the mapping description
- setDocumentAttributeId(int) - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Sets the document attribute identifier
- setDocumentTypeCode(String) - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Sets the document type code
- setDocumentTypeName(String) - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Sets the document type name
- setFormat(String) - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Sets the attribute format
- setId(int) - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Sets the attribute identifier
- setId(int) - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Sets the mapping identifier
- setMappingId(int) - Method in class fr.paris.lutece.plugins.files2docs.business.Attribute
-
Sets the mapping identifier
- setSummary(String) - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Sets the summary format
- setTitle(String) - Method in class fr.paris.lutece.plugins.files2docs.business.Mapping
-
Sets the title format
- store(Attribute, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
-
Updates the record in the table
- store(Attribute, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IAttributeDAO
-
Updates the record in the table
- store(Mapping, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IMappingDAO
-
Updates the record in the table
- store(Mapping, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.MappingDAO
-
Updates the record in the table