Interface QuickEditProductsPropertiesReaderInterface
| category |
System |
|---|---|
| package |
QuickEdit |
| subpackage |
Interfaces |
getFilteredProductProperties(array $productIds, array $filterParameters) : array
arrayArray containing the selected product IDs to be processed.
arrayContains the filter parameters.
arrayReturns the query result as a pure array, or an empty array when no result is produced.
getFilteredProductPropertiesCount(array $productIds, array $filterParameters) : integer
arrayArray containing the selected product IDs to be processed.
arrayContains the filter parameters.
integerReturns the number of product properties found.
getProductPropertiesCount() : integer
integerReturns the record number.
paginateProperties(\IntType|null $start = null, \IntType|null $length = null) : \QuickEditProductPropertiesReaderInterface
\QuickEditProductPropertiesReaderInterfaceReturns same instance for chained method calls.
sortProperties(\StringType|null $orderBy = null) : \QuickEditProductPropertiesReaderInterface
\QuickEditProductPropertiesReaderInterfaceReturns same instance for chained method calls.