public interface CategoriesReader
| Modifier and Type | Method and Description |
|---|---|
CategoryData |
findCategoriesForCatalog(String catalogId,
String catalogVersionName,
Integer level,
boolean shouldHaveProducts,
Set<String> localizations) |
CategoryData |
findCategoriesForCatalog(String catalogId,
String catalogVersionName,
String[] rootCategories,
Integer level,
boolean shouldHaveProducts,
Set<String> localizations) |
CategoryData |
findCategoriesForCategory(String catalogId,
String catalogVersionName,
String rootCategory,
Integer level) |
Collection<CategoryModel> |
getRootCategories(CatalogVersionModel catalogVersionModel) |
Collection<CategoryModel> |
getRootCategories(String catalogId,
String catalogVersionName) |
CategoryData findCategoriesForCatalog(String catalogId, String catalogVersionName, Integer level, boolean shouldHaveProducts, Set<String> localizations)
catalogId - product catalog to get categories fromcatalogVersionName - product catalog's versionlevel - level of subcategoriesCategoryData findCategoriesForCatalog(String catalogId, String catalogVersionName, String[] rootCategories, Integer level, boolean shouldHaveProducts, Set<String> localizations)
catalogId - product catalog to get categories fromcatalogVersionName - product catalog's versionrootCategories - root categories used in navigationlevel - level of subcategoriesCategoryData findCategoriesForCategory(String catalogId, String catalogVersionName, String rootCategory, Integer level)
catalogId - product catalog to get categories fromcatalogVersionName - product catalog's versionrootCategory - root category codelevel - level of subcategoriesCollection<CategoryModel> getRootCategories(CatalogVersionModel catalogVersionModel)
catalogVersionModel - Collection<CategoryModel> getRootCategories(String catalogId, String catalogVersionName)
catalogId - catalogVersionName - Copyright © 2017 SAP SE. All Rights Reserved.