Skip navigation links
A C D F G I L M P R S U 

A

Attribute - Class in fr.paris.lutece.plugins.files2docs.business
This class defines the Files2Docs Attribute business object
Attribute() - Constructor for class fr.paris.lutece.plugins.files2docs.business.Attribute
 
AttributeDAO - Class in fr.paris.lutece.plugins.files2docs.business
This class provides Data Access methods for Attribute objects
AttributeDAO() - Constructor for class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
 
AttributeHome - Class in fr.paris.lutece.plugins.files2docs.business
This class provides instances management methods (create, find, ...) for Attribute objects
AutoCleaningDaemon - Class in fr.paris.lutece.plugins.files2docs.service
AutoCleaning Daemon
AutoCleaningDaemon() - Constructor for class fr.paris.lutece.plugins.files2docs.service.AutoCleaningDaemon
 
AutoCleaningService - Class in fr.paris.lutece.plugins.files2docs.service
AutoCleaning Service

C

CONSTANT_ID_NULL - Static variable in class fr.paris.lutece.plugins.files2docs.util.Files2DocsUtil
 
convertStringToInt(String) - Static method in class fr.paris.lutece.plugins.files2docs.util.Files2DocsUtil
Converts a String value to an int
create(Attribute, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.AttributeHome
Creates an instance of the attribute class
create(Mapping, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.MappingHome
Creates an instance of the mapping class
createDocument(Document, AdminUser) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
Creates a new document

D

delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IMappingDAO
Deletes a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.MappingDAO
Deletes a record from the table
deleteByMapping(int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
Deletes a record from the table
deleteByMapping(int, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IAttributeDAO
Deletes a record from the table
doChangeAttributeFileImage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
Change the assignment for attribute file/image of the document type
doCreateDocuments(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
Performs the fields validation and creates documents
doCreateMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
Performs the creation of the mapping
doCreateSpace(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
Perform the space creation
doModifyAttribute(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
Performs the modification of the attribute
doModifyMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
Performs the modification of the mapping
doRemoveMapping(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
Performs the removal of the mapping
doSelectFiles(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
Performs the selection of the document type and destination space

F

FILES2DOCS_MANAGEMENT - Static variable in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
 
Files2DocsJspBean - Class in fr.paris.lutece.plugins.files2docs.web
Files2Docs JSP Bean class
Files2DocsJspBean() - Constructor for class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
Constructor
Files2DocsLinkDocument - Class in fr.paris.lutece.plugins.files2docs.service
Link class with document services
Files2DocsUtil - Class in fr.paris.lutece.plugins.files2docs.util
Files2Docs Util class
findAllMapping(Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.MappingHome
Loads the data of all the mapping objects
findByDocumentAttribute(int, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.AttributeHome
Loads the data of the attribute object filtered by document attribute
findByDocumentTypeCode(String, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.MappingHome
Loads the data of the mapping object filtered by document type code
findByMapping(int, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.AttributeHome
Loads the data of the attribute objects filtered by mapping
findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.AttributeHome
Returns an instance of a attribute whose identifier is specified in parameter
findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.MappingHome
Returns an instance of a mapping whose identifier is specified in parameter
formatToHtml(String) - Static method in class fr.paris.lutece.plugins.files2docs.util.Files2DocsUtil
Format the given String to HTML : < is replaced by &lt; > is replaced by &gt;
fr.paris.lutece.plugins.files2docs.business - package fr.paris.lutece.plugins.files2docs.business
 
fr.paris.lutece.plugins.files2docs.service - package fr.paris.lutece.plugins.files2docs.service
 
fr.paris.lutece.plugins.files2docs.util - package fr.paris.lutece.plugins.files2docs.util
 
fr.paris.lutece.plugins.files2docs.web - package fr.paris.lutece.plugins.files2docs.web
 

G

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

I

IAttributeDAO - Interface in fr.paris.lutece.plugins.files2docs.business
Files2Docs Attribute interface
IMappingDAO - Interface in fr.paris.lutece.plugins.files2docs.business
Files2Docs Mapping interface
insert(Attribute, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
Inserts a new record in the table
insert(Attribute, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IAttributeDAO
Inserts a new record in the table
insert(Mapping, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IMappingDAO
Inserts a new record in the table
insert(Mapping, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.MappingDAO
Inserts a new record in the table
isAuthorizedAdminDocument(int, String, AdminUser) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
Checks that a given user is allowed to access a document type for a given permission in a document space specified in parameter.
isDocumentAttributeFile(DocumentAttribute) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
Check if the given document attribute is an attribute type file
isDocumentAttributeImage(DocumentAttribute) - Method in class fr.paris.lutece.plugins.files2docs.service.Files2DocsLinkDocument
Check if the given document attribute is an attribute type image

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.AttributeDAO
Loads the data of the attribute from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IAttributeDAO
Loads the data of the attribute from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.files2docs.business.IMappingDAO
Loads the data of the mapping from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.files2docs.business.MappingDAO
Loads the data of the mapping from the table

M

Mapping - Class in fr.paris.lutece.plugins.files2docs.business
This class defines the Files2Docs Mapping business object
Mapping() - Constructor for class fr.paris.lutece.plugins.files2docs.business.Mapping
 
MAPPING_MANAGEMENT - Static variable in class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
 
MappingDAO - Class in fr.paris.lutece.plugins.files2docs.business
This class provides Data Access methods for Mapping objects
MappingDAO() - Constructor for class fr.paris.lutece.plugins.files2docs.business.MappingDAO
 
MappingHome - Class in fr.paris.lutece.plugins.files2docs.business
This class provides instances management methods (create, find, ...) for Mapping objects
MappingJspBean - Class in fr.paris.lutece.plugins.files2docs.web
Files2Docs Mapping JSP Bean class
MappingJspBean() - Constructor for class fr.paris.lutece.plugins.files2docs.web.MappingJspBean
Constructor

P

processAutoCleaning() - Method in class fr.paris.lutece.plugins.files2docs.service.AutoCleaningService
Executes the AutoCleaning process

R

remove(int, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.MappingHome
Removes the mapping whose identifier is specified in parameter
removeByMapping(int, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.AttributeHome
Removes the attribute whose mapping identifier is specified in parameter
run() - Method in class fr.paris.lutece.plugins.files2docs.service.AutoCleaningDaemon
Runs the AutoCleaning process

S

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

U

update(Attribute, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.AttributeHome
Updates the attribute which is specified in parameter
update(Mapping, Plugin) - Static method in class fr.paris.lutece.plugins.files2docs.business.MappingHome
Updates the mapping which is specified in parameter
upload(HttpServletRequest) - Method in class fr.paris.lutece.plugins.files2docs.web.Files2DocsJspBean
Performs the upload of selected files
A C D F G I L M P R S U 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.