Interface AsCategoryService

  • All Known Implementing Classes:
    DefaultAsCategoryService

    public interface AsCategoryService
    Service that provides category related functionality that is required by adaptive search.
    • 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