Interface ProductListProviderInterface
Interface ProductListProviderInterface
Direct known implementers
Package: Product\Interfaces
Category: System
Located at Services/Core/Product/Providers/Interfaces/ProductListProviderInterface.inc.php
Category: System
Located at Services/Core/Product/Providers/Interfaces/ProductListProviderInterface.inc.php
Methods summary
public
getByCategoryId( IdType $categoryId )
: ProductListItemCollection
Returns a product list item collection by the provided category ID.
public
getAllPaged( IntType $page = null, IntType $limit = null )
: ProductListItemCollection
Returns a paged list of product items.