Class MarketplaceSearchSolrQueryPopulator
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SearchSolrQueryPopulator
-
- de.hybris.platform.marketplaceservices.catalog.impl.MarketplaceSearchSolrQueryPopulator
-
- All Implemented Interfaces:
Populator
public class MarketplaceSearchSolrQueryPopulator extends SearchSolrQueryPopulator
Override implementation of get session product catalogVersions inSearchSolrQueryPopulator
-
-
Constructor Summary
Constructors Constructor Description MarketplaceSearchSolrQueryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<CatalogVersionModel>getSessionProductCatalogVersions()Get all the session catalog versions that belong to product catalogs of the current site.protected VendorServicegetVendorService()voidsetVendorService(VendorService vendorService)-
Methods inherited from class de.hybris.platform.commerceservices.search.solrfacetsearch.populators.SearchSolrQueryPopulator
createSearchQuery, createSearchQueryForLegacyMode, getBaseSiteService, getBaseStoreService, getCatalogVersionService, getCommonI18NService, getFacetSearchConfig, getFacetSearchConfigService, getFacetSearchService, getIndexedType, getSearchQueryTemplateNameResolver, getSessionProductCatalogVersion, getSolrFacetSearchConfigSelectionStrategy, populate, setBaseSiteService, setBaseStoreService, setCatalogVersionService, setCommonI18NService, setFacetSearchConfigService, setFacetSearchService, setSearchQueryTemplateNameResolver, setSolrFacetSearchConfigSelectionStrategy
-
-
-
-
Method Detail
-
getSessionProductCatalogVersions
protected java.util.Collection<CatalogVersionModel> getSessionProductCatalogVersions()
Description copied from class:SearchSolrQueryPopulatorGet all the session catalog versions that belong to product catalogs of the current site.- Overrides:
getSessionProductCatalogVersionsin classSearchSolrQueryPopulator- Returns:
- the list of session catalog versions
-
getVendorService
protected VendorService getVendorService()
-
setVendorService
public void setVendorService(VendorService vendorService)
-
-