|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in fr.paris.lutece.plugins.document.business |
---|
Methods in fr.paris.lutece.plugins.document.business that return Document | |
---|---|
static Document |
DocumentHome.create(Document document)
Creation of an instance of document |
static Document |
DocumentHome.findByPrimaryKey(int nKey)
Returns an instance of a document whose identifier is specified in parameter |
Document |
IDocumentDAO.load(int nDocumentId)
Load the data of Document from the table |
Document |
DocumentDAO.load(int nDocumentId)
Load the data of Document from the table |
static Document |
DocumentHome.update(Document document,
boolean bUpdateContent)
Update of the document which is specified in parameter |
Methods in fr.paris.lutece.plugins.document.business that return types with arguments of type Document | |
---|---|
static java.util.List<Document> |
DocumentHome.findAll()
|
static java.util.List<Document> |
DocumentHome.findByFilter(DocumentFilter filter,
java.util.Locale locale)
Returns a collection of documents objects |
java.util.List<Document> |
IDocumentDAO.selectAll()
Gets all documents |
java.util.List<Document> |
DocumentDAO.selectAll()
Gets all documents |
java.util.List<Document> |
IDocumentDAO.selectByFilter(DocumentFilter filter)
Load the list of documents |
java.util.List<Document> |
DocumentDAO.selectByFilter(DocumentFilter filter)
Load the list of documents |
Methods in fr.paris.lutece.plugins.document.business with parameters of type Document | |
---|---|
static Document |
DocumentHome.create(Document document)
Creation of an instance of document |
void |
IDocumentDAO.insert(Document document)
Insert a new record in the table. |
void |
DocumentDAO.insert(Document document)
Insert a new record in the table. |
void |
IDocumentDAO.store(Document document,
boolean bUpdateContent)
Update the record in the table |
void |
DocumentDAO.store(Document document,
boolean bUpdateContent)
Update the record in the table |
static Document |
DocumentHome.update(Document document,
boolean bUpdateContent)
Update of the document which is specified in parameter |
Uses of Document in fr.paris.lutece.plugins.document.business.portlet |
---|
Methods in fr.paris.lutece.plugins.document.business.portlet that return types with arguments of type Document | |
---|---|
static java.util.Collection<Document> |
DocumentListPortletHome.findByPortlet(int nPortletId)
Returns a Collection of Documents objects from a portlet identifier |
static java.util.Collection<Document> |
DocumentListPortletHome.findDocumentsByPortlet(int nPortletId)
Returns a Collection of Documents objects from a portlet identifier |
java.util.Collection<Document> |
IDocumentListPortletDAO.selectByPortlet(int nPortletId)
Returns all the documents of a portlet whose identifier is specified |
java.util.Collection<Document> |
DocumentListPortletDAO.selectByPortlet(int nPortletId)
Returns all the documents of a portlet whose identifier is specified |
java.util.Collection<Document> |
IDocumentListPortletDAO.selectDocumentsByPortlet(int nPortletId)
Returns all the documents of a portlet whose identifier is specified |
java.util.Collection<Document> |
DocumentListPortletDAO.selectDocumentsByPortlet(int nPortletId)
Returns all the documents of a portlet whose identifier is specified |
Uses of Document in fr.paris.lutece.plugins.document.business.rules |
---|
Methods in fr.paris.lutece.plugins.document.business.rules with parameters of type Document | |
---|---|
void |
Rule.apply(Document document,
fr.paris.lutece.portal.business.user.AdminUser user)
Execute the rule |
Uses of Document in fr.paris.lutece.plugins.document.business.workflow |
---|
Methods in fr.paris.lutece.plugins.document.business.workflow with parameters of type Document | |
---|---|
static java.util.List<DocumentAction> |
DocumentActionHome.getActionsList(Document document,
java.util.Locale locale)
Returns the list of allowed actions for the current document |
java.util.List<DocumentAction> |
IDocumentActionDAO.selectActions(Document document)
Load the list of actions for a document |
java.util.List<DocumentAction> |
DocumentActionDAO.selectActions(Document document)
Load the list of actions for a document |
Uses of Document in fr.paris.lutece.plugins.document.modules.rulemovespace.business |
---|
Methods in fr.paris.lutece.plugins.document.modules.rulemovespace.business with parameters of type Document | |
---|---|
void |
MoveSpaceRule.apply(Document document,
fr.paris.lutece.portal.business.user.AdminUser user)
Method invoked by the RuleEngine |
Uses of Document in fr.paris.lutece.plugins.document.modules.rulenotifyusers.business |
---|
Methods in fr.paris.lutece.plugins.document.modules.rulenotifyusers.business with parameters of type Document | |
---|---|
void |
NotifyUsersRule.apply(Document document,
fr.paris.lutece.portal.business.user.AdminUser user)
Apply the rule if conditions are met by the document and the user |
Uses of Document in fr.paris.lutece.plugins.document.service |
---|
Methods in fr.paris.lutece.plugins.document.service that return Document | |
---|---|
Document |
DocumentEvent.getDocument()
Returns the Document |
Methods in fr.paris.lutece.plugins.document.service with parameters of type Document | |
---|---|
void |
DocumentService.changeDocumentState(Document document,
fr.paris.lutece.portal.business.user.AdminUser user,
int nStateId)
Change the state of the document |
void |
DocumentService.createDocument(Document document,
fr.paris.lutece.portal.business.user.AdminUser user)
Create a new document |
void |
DocumentService.getActions(Document document,
java.util.Locale locale,
fr.paris.lutece.portal.business.user.AdminUser user)
Add to the document all permitted actions according to the current user and using the current locale |
java.lang.String |
AttributeManager.getAttributeXmlValue(Document document,
DocumentAttribute attribute)
Get the XML data corresponding to the attribute to build the docuemnt XML content |
void |
DocumentService.modifyDocument(Document document,
fr.paris.lutece.portal.business.user.AdminUser user)
Modify a the content of a document |
void |
DocumentService.moveDocument(Document document,
fr.paris.lutece.portal.business.user.AdminUser user,
int nNewSpace)
Move a document from a space to another |
void |
DocumentService.validateDocument(Document document,
fr.paris.lutece.portal.business.user.AdminUser user,
int nStateId)
Validate a document |
Constructors in fr.paris.lutece.plugins.document.service with parameters of type Document | |
---|---|
DocumentEvent(Document document,
fr.paris.lutece.portal.business.user.AdminUser user,
int nType)
Creates a new instance of DocumentEvent |
Uses of Document in fr.paris.lutece.plugins.document.service.attributes |
---|
Methods in fr.paris.lutece.plugins.document.service.attributes with parameters of type Document | |
---|---|
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 |
Uses of Document in fr.paris.lutece.plugins.document.service.docsearch |
---|
Method parameters in fr.paris.lutece.plugins.document.service.docsearch with type arguments of type Document | |
---|---|
java.util.List<org.apache.lucene.document.Document> |
IDocSearchIndexer.getDocuments(java.util.List<Document> listDocuments)
|
java.util.List<org.apache.lucene.document.Document> |
DefaultDocSearchIndexer.getDocuments(java.util.List<Document> listDocuments)
Build Lucene docs to index |
Uses of Document in fr.paris.lutece.plugins.document.service.search |
---|
Methods in fr.paris.lutece.plugins.document.service.search with parameters of type Document | |
---|---|
static org.apache.lucene.document.Document |
DocumentIndexer.getDocument(Document document,
java.lang.String strUrl)
Builds a document which will be used by Lucene during the indexing of the pages of the site with the following fields : summary, uid, url, contents, title and description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |