Package com.hybris.merchandising.service
Interface MerchCatalogService
-
- All Known Implementing Classes:
DefaultMerchCatalogService
public interface MerchCatalogServiceMerchCatalogService is a service for the purpose of making catalog queries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CategoryHierarchy>getCategories(java.lang.String baseSite, java.lang.String catalog, java.lang.String catalogVersion, java.lang.String baseCategoryUrl)getCategories is a method for retrieving the category hierarchy (including subcategories).
-
-
-
Method Detail
-
getCategories
java.util.List<CategoryHierarchy> getCategories(java.lang.String baseSite, java.lang.String catalog, java.lang.String catalogVersion, java.lang.String baseCategoryUrl)
getCategories is a method for retrieving the category hierarchy (including subcategories).- Parameters:
baseSite- the base site we wish to retrieve the category hierarchy for.catalog- the catalog we wish to retrieve the category hierarchy from.catalogVersion- the catalog version we wish to retrieve the category hierarchy for.baseCategoryUrl- the URL we wish to use to access the category from.- Returns:
- a List of
CategoryHierarchyrepresenting the categories.
-
-