Interface QuickEditProductPropertiesRepositoryInterface
category |
System |
---|---|
package |
QuickEdit |
subpackage |
Interfaces |
getFilteredProductProperties(array $productIds, array $filterParameters) : array
array
Array containing the product IDs to be processed.
array
Contains 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) : \QuickEditProductPropertiesRepository
\QuickEditProductPropertiesRepository
QuickEdit products properties repository for chained method calls.
setByCombisId(array $productCombi) : boolean
array
Contains product data to be saved.
boolean
Returns the operation result.
sortProperties(\StringType|null $orderBy = null) : \QuickEditProductPropertiesRepository
\QuickEditProductPropertiesRepository
QuickEdit products properties repository for chained method calls.