Liferay 6.0.5

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

Packages that use BooleanQuery
com.liferay.portal.kernel.search   
com.liferay.portal.plugin   
com.liferay.portal.search   
com.liferay.portal.search.generic   
com.liferay.portal.search.lucene   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.enterpriseadmin.util   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.softwarecatalog.util   
 

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

Classes in com.liferay.portal.kernel.search that implement BooleanQuery
 class BaseBooleanQueryImpl
           
 

Methods in com.liferay.portal.kernel.search that return BooleanQuery
static BooleanQuery BooleanQueryFactoryUtil.create()
           
 BooleanQuery BooleanQueryFactory.create()
           
protected  BooleanQuery BaseIndexer.createFullQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type BooleanQuery
protected  void BaseIndexer.addSearchAssetCategoryIds(BooleanQuery contextQuery, SearchContext searchContext)
           
protected  void BaseIndexer.addSearchAssetTagNames(BooleanQuery contextQuery, SearchContext searchContext)
           
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  BooleanQuery BaseIndexer.createFullQuery(BooleanQuery contextQuery, 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)
           
 

Uses of BooleanQuery in com.liferay.portal.plugin
 

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

Uses of BooleanQuery in com.liferay.portal.search
 

Methods in com.liferay.portal.search with parameters of type BooleanQuery
protected  void SearchPermissionCheckerImpl.addRequiredMemberRole(Group group, BooleanQuery permissionQuery)
           
 

Uses of BooleanQuery in com.liferay.portal.search.generic
 

Classes in com.liferay.portal.search.generic that implement BooleanQuery
 class BooleanQueryImpl
           
 

Methods in com.liferay.portal.search.generic that return BooleanQuery
 BooleanQuery BooleanQueryFactoryImpl.create()
           
 

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

Methods in com.liferay.portal.search.lucene that return BooleanQuery
 BooleanQuery BooleanQueryFactoryImpl.create()
           
 

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

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

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

Methods in com.liferay.portlet.enterpriseadmin.util with parameters of type BooleanQuery
protected  void UserIndexer.addContextQueryParams(BooleanQuery contextQuery, String key, Object value)
           
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 BooleanQuery in com.liferay.portlet.messageboards.util
 

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

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

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


Liferay 6.0.5