Uses of Interface
org.opencms.jsp.search.result.I_CmsSearchStateParameters
Packages that use I_CmsSearchStateParameters
Package
Description
API classes for the result of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchStateParameters in org.opencms.jsp.search.result
Classes in org.opencms.jsp.search.result that implement I_CmsSearchStateParametersModifier and TypeClassDescriptionclassState parameter wrapper that allows to manipulate the request parameters representing the state of the current search.Methods in org.opencms.jsp.search.result that return I_CmsSearchStateParametersModifier and TypeMethodDescriptionCmsSearchResultWrapper.getEmptyStateParameters()I_CmsSearchResultWrapper.getEmptyStateParameters()Returns the empty search state parameters.CmsSearchStateParameters.getResetAllFacetStates()I_CmsSearchStateParameters.getResetAllFacetStates()Returns the search state parameters with all filter queries for facets removed.I_CmsSearchResultWrapper.getStateParameters()Returns the current search state parameters.Methods in org.opencms.jsp.search.result that return types with arguments of type I_CmsSearchStateParametersModifier and TypeMethodDescriptionCmsSearchStateParameters.getAddIgnoreFacetLimit()I_CmsSearchStateParameters.getAddIgnoreFacetLimit()Returns the search state parameters with the parameter for ignoring a facet's (specified by first key) limit added.CmsSearchStateParameters.getCheckFacetItem()I_CmsSearchStateParameters.getCheckFacetItem()Returns the search state parameters with the filter query for facets (specified by first key) item (specified by the second key) added.CmsSearchStateParameters.getNewQuery()I_CmsSearchStateParameters.getNewQuery()Returns the search state parameters with the Query parameter's value adjusted to the key of the map.CmsSearchStateParameters.getRemoveIgnoreFacetLimit()I_CmsSearchStateParameters.getRemoveIgnoreFacetLimit()Returns the search state parameters with the parameter for ignoring a facet's (specified by first key) limit removed.CmsSearchStateParameters.getResetFacetState()I_CmsSearchStateParameters.getResetFacetState()Returns the search state parameters with all filter queries for the facet specified as key removed.CmsSearchStateParameters.getSetAdditionalParam()I_CmsSearchStateParameters.getSetAdditionalParam()Returns the search state parameters with the additional parameter (specified by first key) set to the value (specified by the second key).CmsSearchStateParameters.getSetPage()I_CmsSearchStateParameters.getSetPage()Returns the search state parameters with the value for the current page's parameter replaced by the key.CmsSearchStateParameters.getSetSortOption()I_CmsSearchStateParameters.getSetSortOption()Returns the search state parameters with the value for the sort parameter replaced by the key.CmsSearchStateParameters.getUncheckFacetItem()I_CmsSearchStateParameters.getUncheckFacetItem()Returns the search state parameters with the filter query for facets (specified by first key) item (specified by the second key) removed.CmsSearchStateParameters.getUnsetAdditionalParam()I_CmsSearchStateParameters.getUnsetAdditionalParam()Returns the search state parameters with the additional parameter (specified by the key) removed.