Uses of Interface
de.hybris.platform.cockpit.model.search.Facet
-
-
Uses of Facet in de.hybris.platform.cockpit.model.config
Methods in de.hybris.platform.cockpit.model.config that return Facet Modifier and Type Method Description FacetFacetEntry. getFacet()Methods in de.hybris.platform.cockpit.model.config with parameters of type Facet Modifier and Type Method Description FacetEntrySearchProviderConfiguration. createFacetEntry(int pos, Facet facet)FacetEntrySearchProviderConfiguration. getFacetEntry(Facet facet)Constructors in de.hybris.platform.cockpit.model.config with parameters of type Facet Constructor Description FacetEntry(Facet facet) -
Uses of Facet in de.hybris.platform.cockpit.model.search
Methods in de.hybris.platform.cockpit.model.search that return types with arguments of type Facet Modifier and Type Method Description java.util.Set<Facet>FacetsResult. getFacets()Returns all facets which have been queried.java.util.Set<Facet>SearchType. getFacets()Methods in de.hybris.platform.cockpit.model.search with parameters of type Facet Modifier and Type Method Description java.util.Set<FacetValue>FacetsResult. getValues(Facet facet)Returns the facet values of a specific facet. -
Uses of Facet in de.hybris.platform.cockpit.model.search.impl
Methods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type Facet Modifier and Type Method Description java.util.Set<Facet>DefaultFacets. getFacets()java.util.Set<Facet>DefaultSearchType. getFacets()java.util.Set<Facet>ItemSearchType. getFacets()Methods in de.hybris.platform.cockpit.model.search.impl with parameters of type Facet Modifier and Type Method Description java.util.Set<FacetValue>DefaultFacets. getValues(Facet facet)Method parameters in de.hybris.platform.cockpit.model.search.impl with type arguments of type Facet Modifier and Type Method Description voidDefaultSearchType. setFacets(java.util.Set<Facet> facets)voidItemSearchType. setFacets(java.util.Set<Facet> facets) -
Uses of Facet in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl that return types with arguments of type Facet Modifier and Type Method Description java.util.Set<Facet>AbstractSearchProvider. getAllSupportedFacets()Returns all supported facets.java.util.Set<Facet>AbstractSearchProvider. getAllSupportedFacets(java.util.Collection<SearchType> rootTypes)Returns all supported facets for a given set of root types.Method parameters in de.hybris.platform.cockpit.services.search.impl with type arguments of type Facet Modifier and Type Method Description abstract FacetsResultAbstractSearchProvider. queryFacets(ExtendedSearchResult result, java.util.Set<Facet> facets)Performs a facet query upon a existing search result.FacetsResultGenericQuerySearchProvider. queryFacets(ExtendedSearchResult result, java.util.Set<Facet> facets)
-