Interface OrderListGeneratorInterface
category |
System |
---|---|
package |
Order |
subpackage |
Interfaces |
filterOrderList(array $filterParameters, \IntType|null $startIndex = null, \IntType|null $maxCount = null, \StringType|null $orderBy = null) : \OrderListItemCollection
The following slug names need to be used:
array
Contains the column slug-names and their values.
\OrderListItemCollection
filterOrderListCount(array $filterParameters) : integer
This number is useful for pagination functionality where the app needs to know the number of the filtered rows.
Throws |
|
---|
array
integer
getOrderListByConditions(string|array $conditions = array(), \IntType $startIndex = null, \IntType $maxCount = null, \StringType $orderBy = null) : \OrderListItemCollection
Returns an order list item collection.
Throws |
|
---|
string|array
Provide a WHERE clause string or an associative array (actually any parameter that is acceptable by the "where" method of the CI_DB_query_builder method).
\OrderListItemCollection
getOrderListByKeyword(\StringType $keyword, \IntType|null $startIndex = null, \IntType|null $maxCount = null, \StringType|null $orderBy = null) : \OrderListItemCollection
getOrderListByKeywordCount(\StringType $keyword) : integer
integer
getOrderListCount() : integer
integer