Interface I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem

All Known Implementing Classes:
CmsSearchConfigurationFacetQuery.CmsFacetQueryItem
Enclosing interface:
I_CmsSearchConfigurationFacetQuery

The interface of a single query facet item.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the label of the item, useful to show it.
    Returns the query of the item.
  • Method Details

    • getLabel

      Returns the label of the item, useful to show it.
      Returns:
      the label of the item.
    • getQuery

      Returns the query of the item.
      Returns:
      the query of the item.