Interface TmaCategoryService
- All Superinterfaces:
de.hybris.platform.category.CategoryService
- All Known Implementing Classes:
DefaultTmaCategoryService
public interface TmaCategoryService
extends de.hybris.platform.category.CategoryService
Provides methods for working with
CategoryModel.- Since:
- 1903
-
Method Summary
Modifier and TypeMethodDescriptiongetAllCategories(Map<String, Object> params) Retrieves all theCategoryModels.Methods inherited from interface de.hybris.platform.category.CategoryService
disableSubcategoryRemovalCheck, enableSubcategoryRemovalCheck, getAllSubcategoriesForCategory, getAllSupercategoriesForCategory, getCategoriesForCode, getCategory, getCategory, getCategoryForCode, getCategoryForCode, getCategoryPathForProduct, getPath, getPathForCategory, getPathsForCategory, getRootCategories, getRootCategoriesForCatalogVersion, isEmpty, isRoot, isSetAllowedPrincipalsRecursivelyDisabled, isSubcategoryRemovalCheckDisabled, setAllowedPrincipalsForAllRelatedCategories, setAllowedPrincipalsForCategory
-
Method Details
-
getAllCategories
Retrieves all theCategoryModels.- Parameters:
params- Used to filter the results.- Returns:
- all found
CategoryModels or an empty collection if no categories can be found
-