Liferay 6.0.5

Uses of Interface
com.liferay.portal.kernel.search.Document

Packages that use Document
com.liferay.documentlibrary.util   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.messaging   
com.liferay.portal.plugin   
com.liferay.portal.search   
com.liferay.portal.search.lucene   
com.liferay.portlet.asset.service.impl   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.blogs.util   
com.liferay.portlet.bookmarks.util   
com.liferay.portlet.calendar.util   
com.liferay.portlet.directory.util   
com.liferay.portlet.documentlibrary.util   
com.liferay.portlet.enterpriseadmin.util   
com.liferay.portlet.expando.util   
com.liferay.portlet.imagegallery.util   
com.liferay.portlet.journal.util   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.softwarecatalog.util   
com.liferay.portlet.wiki.util   
 

Uses of Document in com.liferay.documentlibrary.util
 

Methods in com.liferay.documentlibrary.util that return Document
protected  Document DLIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.documentlibrary.util that return types with arguments of type Document
protected  Collection<Document> AdvancedFileSystemHook.getDocuments(long companyId, String portletId, long groupId, long repositoryId, String fileName)
           
 

Methods in com.liferay.documentlibrary.util with parameters of type Document
 Summary DLIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement Document
 class DocumentImpl
           
 

Methods in com.liferay.portal.kernel.search that return Document
 Document HitsImpl.doc(int n)
           
 Document Hits.doc(int n)
           
protected abstract  Document BaseIndexer.doGetDocument(Object obj)
           
 Document[] HitsImpl.getDocs()
           
 Document[] Hits.getDocs()
           
 Document Indexer.getDocument(Object obj)
           
 Document BaseIndexer.getDocument(Object obj)
           
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type Document
 List<Document> HitsImpl.toList()
           
 List<Document> Hits.toList()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Document
static void SearchEngineUtil.addDocument(long companyId, Document document)
           
 void IndexWriter.addDocument(long companyId, Document document)
           
 void SearchPermissionChecker.addPermissionFields(long companyId, Document doc)
           
 int DocumentComparator.compare(Document doc1, Document doc2)
           
 Summary Indexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 Summary HitsOpenSearchImpl.getSummary(Indexer indexer, Document document, String snippet, PortletURL portletURL)
           
protected  String HitsOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
 void HitsImpl.setDocs(Document[] docs)
           
 void Hits.setDocs(Document[] docs)
           
static void SearchEngineUtil.updateDocument(long companyId, Document document)
           
 void IndexWriter.updateDocument(long companyId, Document document)
           
 

Method parameters in com.liferay.portal.kernel.search with type arguments of type Document
static void SearchEngineUtil.addDocuments(long companyId, Collection<Document> documents)
           
 void IndexWriter.addDocuments(long companyId, Collection<Document> documents)
           
static void SearchEngineUtil.updateDocuments(long companyId, Collection<Document> documents)
           
 void IndexWriter.updateDocuments(long companyId, Collection<Document> documents)
           
 

Uses of Document in com.liferay.portal.kernel.search.messaging
 

Methods in com.liferay.portal.kernel.search.messaging that return Document
 Document SearchRequest.getDocument()
           
 

Methods in com.liferay.portal.kernel.search.messaging that return types with arguments of type Document
 Collection<Document> SearchRequest.getDocuments()
           
 

Methods in com.liferay.portal.kernel.search.messaging with parameters of type Document
static SearchRequest SearchRequest.addDocument(long companyId, Document document)
           
 void SearchRequest.setDocument(Document document)
           
static SearchRequest SearchRequest.updateDocument(long companyId, Document document)
           
 

Method parameters in com.liferay.portal.kernel.search.messaging with type arguments of type Document
static SearchRequest SearchRequest.addDocuments(long companyId, Collection<Document> documents)
           
 void SearchRequest.setDocuments(Collection<Document> documents)
           
static SearchRequest SearchRequest.updateDocuments(long companyId, Collection<Document> documents)
           
 

Uses of Document in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin that return Document
protected  Document PluginPackageIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portal.plugin with parameters of type Document
 Summary PluginPackageIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portal.search
 

Methods in com.liferay.portal.search with parameters of type Document
 void IndexWriterImpl.addDocument(long companyId, Document document)
           
 void SearchPermissionCheckerImpl.addPermissionFields(long companyId, Document doc)
           
protected  void SearchPermissionCheckerImpl.doAddPermissionFields_5(long companyId, long groupId, String className, String classPK, Document doc)
           
protected  void SearchPermissionCheckerImpl.doAddPermissionFields_6(long companyId, long groupId, String className, String classPK, Document doc)
           
protected  String PortalOpenSearchImpl.getJournalURL(ThemeDisplay themeDisplay, long groupId, Document result)
           
 void IndexWriterImpl.updateDocument(long companyId, Document document)
           
 

Method parameters in com.liferay.portal.search with type arguments of type Document
 void IndexWriterImpl.addDocuments(long companyId, Collection<Document> documents)
           
 void IndexWriterImpl.updateDocuments(long companyId, Collection<Document> documents)
           
 

Uses of Document in com.liferay.portal.search.lucene
 

Methods in com.liferay.portal.search.lucene with parameters of type Document
 void LuceneIndexWriterImpl.addDocument(long companyId, Document document)
           
 void LuceneIndexWriterImpl.updateDocument(long companyId, Document document)
           
 

Method parameters in com.liferay.portal.search.lucene with type arguments of type Document
 void LuceneIndexWriterImpl.addDocuments(long companyId, Collection<Document> documents)
           
 void LuceneIndexWriterImpl.updateDocuments(long companyId, Collection<Document> documents)
           
 

Uses of Document in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type Document
protected  AssetEntry AssetEntryLocalServiceImpl.getEntry(Document doc)
           
 

Uses of Document in com.liferay.portlet.assetpublisher.util
 

Methods in com.liferay.portlet.assetpublisher.util that return Document
protected  Document AssetIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.assetpublisher.util with parameters of type Document
 Summary AssetIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.blogs.util
 

Methods in com.liferay.portlet.blogs.util that return Document
protected  Document BlogsIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.blogs.util with parameters of type Document
 Summary BlogsIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.bookmarks.util
 

Methods in com.liferay.portlet.bookmarks.util that return Document
protected  Document BookmarksIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.bookmarks.util with parameters of type Document
 Summary BookmarksIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.calendar.util
 

Methods in com.liferay.portlet.calendar.util that return Document
protected  Document CalIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.calendar.util with parameters of type Document
 Summary CalIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.directory.util
 

Methods in com.liferay.portlet.directory.util with parameters of type Document
 Summary DirectoryOpenSearchImpl.getSummary(Indexer indexer, Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util that return Document
protected  Document DLIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type Document
 Summary DLIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util that return Document
protected  Document UserIndexer.doGetDocument(Object obj)
           
protected  Document OrganizationIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.enterpriseadmin.util with parameters of type Document
 Summary UserIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 Summary OrganizationIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.expando.util
 

Methods in com.liferay.portlet.expando.util with parameters of type Document
protected  void ExpandoBridgeIndexerImpl.addAttribute(Document document, ExpandoColumn expandoColumn, List<ExpandoValue> expandoValues)
           
static void ExpandoBridgeIndexerUtil.addAttributes(Document doc, ExpandoBridge expandoBridge)
           
 void ExpandoBridgeIndexer.addAttributes(Document document, ExpandoBridge expandoBridge)
           
 void ExpandoBridgeIndexerImpl.addAttributes(Document document, ExpandoBridge expandoBridge)
           
protected  void ExpandoBridgeIndexerImpl.doAddAttributes(Document document, ExpandoBridge expandoBridge)
           
 

Uses of Document in com.liferay.portlet.imagegallery.util
 

Methods in com.liferay.portlet.imagegallery.util that return Document
protected  Document IGIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.imagegallery.util with parameters of type Document
 Summary IGIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.journal.util
 

Methods in com.liferay.portlet.journal.util that return Document
protected  Document JournalIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type Document
protected  String JournalIndexer.getIndexableContent(Document document, Element rootElement)
           
protected  String JournalIndexer.getIndexableContent(Document document, String content)
           
 Summary JournalIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
protected  String JournalOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
protected  void JournalIndexer.indexField(Document document, Element element, String elType, String elIndexType)
           
protected  String JournalIndexer.processContent(Document document, String content)
           
 

Uses of Document in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util that return Document
protected  Document MBIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.messageboards.util with parameters of type Document
 Summary MBIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.softwarecatalog.util
 

Methods in com.liferay.portlet.softwarecatalog.util that return Document
protected  Document SCIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.softwarecatalog.util with parameters of type Document
 Summary SCIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 

Uses of Document in com.liferay.portlet.wiki.util
 

Methods in com.liferay.portlet.wiki.util that return Document
protected  Document WikiIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.wiki.util with parameters of type Document
 Summary WikiIndexer.getSummary(Document document, String snippet, PortletURL portletURL)
           
 


Liferay 6.0.5