Interface TmaCategoryDao
- All Superinterfaces:
de.hybris.platform.category.daos.CategoryDao,de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultTmaCategoryDao
public interface TmaCategoryDao
extends de.hybris.platform.category.daos.CategoryDao
The DAO for the
CategoryModel.- Since:
- 1903
-
Method Summary
Modifier and TypeMethodDescriptionfindAllCategories(Map<String, Object> params) Finds allCategoryModels that belong to the current site.Methods inherited from interface de.hybris.platform.category.daos.CategoryDao
findCategories, findCategoriesByCatalogVersionAndProduct, findCategoriesByCode, findCategoriesByCode, findOrderedRootCategoriesForCatalogVersion, findRootCategories, findRootCategoriesByCatalogVersion
-
Method Details
-
findAllCategories
Finds allCategoryModels that belong to the current site.- Parameters:
params- Used to filter the results.- Returns:
- all found
CategoryModels, or an empty collection if no category can be found
-