public class CmsSearchConfigurationFacetQuery extends CmsSearchConfigurationFacet implements I_CmsSearchConfigurationFacetQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
CmsSearchConfigurationFacetQuery.CmsFacetQueryItem
Representation of one query facet item.
|
I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItemI_CmsSearchConfigurationFacet.SortOrderm_ignoreFacetFilters, m_ignoreTags, m_isAndFacet, m_label, m_minCount, m_name, m_preselectionNAME| Constructor and Description |
|---|
CmsSearchConfigurationFacetQuery(java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> queries,
java.lang.String label,
java.lang.Boolean isAndFacet,
java.util.List<java.lang.String> preselection,
java.lang.Boolean ignoreFiltersFromAllFacets)
Constructor for the range facet configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> |
getQueryList()
Returns the list of queries that belong to the facet.
|
getIgnoreAllFacetFilters, getIgnoreMaxParamKey, getIgnoreTags, getIsAndFacet, getLabel, getMinCount, getName, getParamKey, getPreSelection, propagateAllFacetNamesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIgnoreAllFacetFilters, getIgnoreMaxParamKey, getIgnoreTags, getIsAndFacet, getLabel, getMinCount, getName, getParamKey, getPreSelection, propagateAllFacetNamespublic CmsSearchConfigurationFacetQuery(java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> queries, java.lang.String label, java.lang.Boolean isAndFacet, java.util.List<java.lang.String> preselection, java.lang.Boolean ignoreFiltersFromAllFacets)
queries - the queries that can be selected for the facetlabel - the label used to display the facetisAndFacet - true if checked facet entries should all be matched, otherwise only one checked entry must matchpreselection - list of entries that should be checked in advanceignoreFiltersFromAllFacets - A flag, indicating if filters from all facets should be ignored or not.public java.util.List<I_CmsSearchConfigurationFacetQuery.I_CmsFacetQueryItem> getQueryList()
I_CmsSearchConfigurationFacetQuerygetQueryList in interface I_CmsSearchConfigurationFacetQueryI_CmsSearchConfigurationFacetQuery.getQueryList()