Class CustomerCouponFacetDisplayNameProvider
java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractFacetValueDisplayNameProvider
de.hybris.platform.customercouponservices.solrsearch.CustomerCouponFacetDisplayNameProvider
- All Implemented Interfaces:
FacetDisplayNameProvider,FacetValueDisplayNameProvider
Provides a facet name of customer coupon for solr engine
-
Field Summary
Fields inherited from interface de.hybris.platform.solrfacetsearch.provider.FacetDisplayNameProvider
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommerceCommonI18NServiceprotected CouponDaoprotected CustomerCouponDaogetDisplayName(SearchQuery query, IndexedProperty property, String facetValue) Get the display name for a facet value.voidsetCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService) voidsetCouponDao(CouponDao couponDao) voidsetCustomerCouponDao(CustomerCouponDao customerCouponDao) Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractFacetValueDisplayNameProvider
getDisplayName
-
Constructor Details
-
CustomerCouponFacetDisplayNameProvider
public CustomerCouponFacetDisplayNameProvider()
-
-
Method Details
-
getDisplayName
Description copied from class:AbstractFacetValueDisplayNameProviderGet the display name for a facet value.- Specified by:
getDisplayNamein interfaceFacetValueDisplayNameProvider- Specified by:
getDisplayNamein classAbstractFacetValueDisplayNameProvider- Parameters:
query- The search queryproperty- The indexed property (i.e. the facet)facetValue- The facet value- Returns:
- The display name for the specified facet value.
-
getCustomerCouponDao
-
setCustomerCouponDao
-
getCommerceCommonI18NService
-
setCommerceCommonI18NService
-
getCouponDao
-
setCouponDao
-