Interface CategoryReadServiceInterface
This interface defines methods for retrieving data of a particular category and a collection of specific categories.
category |
System |
---|---|
package |
Category |
subpackage |
Interfaces |
findRewriteUrl(\IdType $categoryId, \IdType $languageId) : null|\UrlRewrite
findUrlRewritesByRewriteUrl(\NonEmptyStringType $rewriteUrl) : \UrlRewriteCollection
getActiveCategoryList(\LanguageCode $languageCode, \IdType|null $parentId = null, \IdType|null $customerStatusLimit = null) : \CategoryListItemCollection
getCategoryById(\IdType $categoryId) : \StoredCategoryInterface
\StoredCategoryInterface
A StoredCategory object, depending on the provided category ID.
getCategoryIdsTree(\IdType $parentCategoryId) : \IdCollection
getCategoryList(\LanguageCode $languageCode, \IdType|null $parentId = null, \IdType|null $customerStatusLimit = null) : \CategoryListItemCollection
getRewriteUrls(\IdType $categoryId) : \UrlRewriteCollection
searchCategories(\LanguageCode $languageCode, \CategorySearchCondition $condition, \Pager $pager) : \CategoryListItemCollection