Interface SearchQueryCatalogVersionsResolver
- All Known Implementing Classes:
DefaultSearchQueryCatalogVersionsResolver
public interface SearchQueryCatalogVersionsResolver
Implementations of this interface should provide a list of CatalogVersionModel based on FacetSearchConfig and/or IndexedType
-
Method Summary
Modifier and TypeMethodDescriptionresolveCatalogVersions(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Method to resolve the catalog versions
-
Method Details
-
resolveCatalogVersions
List<CatalogVersionModel> resolveCatalogVersions(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Method to resolve the catalog versions- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
- the resolved catalog versions
-