Interface SearchQueryCatalogVersionsResolver
-
- All Known Implementing Classes:
DefaultSearchQueryCatalogVersionsResolver
public interface SearchQueryCatalogVersionsResolverImplementations of this interface should provide a list of CatalogVersionModel based on FacetSearchConfig and/or IndexedType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CatalogVersionModel>resolveCatalogVersions(FacetSearchConfig facetSearchConfig, IndexedType indexedType)Method to resolve the catalog versions
-
-
-
Method Detail
-
resolveCatalogVersions
java.util.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
-
-