Package | Description |
---|---|
fr.paris.lutece.plugins.files2docs.business | |
fr.paris.lutece.plugins.files2docs.service |
Modifier and Type | Method and Description |
---|---|
static Attribute |
AttributeHome.findByDocumentAttribute(int nDocumentAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute object filtered by document attribute
|
static Attribute |
AttributeHome.findByPrimaryKey(int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a attribute whose identifier is specified in parameter
|
Attribute |
IAttributeDAO.load(int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute from the table
|
Attribute |
AttributeDAO.load(int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute from the table
|
Attribute |
IAttributeDAO.selectByDocumentAttribute(int nDocumentAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute filtered by document attribute
|
Attribute |
AttributeDAO.selectByDocumentAttribute(int nDocumentAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute filtered by document attribute
|
Modifier and Type | Method and Description |
---|---|
static Collection<Attribute> |
AttributeHome.findByMapping(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute objects filtered by mapping
|
Collection<Attribute> |
IAttributeDAO.selectByMapping(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attributes filtered by mapping
|
Collection<Attribute> |
AttributeDAO.selectByMapping(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attributes filtered by mapping
|
Modifier and Type | Method and Description |
---|---|
static void |
AttributeHome.create(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates an instance of the attribute class
|
void |
IAttributeDAO.insert(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table
|
void |
AttributeDAO.insert(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table
|
void |
IAttributeDAO.store(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table
|
void |
AttributeDAO.store(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table
|
static void |
AttributeHome.update(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the attribute which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
Files2DocsLinkDocument.getAllAttributes(String strDocumentTypeCode,
int nIdMapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the collection of all document attributes that are mandatory or type
file/image.
|
Copyright © 2015 City of Paris. All rights reserved.