Uses of Class
fr.paris.lutece.plugins.document.business.Document

Packages that use Document
fr.paris.lutece.plugins.document.business   
fr.paris.lutece.plugins.document.business.workflow   
fr.paris.lutece.plugins.document.service   
fr.paris.lutece.plugins.document.service.attributes   
fr.paris.lutece.plugins.document.service.publishing   
fr.paris.lutece.plugins.document.service.search   
 

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
static Document DocumentHome.findByPrimaryKeyWithoutBinaries(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
 Document IDocumentDAO.loadWithoutBinaries(int nDocumentId)
          Returns an instance of a document whose identifier is specified in parameter
 Document DocumentDAO.loadWithoutBinaries(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
static java.util.List<Document> DocumentHome.findByRelatedCategories(Document document, java.util.Locale locale)
          Returns a collection of documents objects If more than one category is specified on filter, the result will corresponding to the document wich matched with one category at least.
static java.util.List<Document> DocumentHome.findBySpaceKey(int nSpaceId)
          Returns documents by space id
 java.util.List<Document> IDocumentDAO.loadFromSpaceId(int nSpaceId)
          Returns documents by space id
 java.util.List<Document> DocumentDAO.loadFromSpaceId(int nSpaceId)
          Load from space id.
 java.util.List<Document> IDocumentDAO.selectAll()
          Gets all documents
 java.util.List<Document> DocumentDAO.selectAll()
          Deprecated.  
 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
 java.util.List<Document> IDocumentDAO.selectByRelatedCategories(Document document)
          Load the list of published documents in relation with categories of specified document
 java.util.List<Document> DocumentDAO.selectByRelatedCategories(Document document)
          Load the list of documents in relation with categories of specified document
 

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
static java.util.List<Document> DocumentHome.findByRelatedCategories(Document document, java.util.Locale locale)
          Returns a collection of documents objects If more than one category is specified on filter, the result will corresponding to the document wich matched with one category at least.
 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.loadAttributes(Document document)
          Load document attributes
static void DocumentHome.loadAttributes(Document document)
          Load document attributes
 void DocumentDAO.loadAttributes(Document document)
          Load the attributes of Document from the table
 void DocumentDAO.loadAttributesWithoutBinaries(Document document)
          Load the attributes of Document from the table
 java.util.List<Document> IDocumentDAO.selectByRelatedCategories(Document document)
          Load the list of published documents in relation with categories of specified document
 java.util.List<Document> DocumentDAO.selectByRelatedCategories(Document document)
          Load the list of documents in relation with categories of specified document
 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.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.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.archiveDocument(Document document, fr.paris.lutece.portal.business.user.AdminUser user, int nStateId)
          Archive a 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
 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
 void DocumentService.getPublishedStatus(Document document)
           
 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 UrlManager.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 InternalLinkManager.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 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
 

Uses of Document in fr.paris.lutece.plugins.document.service.publishing
 

Methods in fr.paris.lutece.plugins.document.service.publishing that return types with arguments of type Document
 java.util.Collection<Document> PublishingService.getAssignedDocumentsByPortletId(int nPortletId)
          Returns a Collection of Document objects from a Portlet identifier Document can be assigned or published.
 java.util.Collection<Document> PublishingService.getPublishedDocumentsByPortletId(int nPortletId)
          Loads the list of the documents whose type is the same as the one specified in parameter Return published documents from a specified portlet
 java.util.Collection<Document> PublishingService.getPublishedDocumentsSinceDate(java.util.Date datePublishing, DocumentFilter documentFilter, java.util.Locale locale)
          Loads the list of the documents whose filter and date publication is specified Return published documents since the publication date.
 

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, java.lang.String strRole)
          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.
 



Copyright © 2009 Mairie de Paris. All Rights Reserved.