Liferay 7.0-ce-m6

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

Packages that use Document
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.dummy   
com.liferay.portal.kernel.search.highlight   
com.liferay.portal.kernel.search.suggest   
com.liferay.portal.plugin   
com.liferay.portal.search   
com.liferay.portal.search.test   
com.liferay.portlet.asset.util   
com.liferay.portlet.blogs.util   
com.liferay.portlet.calendar.util   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.expando.util   
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.exportimport.util   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.softwarecatalog.util   
com.liferay.portlet.trash.util   
com.liferay.portlet.usergroupsadmin.util   
com.liferay.portlet.usersadmin.util   
 

Uses of Document in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type Document
 void BaseActionableDynamicQuery.addDocument(Document document)
           
 void ActionableDynamicQuery.addDocument(Document document)
           
 

Method parameters in com.liferay.portal.kernel.dao.orm with type arguments of type Document
protected  void BaseActionableDynamicQuery.addDocuments(Collection<Document> documents)
           
 

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 Hits.doc(int n)
           
 Document HitsImpl.doc(int n)
           
protected abstract  Document BaseIndexer.doGetDocument(Object obj)
           
protected  Document BaseSearcher.doGetDocument(Object obj)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel)
           
 Document[] Hits.getDocs()
           
 Document[] HitsImpl.getDocs()
           
 Document BaseIndexer.getDocument(Object obj)
           
 Document Indexer.getDocument(Object obj)
           
protected  Document BaseIndexer.newDocument()
           
 

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

Methods in com.liferay.portal.kernel.search with parameters of type Document
protected  void BaseIndexer.addAssetFields(Document document, String className, long classPK)
           
 void IndexWriter.addDocument(SearchContext searchContext, Document document)
           
 void IndexWriterProxyBean.addDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.addDocument(String searchEngineId, long companyId, Document document)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.addDocument(String, long, Document, boolean)
static void SearchEngineUtil.addDocument(String searchEngineId, long companyId, Document document, boolean commitImmediately)
           
 void SearchPermissionChecker.addPermissionFields(long companyId, Document doc)
           
 void BaseRelatedEntryIndexer.addRelatedEntryFields(Document document, Object obj)
           
 void RelatedEntryIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  void BaseSearchResultManager.addRelatedModel(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  void BaseIndexer.addSearchAssetCategoryTitles(Document document, String field, List<AssetCategory> assetCategories)
           
protected  void BaseIndexer.addStagingGroupKeyword(Document document, long groupId)
           
protected  void BaseIndexer.addTrashFields(Document document, TrashedModel trashedModel)
           
 int DocumentComparator.compare(Document doc1, Document doc2)
           
 SearchResult SearchResultManager.createSearchResult(Document document)
           
 SearchResult BaseSearchResultManager.createSearchResult(Document document)
           
static SearchResult SearchResultManagerUtil.createSearchResult(Document document)
           
protected  Summary BaseIndexer.createSummary(Document document)
           
protected  Summary BaseIndexer.createSummary(Document document, String titleField, String contentField)
           
protected abstract  Summary BaseIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary BaseSearcher.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
static String SearchEngineUtil.getSearchEngineId(Document document)
           
protected  Locale BaseIndexer.getSnippetLocale(Document document, Locale locale)
           
 Summary BaseIndexer.getSummary(Document document, Locale locale, String snippet)
          Deprecated. As of 7.0.0, replaced by BaseIndexer.getSummary(Document, String, PortletRequest, PortletResponse)
 Summary Indexer.getSummary(Document document, Locale locale, String snippet)
          Deprecated. As of 7.0.0, replaced by Indexer.getSummary(Document, String, PortletRequest, PortletResponse)
protected static Summary BaseSearchResultManager.getSummary(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary BaseIndexer.getSummary(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary Indexer.getSummary(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 Summary HitsOpenSearchImpl.getSummary(Indexer indexer, Document document, Locale locale, String snippet)
           
protected  String HitsOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
 void IndexWriter.partiallyUpdateDocument(SearchContext searchContext, Document document)
           
 void IndexWriterProxyBean.partiallyUpdateDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.partiallyUpdateDocument(String searchEngineId, long companyId, Document document, boolean commitImmediately)
           
protected  void BaseIndexer.populateAddresses(Document document, List<Address> addresses, long regionId, long countryId)
           
protected  void BaseIndexSearcher.populateUID(Document document, QueryConfig queryConfig)
           
 void IndexerPostProcessor.postProcessDocument(Document document, Object obj)
           
 void BaseIndexerPostProcessor.postProcessDocument(Document document, Object obj)
           
 void IndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet)
           
 void BaseIndexerPostProcessor.postProcessSummary(Summary summary, Document document, Locale locale, String snippet)
           
 void Hits.setDocs(Document[] docs)
           
 void HitsImpl.setDocs(Document[] docs)
           
 void IndexWriter.updateDocument(SearchContext searchContext, Document document)
           
 void IndexWriterProxyBean.updateDocument(SearchContext searchContext, Document document)
           
static void SearchEngineUtil.updateDocument(String searchEngineId, long companyId, Document document)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.updateDocument(String, long, Document, boolean)
static void SearchEngineUtil.updateDocument(String searchEngineId, long companyId, Document document, boolean commitImmediately)
           
 void SearchResultManager.updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
 void BaseSearchResultManager.updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
static void SearchResultManagerUtil.updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

Method parameters in com.liferay.portal.kernel.search with type arguments of type Document
 void IndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriterProxyBean.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.addDocuments(String searchEngineId, long companyId, Collection<Document> documents)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.addDocuments(String, long, Collection, boolean)
static void SearchEngineUtil.addDocuments(String searchEngineId, long companyId, Collection<Document> documents, boolean commitImmediately)
           
protected  void BaseSearchResultPermissionFilter.collectHits(Hits hits, List<Document> documents, List<Float> scores, int count)
           
static String SearchEngineUtil.getSearchEngineId(Collection<Document> documents)
           
 void IndexWriter.partiallyUpdateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriterProxyBean.partiallyUpdateDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.partiallyUpdateDocuments(String searchEngineId, long companyId, Collection<Document> documents, boolean commitImmediately)
           
 void IndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void IndexWriterProxyBean.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
static void SearchEngineUtil.updateDocuments(String searchEngineId, long companyId, Collection<Document> documents)
          Deprecated. As of 7.0.0, replaced by SearchEngineUtil.updateDocuments(String, long, Collection, boolean)
static void SearchEngineUtil.updateDocuments(String searchEngineId, long companyId, Collection<Document> documents, boolean commitImmediately)
           
protected  void BaseSearchResultPermissionFilter.updateHits(Hits hits, List<Document> documents, List<Float> scores, int start, int end, int size, long startTime)
           
 

Constructors in com.liferay.portal.kernel.search with parameters of type Document
DocumentHelper(Document document)
           
 

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

Methods in com.liferay.portal.kernel.search.dummy that return Document
 Document DummyIndexer.getDocument(Object obj)
           
 

Methods in com.liferay.portal.kernel.search.dummy with parameters of type Document
 void DummyIndexWriter.addDocument(SearchContext searchContext, Document document)
           
 Summary DummyIndexer.getSummary(Document document, Locale locale, String snippet)
          Deprecated. As of 7.0.0, replaced by DummyIndexer.getSummary(Document, String, PortletRequest, PortletResponse)
 Summary DummyIndexer.getSummary(Document document, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 void DummyIndexWriter.partiallyUpdateDocument(SearchContext searchContext, Document document)
           
 void DummyIndexWriter.updateDocument(SearchContext searchContext, Document document)
           
 

Method parameters in com.liferay.portal.kernel.search.dummy with type arguments of type Document
 void DummyIndexWriter.addDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void DummyIndexWriter.partiallyUpdateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 void DummyIndexWriter.updateDocuments(SearchContext searchContext, Collection<Document> documents)
           
 

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

Methods in com.liferay.portal.kernel.search.highlight with parameters of type Document
static void HighlightUtil.addSnippet(Document document, Set<String> queryTerms, String snippet, String snippetFieldName)
           
 

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

Methods in com.liferay.portal.kernel.search.suggest that return Document
protected  Document BaseGenericSpellCheckIndexWriter.createDocument()
           
protected  Document BaseGenericSpellCheckIndexWriter.createDocument(long companyId, long groupId, String languageId, String keywords, float weight, String keywordFieldName, String typeFieldValue, int maxNGramLength)
           
 

Methods in com.liferay.portal.kernel.search.suggest with parameters of type Document
protected abstract  void BaseGenericSpellCheckIndexWriter.addDocument(String documentType, SearchContext searchContext, Document document)
           
protected  void BaseGenericSpellCheckIndexWriter.addNGramFields(Document document, Map<String,String> nGrams)
           
 void BaseGenericSpellCheckIndexWriter.setDocumentPrototype(Document documentPrototype)
           
 

Method parameters in com.liferay.portal.kernel.search.suggest with type arguments of type Document
protected abstract  void BaseGenericSpellCheckIndexWriter.addDocuments(String documentType, SearchContext searchContext, 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
protected  Summary PluginPackageIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

Uses of Document in com.liferay.portal.search
 

Methods in com.liferay.portal.search with parameters of type Document
 void SearchPermissionCheckerImpl.addPermissionFields(long companyId, Document document)
           
 SearchResult SearchResultManagerImpl.createSearchResult(Document document)
           
protected  void SearchPermissionCheckerImpl.doAddPermissionFields_6(long companyId, long groupId, String className, String classPK, Document doc)
           
 void SearchResultManagerImpl.updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

Methods in com.liferay.portal.search.test that return Document
static Document SearchTestUtil.createAttachmentDocument(String entryClassName)
           
static Document SearchTestUtil.createAttachmentDocument(String entryClassName, long entryClassPK)
           
static Document SearchTestUtil.createDocument(String entryClassName)
           
static Document SearchTestUtil.createDocument(String entryClassName, long entryClassPK)
           
 

Methods in com.liferay.portal.search.test with parameters of type Document
protected  SearchResult BaseSearchResultUtilTestCase.assertOneSearchResult(Document document)
           
static List<SearchResult> SearchTestUtil.getSearchResults(Document... documents)
           
 

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

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

Methods in com.liferay.portlet.asset.util with parameters of type Document
protected  Summary AssetVocabularyIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary AssetCategoryIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary AssetIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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
protected  Summary BlogsIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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
protected  Summary CalIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type Document
protected  void DLFileEntryIndexer.addFileEntryTypeAttributes(Document document, DLFileVersion dlFileVersion)
           
 void DLFileEntryIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  Summary DLFileEntryIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary DLFolderIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type Document
 void DDMIndexer.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
static void DDMIndexerUtil.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 void DDMIndexerImpl.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 

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)
           
 void ExpandoBridgeIndexer.addAttributes(Document document, ExpandoBridge expandoBridge)
           
static void ExpandoBridgeIndexerUtil.addAttributes(Document doc, ExpandoBridge expandoBridge)
           
 void ExpandoBridgeIndexerImpl.addAttributes(Document document, ExpandoBridge expandoBridge)
           
protected  void ExpandoBridgeIndexerImpl.doAddAttributes(Document document, ExpandoBridge expandoBridge)
           
 

Uses of Document in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar that return Document
protected  Document PortletDataContextIndexer.doGetDocument(Object obj)
           
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type Document
protected  Summary PortletDataContextIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

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

Methods in com.liferay.portlet.exportimport.util with parameters of type Document
protected  Summary ExportImportConfigurationIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  void ExportImportConfigurationIndexer.populateDates(Document document, Map<String,Serializable> settingsMap)
           
protected  void ExportImportConfigurationIndexer.populateLayoutIds(Document document, Map<String,Serializable> settingsMap)
           
protected  void ExportImportConfigurationIndexer.populateLocale(Document document, Map<String,Serializable> settingsMap)
           
protected  void ExportImportConfigurationIndexer.populateParameterMap(Document document, Map<String,Serializable> settingsMap)
           
protected  void ExportImportConfigurationIndexer.populateSiteInformation(Document document, Map<String,Serializable> settingsMap)
           
protected  void ExportImportConfigurationIndexer.populateTimeZone(Document document, Map<String,Serializable> settingsMap)
           
 

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

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

Methods in com.liferay.portlet.messageboards.util with parameters of type Document
 void MBMessageIndexer.addRelatedEntryFields(Document document, Object obj)
           
protected  Summary MBThreadIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary MBMessageIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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
protected  Summary SCIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

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

Methods in com.liferay.portlet.trash.util with parameters of type Document
protected  Summary TrashIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

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

Methods in com.liferay.portlet.usergroupsadmin.util with parameters of type Document
protected  Summary UserGroupIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
 

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

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

Methods in com.liferay.portlet.usersadmin.util with parameters of type Document
protected  Summary UserIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary OrganizationIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  Summary ContactIndexer.doGetSummary(Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
static long UserIndexer.getUserId(Document document)
           
 


Liferay 7.0-ce-m6