Class VendorSolrSearchStatePopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.search.solrfacetsearch.converters.populator.SolrSearchStatePopulator
-
- de.hybris.platform.marketplacefacades.search.converters.populators.VendorSolrSearchStatePopulator
-
- All Implemented Interfaces:
Populator<SolrSearchQueryData,SearchStateData>
public class VendorSolrSearchStatePopulator extends SolrSearchStatePopulator
A populator for setting url of facets.
-
-
Constructor Summary
Constructors Constructor Description VendorSolrSearchStatePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommerceCategoryServicegetCommerceCategoryService()protected UrlResolver<CategoryModel>getVendorCategoryUrlResolver()voidpopulate(SolrSearchQueryData source, SearchStateData target)Populate the target instance with values from the source instance.voidsetCommerceCategoryService(CommerceCategoryService commerceCategoryService)voidsetVendorCategoryUrlResolver(UrlResolver<CategoryModel> vendorCategoryUrlResolver)-
Methods inherited from class de.hybris.platform.commercefacades.search.solrfacetsearch.converters.populator.SolrSearchStatePopulator
buildUrlQueryString, getCategoryDataUrlResolver, getCategoryUrl, getSearchPath, getSearchQueryConverter, populateCategorySearchUrl, populateFreeTextSearchUrl, setCategoryDataUrlResolver, setSearchPath, setSearchQueryConverter
-
-
-
-
Method Detail
-
populate
public void populate(SolrSearchQueryData source, SearchStateData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SolrSearchQueryData,SearchStateData>- Overrides:
populatein classSolrSearchStatePopulator- Parameters:
source- the source objecttarget- the target to fill
-
getVendorCategoryUrlResolver
protected UrlResolver<CategoryModel> getVendorCategoryUrlResolver()
-
setVendorCategoryUrlResolver
public void setVendorCategoryUrlResolver(UrlResolver<CategoryModel> vendorCategoryUrlResolver)
-
getCommerceCategoryService
protected CommerceCategoryService getCommerceCategoryService()
-
setCommerceCategoryService
public void setCommerceCategoryService(CommerceCategoryService commerceCategoryService)
-
-