Interface OrderReadServiceInterface
category |
System |
---|---|
package |
Order |
subpackage |
Interfaces |
filterOrderList(array $filterParameters, \IntType $startIndex = null, \IntType $maxCount = null, \StringType $orderBy = null) : \OrderListItemCollection
Provide the filtering values in the conditions array in order to fetch a filtered result set.
array
Contains an array of the GET parameters to be used for filtering the order records.
\OrderListItemCollection
filterOrderListCount(array $filterParameters) : integer
Throws |
|
---|
array
integer
getOrderById(\IdType $orderId) : \Order
getOrderItemById(\IdType $orderItemId) : \StoredOrderItemInterface
getOrderList(\IntType $startIndex = null, \IntType $maxCount = null, \StringType $orderBy = null) : \OrderListItemCollection
getOrderListByCustomerId(\IdType $customerId, \IntType $startIndex = null, \IntType $maxCount = null, \StringType $orderBy = null) : \OrderListItemCollection
getOrderListByKeyword(\StringType $keyword, \IntType $startIndex = null, \IntType $maxCount = null, \StringType $orderBy = null) : \OrderListItemCollection
getOrderListByKeywordCount(\StringType $keyword) : integer
integer
getOrderListByOrderStatusId(\IntType $orderStatusId, \IntType $startIndex = null, \IntType $maxCount = null, \StringType $orderBy = null) : \OrderListItemCollection
getOrderListCount() : integer
integer
searchOrders(\OrderSearchCondition $searchCondition, \Pager $pager) : mixed