Interface AsCategoryDao

All Known Implementing Classes:
DefaultAsCategoryDao

public interface AsCategoryDao
The CategoryModel DAO.
  • Method Details

    • findCategoriesByCatalogVersion

      List<CategoryModel> findCategoriesByCatalogVersion(CatalogVersionModel catalogVersion)
      Finds the categories for a specific catalog version.
      Parameters:
      catalogVersion - - the catalog version
      Returns:
      the categories
    • findCategoryRelationsByCatalogVersion

      List<List<PK>> findCategoryRelationsByCatalogVersion(CatalogVersionModel catalogVersion)
      Finds the categories for a specific catalog version.
      Parameters:
      catalogVersion - - the catalog version
      Returns:
      the categories