Interface SearchQueryCurrencyResolver
-
- All Known Implementing Classes:
DefaultSearchQueryCurrencyResolver
public interface SearchQueryCurrencyResolverImplementations of this interface should provide the CurrencyModel based on the FacetSearchConfig and/or IndexedType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencyModelresolveCurrency(FacetSearchConfig facetSearchConfig, IndexedType indexedType)Method to resolve the currency
-
-
-
Method Detail
-
resolveCurrency
CurrencyModel resolveCurrency(FacetSearchConfig facetSearchConfig, IndexedType indexedType)
Method to resolve the currency- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
- the resolved currency
-
-