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