Interface I_CmsSearchStateParameters

    • Method Detail

      • getAddIgnoreFacetLimit

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetAddIgnoreFacetLimit()
        Returns the search state parameters with the parameter for ignoring a facet's (specified by first key) limit added.
        Returns:
        The search state parameters with the parameter for ignoring a facet's (specified by first key) limit added.
      • getCheckFacetItem

        java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​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.
        Returns:
        The search state parameters with the filter query for facets (specified by first key) item (specified by the second key) added.
      • getNewQuery

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetNewQuery()
        Returns the search state parameters with the Query parameter's value adjusted to the key of the map.
        Returns:
        The search state parameters with the Query parameter's value adjusted to the key of the map.
      • getRemoveIgnoreFacetLimit

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetRemoveIgnoreFacetLimit()
        Returns the search state parameters with the parameter for ignoring a facet's (specified by first key) limit removed.
        Returns:
        The search state parameters with the parameter for ignoring a facet's (specified by first key) limit removed.
      • getResetFacetState

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetResetFacetState()
        Returns the search state parameters with all filter queries for the facet specified as key removed.
        Returns:
        The search state parameters with all filter queries for the facet specified as key removed.
      • getSetAdditionalParam

        java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​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).
        Returns:
        The search state parameters with the additional parameter (specified by first key) set to the value (specified by the second key).
      • getSetPage

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetSetPage()
        Returns the search state parameters with the value for the current page's parameter replaced by the key.
        Returns:
        The search state parameters with the value for the current page's parameter replaced by the key.
      • getSetSortOption

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetSetSortOption()
        Returns the search state parameters with the value for the sort parameter replaced by the key.
        Returns:
        The search state parameters with the value for the sort parameter replaced by the key.
      • getUncheckFacetItem

        java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​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.
        Returns:
        The search state parameters with the filter query for facets (specified by first key) item (specified by the second key) removed.
      • getUnsetAdditionalParam

        java.util.Map<java.lang.String,​I_CmsSearchStateParametersgetUnsetAdditionalParam()
        Returns the search state parameters with the additional parameter (specified by the key) removed.
        Returns:
        The search state parameters with the additional parameter (specified by the key) removed.