|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DocumentAttribute in fr.paris.lutece.plugins.document.business |
---|
Methods in fr.paris.lutece.plugins.document.business that return DocumentAttribute | |
---|---|
DocumentAttribute |
Document.getAttribute(java.lang.String strAttributeCode)
Returns a document attribute by its code |
Methods in fr.paris.lutece.plugins.document.business that return types with arguments of type DocumentAttribute | |
---|---|
java.util.List<DocumentAttribute> |
DocumentType.getAttributes()
Gets attributes list for the document type |
java.util.List<DocumentAttribute> |
Document.getAttributes()
Returns attributes List |
Methods in fr.paris.lutece.plugins.document.business with parameters of type DocumentAttribute | |
---|---|
void |
DocumentType.addAttribute(DocumentAttribute documentAttribute)
Add a document attribute to this type of document |
Method parameters in fr.paris.lutece.plugins.document.business with type arguments of type DocumentAttribute | |
---|---|
void |
Document.setAttributes(java.util.List<DocumentAttribute> listAttributes)
Set the document attributes list |
Uses of DocumentAttribute in fr.paris.lutece.plugins.document.business.attributes |
---|
Methods in fr.paris.lutece.plugins.document.business.attributes that return DocumentAttribute | |
---|---|
static DocumentAttribute |
DocumentAttributeHome.create(DocumentAttribute documentAttribute)
Creation of an instance of documentAttribute |
static DocumentAttribute |
DocumentAttributeHome.findByPrimaryKey(int nKey)
Returns an instance of a documentAttribute whose identifier is specified in parameter |
DocumentAttribute |
DocumentAttributeDAO.load(int nAttributeId)
Load the data of DocumentAttribute from the table |
DocumentAttribute |
IDocumentAttributeDAO.load(int nAttributeId)
Load the data of DocumentAttribute from the table |
static DocumentAttribute |
DocumentAttributeHome.update(DocumentAttribute documentAttribute)
Update of the documentAttribute which is specified in parameter |
Methods in fr.paris.lutece.plugins.document.business.attributes with parameters of type DocumentAttribute | |
---|---|
static DocumentAttribute |
DocumentAttributeHome.create(DocumentAttribute documentAttribute)
Creation of an instance of documentAttribute |
void |
DocumentAttributeDAO.insert(DocumentAttribute documentAttribute)
Insert a new record in the table. |
void |
IDocumentAttributeDAO.insert(DocumentAttribute documentAttribute)
Insert a new record in the table. |
void |
DocumentAttributeDAO.store(DocumentAttribute documentAttribute)
Update the record in the table |
void |
IDocumentAttributeDAO.store(DocumentAttribute documentAttribute)
Update the record in the table |
static DocumentAttribute |
DocumentAttributeHome.update(DocumentAttribute documentAttribute)
Update of the documentAttribute which is specified in parameter |
Uses of DocumentAttribute in fr.paris.lutece.plugins.document.service |
---|
Methods in fr.paris.lutece.plugins.document.service with parameters of type DocumentAttribute | |
---|---|
java.lang.String |
AttributeManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the docuemnt XML content |
java.lang.String |
AttributeManager.getCreateFormHtml(DocumentAttribute attribute,
java.util.Locale locale,
java.lang.String strBaseUrl)
Gets the part of an HTML form to enter attribute data |
java.lang.String |
AttributeManager.getModifyFormHtml(DocumentAttribute attribute,
Document document,
java.util.Locale locale,
java.lang.String strBaseUrl)
Gets the part of an HTML form to modify attribute data |
Uses of DocumentAttribute in fr.paris.lutece.plugins.document.service.attributes |
---|
Methods in fr.paris.lutece.plugins.document.service.attributes with parameters of type DocumentAttribute | |
---|---|
java.lang.String |
InternalLinkManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the document XML content |
java.lang.String |
RichTextManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the document XML content |
java.lang.String |
FileManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the document XML content |
java.lang.String |
DefaultManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the document XML content |
java.lang.String |
UrlManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the document XML content |
java.lang.String |
DefaultManager.getCreateFormHtml(DocumentAttribute attribute,
java.util.Locale locale,
java.lang.String strBaseUrl)
Gets the part of an HTML form to enter attribute data |
java.lang.String |
DefaultManager.getModifyFormHtml(DocumentAttribute attribute,
Document document,
java.util.Locale locale,
java.lang.String strBaseUrl)
Gets the part of an HTML form to modify attribute data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |