Interface CategoryReadServiceInterface
Interface CategoryReadServiceInterface
This interface defines methods for retrieving data of a particular category and a collection of specific categories.
Direct known implementers
Package: Category\Interfaces
Category: System
Located at CoreServices/Category/Entities/Interfaces/CategoryReadServiceInterface.inc.php
Category: System
Located at CoreServices/Category/Entities/Interfaces/CategoryReadServiceInterface.inc.php
Methods summary
public
|
#
getCategoryById(
Returns a StoredCategory object with the provided category ID. |
public
|
#
getCategoryList(
Returns a CategoryListItemCollection. |
public
|
#
getActiveCategoryList(
Returns an active CategoryListItemCollection of active categories. |