public interface FacetValueDisplayNameProvider
FacetDisplayNameProvider interface can be associated with an
IndexedProperty and is then used to resolve a display name for a specific facet value.
The FacetDisplayNameProvider interface is deprecated in favour of this interface, however implementers of this interface
must also implement the FacetDisplayNameProvider interface otherwise they cannot be associated with the IndexedProperty.
Where a bean implements both this interface and the FacetDisplayNameProvider interface then this interface will be called
in preference.
Implementers should typically extend the AbstractFacetValueDisplayNameProvider class.| Modifier and Type | Method and Description |
|---|---|
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, IndexedProperty property, java.lang.String facetValue)
query - The search queryproperty - The indexed property (i.e. the facet)facetValue - The facet valueCopyright © 2018 SAP SE. All Rights Reserved.