public class DefaultSearchQueryCatalogVersionsResolver extends java.lang.Object implements SearchQueryCatalogVersionsResolver
| Constructor and Description |
|---|
DefaultSearchQueryCatalogVersionsResolver() |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionService |
getCatalogVersionService() |
java.util.List<CatalogVersionModel> |
resolveCatalogVersions(FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Method to resolve the catalog versions
|
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
public DefaultSearchQueryCatalogVersionsResolver()
public java.util.List<CatalogVersionModel> resolveCatalogVersions(FacetSearchConfig facetSearchConfig, IndexedType indexedType)
SearchQueryCatalogVersionsResolverresolveCatalogVersions in interface SearchQueryCatalogVersionsResolverfacetSearchConfig - - the facet search configurationindexedType - - the indexed typepublic CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
Copyright © 2018 SAP SE. All Rights Reserved.