Uses of Interface
com.liferay.portal.kernel.search.BooleanClause
Packages that use BooleanClause
Package
Description
-
Uses of BooleanClause in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return BooleanClauseModifier and TypeMethodDescriptionstatic BooleanClause<Query>
static BooleanClause<Query>
BooleanClauseFactory.createFilter
(Filter filter, BooleanClauseOccur booleanClauseOccur) BooleanClauseFactory.createFilter
(String field, String value, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(Filter filter, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(SearchContext searchContext, Filter filter, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(SearchContext searchContext, String field, String value, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(String field, String value, BooleanClauseOccur booleanClauseOccur) SearchContext.getBooleanClauses()
Methods in com.liferay.portal.kernel.search that return types with arguments of type BooleanClauseMethods in com.liferay.portal.kernel.search with parameters of type BooleanClauseModifier and TypeMethodDescriptionvoid
SearchContext.setBooleanClauses
(BooleanClause<Query>[] booleanClauses) -
Uses of BooleanClause in com.liferay.portal.kernel.search.facet
Methods in com.liferay.portal.kernel.search.facet that return BooleanClauseModifier and TypeMethodDescriptionprotected BooleanClause<Query>
BaseFacet.doGetFacetClause()
Deprecated.protected abstract BooleanClause<Filter>
BaseFacet.doGetFacetFilterBooleanClause()
protected BooleanClause<Filter>
ModifiedFacet.doGetFacetFilterBooleanClause()
Deprecated.protected BooleanClause<Filter>
MultiValueFacet.doGetFacetFilterBooleanClause()
protected BooleanClause<Filter>
RangeFacet.doGetFacetFilterBooleanClause()
protected BooleanClause<Filter>
ScopeFacet.doGetFacetFilterBooleanClause()
Deprecated.protected BooleanClause<Filter>
SimpleFacet.doGetFacetFilterBooleanClause()
BaseFacet.getFacetClause()
Deprecated.As of Wilberforce (7.0.x), replaced byBaseFacet.getFacetFilterBooleanClause()
Facet.getFacetClause()
Deprecated.As of Wilberforce (7.0.x), replaced byFacet.getFacetFilterBooleanClause()
BaseFacet.getFacetFilterBooleanClause()
Facet.getFacetFilterBooleanClause()
-
Uses of BooleanClause in com.liferay.portal.kernel.search.filter
Methods in com.liferay.portal.kernel.search.filter that return types with arguments of type BooleanClauseModifier and TypeMethodDescriptionBooleanFilter.getMustBooleanClauses()
BooleanFilter.getMustNotBooleanClauses()
BooleanFilter.getShouldBooleanClauses()
Method parameters in com.liferay.portal.kernel.search.filter with type arguments of type BooleanClauseModifier and TypeMethodDescriptionprotected String
BooleanFilter.getBooleanClauseString
(List<BooleanClause<Filter>> booleanClauses) -
Uses of BooleanClause in com.liferay.portal.kernel.search.generic
Classes in com.liferay.portal.kernel.search.generic that implement BooleanClauseMethods in com.liferay.portal.kernel.search.generic that return BooleanClauseModifier and TypeMethodDescriptionBooleanClauseFactoryImpl.createFilter
(Filter filter, BooleanClauseOccur booleanClauseOccur) BooleanClauseFactoryImpl.createFilter
(String field, String value, BooleanClauseOccur booleanClauseOccur) Methods in com.liferay.portal.kernel.search.generic that return types with arguments of type BooleanClause
BaseFacet.doGetFacetFilterBooleanClause()