Interface AsCategoryService
-
- All Known Implementing Classes:
DefaultAsCategoryService
public interface AsCategoryServiceService that provides category related functionality that is required by adaptive search.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CategoryModel>getAllCategoriesForCatalogVersion(CatalogVersionModel catalogVersion)Returns all categories belonging to the specified catalog version.java.util.List<java.util.List<PK>>getAllCategoryRelationsForCatalogVersion(CatalogVersionModel catalogVersion)Returns all category relations belonging to the specified catalog version.
-
-
-
Method Detail
-
getAllCategoriesForCatalogVersion
java.util.List<CategoryModel> getAllCategoriesForCatalogVersion(CatalogVersionModel catalogVersion)
Returns all categories belonging to the specified catalog version.- Parameters:
catalogVersion- the catalog version- Returns:
- all categories belonging to the specified catalog version
-
getAllCategoryRelationsForCatalogVersion
java.util.List<java.util.List<PK>> getAllCategoryRelationsForCatalogVersion(CatalogVersionModel catalogVersion)
Returns all category relations belonging to the specified catalog version.- Parameters:
catalogVersion- the catalog version- Returns:
- all category relations belonging to the specified catalog version
-
-