Class QuickEditProductSpecialPricesReader
Class QuickEditProductSpecialPricesReader
- QuickEditProductSpecialPricesReader implements QuickEditProductSpecialPricesReaderInterface
Package: QuickEdit\Repositories
Category: System
Located at Services/Core/QuickEdit/Repositories/Reader/QuickEditProductSpecialPricesReader.inc.php
Category: System
Located at Services/Core/QuickEdit/Repositories/Reader/QuickEditProductSpecialPricesReader.inc.php
Methods summary
public
|
#
__construct( CI_DB_query_builder $db,
QuickEditProductsSpecialPriceReader constructor. |
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
|
#
paginateSpecialPrices(
Sets the starting point of the pagination and the number of products. |
public
|
|
protected
|
|
protected
|
#
_addSqlWhereRoundCondition( $column, $value )
Starts and ends a group expression with 'where' condition in conjunction with a round function. |
protected
|
|
protected
|
#
_addSqlWhereGroupCondition( $column, array $value )
Starts and ends a group expression with 'where group' condition. |
protected
|
#
_addSqlWhereLikeCondition( $column, $value )
Starts and ends a group expression with 'like' condition. |
protected
|
#
_addSqlWhereBetweenCondition( $column, array $value )
Starts and ends a group expression with 'where between' condition. |
protected
|
#
_addSqlWhereLessThanCondition( $column, $value )
Starts and ends a group expression with 'less than' condition. |
protected
|
#
_addSqlWhereMoreThanCondition( $column, $value )
Starts and ends a group expression with 'more than' condition. |
protected
array
|
|
protected
|
|
protected
array
|
|
protected
array
|
Properties summary
protected
CI_DB_query_builder
|
$db
|
|
protected
string
|
$brutto
|
|
protected
|
$quickEditSpecialPricesOverviewColumns
|