Interface ProductListProviderInterface
category |
System |
---|---|
package |
Product |
subpackage |
Interfaces |
getAll() : \ProductListItemCollection
getAllPaged(\Pager|null $pager = null, array $sorters = array()) : \ProductListItemCollection
array
(Optional) array of Sorter objects with data sorting information
\ProductListItemCollection
getByCategoryId(\IdType $categoryId) : \ProductListItemCollection
searchProducts(\ProductSearchCondition $condition, \Pager|null $pager = null, array $sorters = array()) : \ProductListItemCollection
array
(Optional) array of Sorter objects with data sorting information
\ProductListItemCollection
searchProductsCount(\ProductSearchCondition $condition) : \IntType