Interface QuickEditProductSpecialPricesRepositoryInterface
Interface QuickEditProductSpecialPricesRepositoryInterface
Direct known implementers
Package: QuickEdit\Interfaces
Category: System
Located at Services/Core/QuickEdit/Repositories/Interfaces/QuickEditProductSpecialPricesRepositoryInterface.inc.php
Category: System
Located at Services/Core/QuickEdit/Repositories/Interfaces/QuickEditProductSpecialPricesRepositoryInterface.inc.php
Methods summary
public
array
|
#
getFilteredSpecialPrices( array $productIds, array $filterParameters )
Returns the special prices of the indicated products. |
public
integer
|
#
getFilteredSpecialPricesCount( array $productIds, array $filterParameters )
Returns the record number of the filtered special prices. |
public
integer
|
|
public
boolean
|
|
public
|
#
paginateSpecialPrices(
Sets the starting point of the pagination and the number of special prices. |
public
|