public abstract class AbstractFacetValueDisplayNameProvider extends java.lang.Object implements FacetValueDisplayNameProvider, FacetDisplayNameProvider
FacetValueDisplayNameProvider interface.
Implementers of the FacetValueDisplayNameProvider interface should typically extend this class.
This class also implements the deprecated FacetDisplayNameProvider simply as a marker interface
as this is the interface that is bound to the IndexedProperty.LOG| Constructor and Description |
|---|
AbstractFacetValueDisplayNameProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getDisplayName(SearchQuery query,
IndexedProperty property,
java.lang.String facetValue)
Get the display name for a facet value.
|
java.lang.String |
getDisplayName(SearchQuery query,
java.lang.String name)
Get the display name for a facet value.
|
public AbstractFacetValueDisplayNameProvider()
public final java.lang.String getDisplayName(SearchQuery query, java.lang.String name)
FacetDisplayNameProviderFacetValueDisplayNameProvider.getDisplayName(de.hybris.platform.solrfacetsearch.search.SearchQuery, de.hybris.platform.solrfacetsearch.config.IndexedProperty, String)
method instead.getDisplayName in interface FacetDisplayNameProviderquery - The search queryname - The facet valuepublic abstract java.lang.String getDisplayName(SearchQuery query, IndexedProperty property, java.lang.String facetValue)
getDisplayName in interface FacetValueDisplayNameProviderquery - The search queryproperty - The indexed property (i.e. the facet)facetValue - The facet valueCopyright © 2018 SAP SE. All Rights Reserved.