Interface InvoiceListGeneratorInterface
category |
System |
---|---|
package |
Invoice |
subpackage |
Interfaces |
filterInvoiceList(array $filterParameters, \IntType|null $startIndex = null, \IntType|null $maxCount = null, \StringType|null $orderBy = null) : \InvoiceListItemCollection
The following slug names need to be used:
Throws |
|
---|
array
Contains the column slug-names and their values.
\InvoiceListItemCollection
filterInvoiceListCount(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
getInvoiceListByConditions(array $conditions = array(), \IntType|null $startIndex = null, \IntType|null $maxCount = null, \StringType|null $orderBy = null) : \InvoiceListItemCollection
The other arguments helps to control fetched data.
array
(Optional) Conditions for tht where clause.
\InvoiceListItemCollection