| Line 311... |
Line 311... |
| 311 |
TransactionStatus getTransactionStatus(1:i64 transactionId) throws (1:TransactionServiceException ex),
|
311 |
TransactionStatus getTransactionStatus(1:i64 transactionId) throws (1:TransactionServiceException ex),
|
| 312 |
bool changeTransactionStatus(1:i64 transactionId, 2:TransactionStatus status, 3:string description) throws (1:TransactionServiceException ex),
|
312 |
bool changeTransactionStatus(1:i64 transactionId, 2:TransactionStatus status, 3:string description) throws (1:TransactionServiceException ex),
|
| 313 |
|
313 |
|
| 314 |
bool enqueueTransactionInfoEmail(1:i64 transactionId) throws (1:TransactionServiceException ex),
|
314 |
bool enqueueTransactionInfoEmail(1:i64 transactionId) throws (1:TransactionServiceException ex),
|
| 315 |
|
315 |
|
| 316 |
list<Order> getAllOrders(1:OrderStatus status, 2:i64 from_date, 3:i64 to_date, 4:i64 warehouse_id) throws (1:TransactionServiceException ex),
|
316 |
list<Order> getAllOrders(1:list<OrderStatus> statuses, 2:i64 from_date, 3:i64 to_date, 4:i64 warehouse_id) throws (1:TransactionServiceException ex),
|
| 317 |
|
317 |
|
| 318 |
/**
|
318 |
/**
|
| 319 |
Returns at most 'limit' orders with the given statuses for the given warehouse starting from the given offset.
|
319 |
Returns at most 'limit' orders with the given statuses for the given warehouse starting from the given offset.
|
| 320 |
Pass the status as null and the limit as 0 to ignore them.
|
320 |
Pass the status as null and the limit as 0 to ignore them.
|
| 321 |
*/
|
321 |
*/
|