Interface AsCategoryDao
- All Known Implementing Classes:
DefaultAsCategoryDao
public interface AsCategoryDao
The
CategoryModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionfindCategoriesByCatalogVersion(CatalogVersionModel catalogVersion) Finds the categories for a specific catalog version.findCategoryRelationsByCatalogVersion(CatalogVersionModel catalogVersion) Finds the categories for a specific catalog version.
-
Method Details
-
findCategoriesByCatalogVersion
Finds the categories for a specific catalog version.- Parameters:
catalogVersion- - the catalog version- Returns:
- the categories
-
findCategoryRelationsByCatalogVersion
Finds the categories for a specific catalog version.- Parameters:
catalogVersion- - the catalog version- Returns:
- the categories
-