Uses of Class
de.hybris.platform.adaptivesearchbackoffice.data.AsCategoryData
-
-
Uses of AsCategoryData in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return types with arguments of type AsCategoryData Modifier and Type Method Description java.util.List<AsCategoryData>AsCategoryData. getChildren()Method parameters in de.hybris.platform.adaptivesearchbackoffice.data with type arguments of type AsCategoryData Modifier and Type Method Description voidAsCategoryData. setChildren(java.util.List<AsCategoryData> children) -
Uses of AsCategoryData in de.hybris.platform.adaptivesearchbackoffice.facades
Methods in de.hybris.platform.adaptivesearchbackoffice.facades that return AsCategoryData Modifier and Type Method Description AsCategoryDataAsCategoryFacade. getCategoryHierarchy()Returns the category hierarchy when no catalog version is available.AsCategoryDataAsCategoryFacade. getCategoryHierarchy(java.lang.String catalogId, java.lang.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 AsCategoryData Modifier and Type Method Description java.util.List<AsCategoryData>AsCategoryFacade. buildCategoryBreadcrumbs(java.lang.String catalogId, java.lang.String catalogVersionName, java.util.List<java.lang.String> categoryPath)Returns breadcrumbs for the category path sent.java.util.List<AsCategoryData>AsCategoryFacade. buildCategoryBreadcrumbs(java.util.List<java.lang.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 AsCategoryData Modifier and Type Method Description protected AsCategoryDataDefaultAsCategoryFacade. createCategory(CategoryModel categoryModel)protected AsCategoryDataDefaultAsCategoryFacade. createGlobalCategory()AsCategoryDataDefaultAsCategoryFacade. getCategoryHierarchy()AsCategoryDataDefaultAsCategoryFacade. getCategoryHierarchy(java.lang.String catalogId, java.lang.String catalogVersionName)Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl that return types with arguments of type AsCategoryData Modifier and Type Method Description java.util.List<AsCategoryData>DefaultAsCategoryFacade. buildCategoryBreadcrumbs(java.lang.String catalogId, java.lang.String catalogVersionName, java.util.List<java.lang.String> categoryPath)java.util.List<AsCategoryData>DefaultAsCategoryFacade. buildCategoryBreadcrumbs(java.util.List<java.lang.String> categoryPath)Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl with parameters of type AsCategoryData Modifier and Type Method Description protected voidDefaultAsCategoryFacade. populateCategoryHierarchy(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 AsCategoryData Modifier and Type Method Description protected java.util.Set<java.lang.String>CategorySelectorController. populateCategoriesTreeNode(org.zkoss.zul.TreeNode<CategoryModel> parentNode, AsCategoryData category, java.util.Set<java.lang.String> qualifiers)
-