Uses of Interface
de.hybris.platform.cockpit.model.search.Facet
Packages that use Facet
Package
Description
-
Uses of Facet in de.hybris.platform.cockpit.model.config
Methods in de.hybris.platform.cockpit.model.config that return FacetMethods in de.hybris.platform.cockpit.model.config with parameters of type FacetModifier and TypeMethodDescriptionSearchProviderConfiguration.createFacetEntry(int pos, Facet facet) SearchProviderConfiguration.getFacetEntry(Facet facet) Constructors in de.hybris.platform.cockpit.model.config with parameters of type 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 FacetModifier and TypeMethodDescriptionFacetsResult.getFacets()Returns all facets which have been queried.SearchType.getFacets()Methods in de.hybris.platform.cockpit.model.search with parameters of type FacetModifier and TypeMethodDescriptionReturns 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 FacetModifier and TypeMethodDescriptionDefaultFacets.getFacets()DefaultSearchType.getFacets()ItemSearchType.getFacets()Methods in de.hybris.platform.cockpit.model.search.impl with parameters of type FacetMethod parameters in de.hybris.platform.cockpit.model.search.impl with type arguments of type Facet -
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 FacetModifier and TypeMethodDescriptionAbstractSearchProvider.getAllSupportedFacets()Returns all supported facets.AbstractSearchProvider.getAllSupportedFacets(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 FacetModifier and TypeMethodDescriptionabstract FacetsResultAbstractSearchProvider.queryFacets(ExtendedSearchResult result, Set<Facet> facets) Performs a facet query upon a existing search result.GenericQuerySearchProvider.queryFacets(ExtendedSearchResult result, Set<Facet> facets)