|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
fr.paris.lutece.plugins.files2docs.business | |
fr.paris.lutece.plugins.files2docs.service |
Uses of Attribute in fr.paris.lutece.plugins.files2docs.business |
---|
Methods in fr.paris.lutece.plugins.files2docs.business that return Attribute | |
---|---|
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 |
AttributeDAO.load(int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute from the table |
Attribute |
IAttributeDAO.load(int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute from the table |
Attribute |
AttributeDAO.selectByDocumentAttribute(int nDocumentAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute filtered by document attribute |
Attribute |
IAttributeDAO.selectByDocumentAttribute(int nDocumentAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute filtered by document attribute |
Methods in fr.paris.lutece.plugins.files2docs.business that return types with arguments of type Attribute | |
---|---|
static java.util.Collection<Attribute> |
AttributeHome.findByMapping(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attribute objects filtered by mapping |
java.util.Collection<Attribute> |
AttributeDAO.selectByMapping(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attributes filtered by mapping |
java.util.Collection<Attribute> |
IAttributeDAO.selectByMapping(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the attributes filtered by mapping |
Methods in fr.paris.lutece.plugins.files2docs.business with parameters of type Attribute | |
---|---|
static void |
AttributeHome.create(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates an instance of the attribute class |
void |
AttributeDAO.insert(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table |
void |
IAttributeDAO.insert(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table |
void |
AttributeDAO.store(Attribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table |
void |
IAttributeDAO.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 |
Uses of Attribute in fr.paris.lutece.plugins.files2docs.service |
---|
Methods in fr.paris.lutece.plugins.files2docs.service that return types with arguments of type Attribute | |
---|---|
java.util.List<Attribute> |
Files2DocsLinkDocument.getAllAttributes(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |