Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.AsCategoryData
Packages that use AsCategoryData
Package
Description
-
Uses of AsCategoryData in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return types with arguments of type AsCategoryDataMethod parameters in de.hybris.platform.adaptivesearchbackoffice.data with type arguments of type AsCategoryData -
Uses of AsCategoryData in de.hybris.platform.adaptivesearchbackoffice.facades
Methods in de.hybris.platform.adaptivesearchbackoffice.facades that return AsCategoryDataModifier and TypeMethodDescriptionAsCategoryFacade.getCategoryHierarchy()Returns the category hierarchy when no catalog version is available.AsCategoryFacade.getCategoryHierarchy(String catalogId, String catalogVersionName) Returns the category hierarchy for a given catalog version.Methods in de.hybris.platform.adaptivesearchbackoffice.facades that return types with arguments of type AsCategoryDataModifier and TypeMethodDescriptionAsCategoryFacade.buildCategoryBreadcrumbs(String catalogId, String catalogVersionName, List<String> categoryPath) Returns breadcrumbs for the category path sent.AsCategoryFacade.buildCategoryBreadcrumbs(List<String> categoryPath) Returns breadcrumbs for the category path sent. -
Uses of AsCategoryData in de.hybris.platform.adaptivesearchbackoffice.facades.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl that return AsCategoryDataModifier and TypeMethodDescriptionprotected AsCategoryDataDefaultAsCategoryFacade.createCategory(CategoryModel categoryModel) protected AsCategoryDataDefaultAsCategoryFacade.createGlobalCategory()protected AsCategoryDataDefaultAsCategoryFacade.createRangeCategory(int rangeStart, int rangeEnd) DefaultAsCategoryFacade.getCategoryHierarchy()DefaultAsCategoryFacade.getCategoryHierarchy(String catalogId, String catalogVersionName) Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl that return types with arguments of type AsCategoryDataModifier and TypeMethodDescriptionDefaultAsCategoryFacade.buildCategoryBreadcrumbs(String catalogId, String catalogVersionName, List<String> categoryPath) DefaultAsCategoryFacade.buildCategoryBreadcrumbs(List<String> categoryPath) Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl with parameters of type AsCategoryDataModifier and TypeMethodDescriptionprotected voidDefaultAsCategoryFacade.populateCategoryHierarchy(Map<PK, List<CategoryModel>> categoryRelations, AsCategoryData parentCategoryData, CategoryModel category) -
Uses of AsCategoryData in de.hybris.platform.adaptivesearchbackoffice.widgets.categoryselector
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.categoryselector with parameters of type AsCategoryDataModifier and TypeMethodDescriptionCategorySelectorController.populateCategoriesTreeNode(org.zkoss.zul.TreeNode<CategoryModel> parentNode, AsCategoryData category, Set<String> qualifiers)