Documentation

CategoryRepositoryReaderInterface

Interface CategoryRepositoryReaderInterface

This interface defines methods for fetching category records from the database and is used in the category repository among the classes for writing and deleting category records.

Tags
category

System

subpackage

Interfaces

Table of Contents

getById()  : StoredCategoryInterface
Returns a category by the given ID.
getByParentId()  : IdCollection
Returns all Categories with the provided parent ID.
getCategoryIdsTree()  : IdCollection
Returns an id collection with the ids of subcategories.

Methods

Search results