Interface InvoiceListGeneratorInterface

Interface InvoiceListGeneratorInterface

Direct known implementers

InvoiceListGenerator

Methods summary

public getInvoiceListByConditions( array $conditions = [], IntType $startIndex = null, IntType $maxCount = null, StringType $orderBy = null ) : InvoiceListItemCollection

Returns an invoice list item collection by the given conditions. The other arguments helps to control fetched data.

public filterInvoiceList( array $filterParameters, IntType $startIndex = null, IntType $maxCount = null, StringType $orderBy = null ) : InvoiceListItemCollection

Filter invoice list items by the provided parameters.

public filterInvoiceListCount( array $filterParameters ) : integer

Get the filtered invoice count.