Interface QuickEditServiceInterface
| 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.
getFilteredSpecialPrices(array $productIds, array $filterParameters) : array
arrayArray containing the product IDs to be processed.
arrayContains filter parameters.
arrayReturns the query result as a pure array, or an empty array when no result is produced.
getFilteredSpecialPricesCount(array $productIds, array $filterParameters) : integer
arrayArray containing the product IDs to be processed.
arrayContains filter parameters.
integerReturns the number of special prices found.
getGraduatedPrices(array|null $productIds = null) : array
array|nullArray containing the selected product IDs to be processed.
arrayReturns array that contains the graduated prices information.
getProductPropertiesCount() : integer
integerReturns the record number.
getSpecialPricesCount() : integer
integerReturns the number of all special prices found.
paginateProperties(\IntType|null $start = null, \IntType|null $length = null) : \QuickEditProductPropertiesRepository
\QuickEditProductPropertiesRepositoryQuickEdit products properties repository for chained method calls.
paginateSpecialPrices(\IntType|null $start = null, \IntType|null $length = null) : \QuickEditProductSpecialPricesRepository
\QuickEditProductSpecialPricesRepositoryQuickEdit products special price repository for chained method calls.
setByCombisId(array $productCombi) : boolean
arrayContains product data to be saved.
booleanReturns the operation result.
setSpecialPriceById(array $specialPrice) : boolean
arrayContains the special prices data.
booleanReturns the operation result.
sortProperties(\StringType|null $orderBy = null) : \QuickEditProductPropertiesRepository
\QuickEditProductPropertiesRepositoryQuickEdit products properties repository for chained method calls.
sortSpecialPrices(\StringType|null $orderBy = null) : \QuickEditProductSpecialPricesRepository
\QuickEditProductSpecialPricesRepositoryQuickEdit products special price repository for chained method calls.