Interface OrderListGeneratorInterface

Interface OrderListGeneratorInterface

Direct known implementers

OrderListGenerator

Methods summary

public getOrderListByConditions( string|array $conditions = [], IntType $startIndex = null, IntType $maxCount = null, StringType $orderBy = null ) : OrderListItemCollection

Get Order List Items

public getOrderListByKeyword( StringType $keyword, IntType $startIndex = null, IntType $maxCount = null, StringType $orderBy = null ) : OrderListItemCollection

Filters records by a single keyword string.

public getOrderListByKeywordCount( StringType $keyword ) : integer

Get count of orders filtered by keyword

public getOrderListCount( void ) : integer

Get the total count of all orders

public filterOrderList( array $filterParameters, IntType $startIndex = null, IntType $maxCount = null, StringType $orderBy = null ) : OrderListItemCollection

Filter order list items by the provided parameters.

public filterOrderListCount( array $filterParameters ) : integer

Get the filtered orders count.