Interface SnAsCategoryPathResolver
- All Known Implementing Classes:
DefaultSnAsCategoryPathResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Implementations of this interface should build the category path.
-
Method Summary
Modifier and TypeMethodDescriptionresolveCategoryPath(SnSearchContext searchContext, List<CatalogVersionModel> catalogVersions) Resolves the category path.
-
Method Details
-
resolveCategoryPath
List<CategoryModel> resolveCategoryPath(SnSearchContext searchContext, List<CatalogVersionModel> catalogVersions) Resolves the category path.- Parameters:
searchContext- - the search contextcatalogVersions- - the catalog versions- Returns:
- the category path
-