| Modifier and Type | Method and Description |
|---|---|
CategoryData |
CategoriesReader.findCategoriesForCatalog(String catalogId,
String catalogVersionName,
Integer level,
boolean shouldHaveProducts,
Set<String> localizations) |
CategoryData |
CategoriesReader.findCategoriesForCatalog(String catalogId,
String catalogVersionName,
String[] rootCategories,
Integer level,
boolean shouldHaveProducts,
Set<String> localizations) |
CategoryData |
CategoriesReader.findCategoriesForCategory(String catalogId,
String catalogVersionName,
String rootCategory,
Integer level) |
| Modifier and Type | Method and Description |
|---|---|
protected CategoryData |
CategoryConverter.createTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryConverter.populate(CategoryModel source,
CategoryData target) |
protected void |
CategoryConverter.populateBasic(CategoryModel source,
CategoryData target) |
protected void |
CategoryConverter.populateWithSubCategories(CategoryModel source,
CategoryData target,
int subLevel) |
| Modifier and Type | Method and Description |
|---|---|
CategoryData |
CategoryData.getSupercategory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CategoryData> |
CategoryData.getSubcategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryData.setSupercategory(CategoryData supercategory) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryData.setSubcategories(Collection<CategoryData> subcategories) |
| Modifier and Type | Method and Description |
|---|---|
CategoryData |
DefaultCategoriesReader.findCategoriesForCatalog(String catalogId,
String catalogVersionName,
Integer level,
boolean shouldHaveProducts,
Set<String> localizations) |
CategoryData |
DefaultCategoriesReader.findCategoriesForCatalog(String catalogId,
String catalogVersionName,
String[] rootCategoryCodes,
Integer level,
boolean shouldHaveProducts,
Set<String> localizations) |
protected CategoryData |
DefaultCategoriesReader.findCategoriesForCategory(CategoryModel category,
Integer level) |
CategoryData |
DefaultCategoriesReader.findCategoriesForCategory(String catalogId,
String catalogVersionName,
String rootCategory,
Integer level) |
| Modifier and Type | Method and Description |
|---|---|
protected LinkComponentData |
NavigationBarGeneratorImpl.createLinkComponent(CategoryData category,
NavigationDataHolder dataHolder) |
protected NavigationBarComponentData |
NavigationBarGeneratorImpl.createNaviBar(CategoryData category,
NavigationDataHolder dataHolder)
Only for main categories
|
protected NavigationNodeData |
NavigationBarGeneratorImpl.createNavigationNode(NavigationDataHolder dataHolder,
String prefixUid,
String prefixRef,
String suffix,
CategoryData category,
boolean addTitles) |
protected NavigationNodeData |
NavigationBarGeneratorImpl.createNaviNode_old(CategoryData category,
NavigationDataHolder dataHolder)
Deprecated.
|
protected NavigationNodeData |
NavigationBarGeneratorImpl.createNaviNode(CategoryData category,
NavigationDataHolder dataHolder) |
protected void |
NavigationBarGeneratorImpl.recursiveTransform(CategoryData currentCategory,
CategoryData rootCategory,
NavigationDataHolder dataHolder) |
protected void |
NavigationBarGeneratorImpl.retrieveLanguagesFromCategory(CategoryData category,
NavigationDataHolder dataHolder) |
protected NavigationDataHolder |
NavigationBarGeneratorImpl.transformCategoryData(CategoryData rootCategory) |
Copyright © 2017 SAP SE. All Rights Reserved.