Class DefaultSearchQueryCurrencyResolver
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.DefaultSearchQueryCurrencyResolver
-
- All Implemented Interfaces:
SearchQueryCurrencyResolver
public class DefaultSearchQueryCurrencyResolver extends java.lang.Object implements SearchQueryCurrencyResolver
Default implementation of the interface
-
-
Constructor Summary
Constructors Constructor Description DefaultSearchQueryCurrencyResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonI18NServicegetCommonI18NService()UserServicegetUserService()CurrencyModelresolveCurrency(FacetSearchConfig facetSearchConfig, IndexedType indexedType)Method to resolve the currencyvoidsetCommonI18NService(CommonI18NService commonI18NService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
resolveCurrency
public CurrencyModel resolveCurrency(FacetSearchConfig facetSearchConfig, IndexedType indexedType)
Description copied from interface:SearchQueryCurrencyResolverMethod to resolve the currency- Specified by:
resolveCurrencyin interfaceSearchQueryCurrencyResolver- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
- the resolved currency
-
getCommonI18NService
public CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
getUserService
public UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-