Liferay 6.0.5

Uses of Class
com.liferay.portal.kernel.search.SearchContext

Packages that use SearchContext
com.liferay.documentlibrary.util   
com.liferay.portal.kernel.search   
com.liferay.portal.plugin   
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.imagegallery.util   
com.liferay.portlet.journal.util   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.softwarecatalog.util   
com.liferay.portlet.wiki.util   
 

Uses of SearchContext in com.liferay.documentlibrary.util
 

Methods in com.liferay.documentlibrary.util with parameters of type SearchContext
protected  String DLIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portal.kernel.search that return SearchContext
static SearchContext SearchContextFactory.getInstance(javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type SearchContext
protected  void BaseIndexer.addSearchAssetCategoryIds(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchAssetTagNames(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void HitsOpenSearchImpl.addSearchAttributes(long companyId, SearchContext searchContext, String keywords)
           
protected  void BaseIndexer.addSearchCategoryIds(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchFolderIds(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchGroupId(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchKeywords(BooleanQuery searchQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchNodeIds(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchOwnerUserId(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchPortletIds(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void ExpandoIndexer.addSearchQueryParams(BooleanQuery searchQuery, SearchContext searchContext, ExpandoBridge expandoBridge, Set<String> attributeNames, String key, Object value)
           
protected  void BaseIndexer.checkSearchCategoryId(long categoryId, SearchContext searchContext)
           
protected  void BaseIndexer.checkSearchFolderId(long folderId, SearchContext searchContext)
           
protected  void BaseIndexer.checkSearchNodeId(long nodeId, SearchContext searchContext)
           
protected  BooleanQuery BaseIndexer.createFullQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  Hits BaseIndexer.filterSearch(Hits hits, PermissionChecker permissionChecker, SearchContext searchContext)
           
protected  String BaseIndexer.getClassName(SearchContext searchContext)
           
protected abstract  String BaseIndexer.getPortletId(SearchContext searchContext)
           
protected  void BaseIndexer.postProcessContextQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.postProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext)
           
protected  void BaseIndexer.postProcessSearchQuery(BooleanQuery searchQuery, SearchContext searchContext)
           
 Hits Indexer.search(SearchContext searchContext)
           
 Hits BaseIndexer.search(SearchContext searchContext)
           
 

Uses of SearchContext in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin with parameters of type SearchContext
protected  String PluginPackageIndexer.getPortletId(SearchContext searchContext)
           
protected  void PluginPackageIndexer.postProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.assetpublisher.util with parameters of type SearchContext
protected  String AssetIndexer.getPortletId(SearchContext searchContext)
           
protected  void AssetIndexer.postProcessSearchQuery(BooleanQuery searchQuery, SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.blogs.util with parameters of type SearchContext
protected  String BlogsIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.bookmarks.util with parameters of type SearchContext
protected  void BookmarksIndexer.checkSearchFolderId(long folderId, SearchContext searchContext)
           
protected  String BookmarksIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.calendar.util with parameters of type SearchContext
protected  String CalIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.directory.util with parameters of type SearchContext
protected  void DirectoryOpenSearchImpl.addSearchAttributes(long companyId, SearchContext searchContext, String keywords)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type SearchContext
protected  String DLIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.enterpriseadmin.util with parameters of type SearchContext
protected  String UserIndexer.getPortletId(SearchContext searchContext)
           
protected  String OrganizationIndexer.getPortletId(SearchContext searchContext)
           
protected  void UserIndexer.postProcessContextQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void UserIndexer.postProcessSearchQuery(BooleanQuery searchQuery, SearchContext searchContext)
           
protected  void OrganizationIndexer.postProcessSearchQuery(BooleanQuery searchQuery, SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.imagegallery.util with parameters of type SearchContext
protected  void IGIndexer.checkSearchFolderId(long folderId, SearchContext searchContext)
           
protected  String IGIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.journal.util with parameters of type SearchContext
protected  String JournalIndexer.getPortletId(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.messageboards.util with parameters of type SearchContext
protected  String MBIndexer.getPortletId(SearchContext searchContext)
           
protected  void MBIndexer.postProcessContextQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.util with parameters of type SearchContext
protected  String SCIndexer.getPortletId(SearchContext searchContext)
           
protected  void SCIndexer.postProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.wiki.util with parameters of type SearchContext
protected  void WikiIndexer.checkSearchNodeId(long nodeId, SearchContext searchContext)
           
protected  String WikiIndexer.getPortletId(SearchContext searchContext)
           
 


Liferay 6.0.5