| Line 494... |
Line 494... |
| 494 |
Returns the final flag status.
|
494 |
Returns the final flag status.
|
| 495 |
Throws an exception if the order with the given id couldn't be found or if the order status is not DELVIERY_SUCCESS.
|
495 |
Throws an exception if the order with the given id couldn't be found or if the order status is not DELVIERY_SUCCESS.
|
| 496 |
*/
|
496 |
*/
|
| 497 |
bool toggleDOAFlag(1:i64 orderId) throws (1:TransactionServiceException ex),
|
497 |
bool toggleDOAFlag(1:i64 orderId) throws (1:TransactionServiceException ex),
|
| 498 |
|
498 |
|
| - |
|
499 |
void markOrderAsDelivered(1:i64 orderId, 2:i64 deliveryTimestamp, string receiver) throws (1:TransactionServiceException ex),
|
| - |
|
500 |
|
| 499 |
/**
|
501 |
/**
|
| 500 |
Once user raise the request for a DOA, order status will be changed from DELVIERY_SUCCESS to DOA_REQUEST_RECEIVED
|
502 |
Once user raise the request for a DOA, order status will be changed from DELVIERY_SUCCESS to DOA_REQUEST_RECEIVED
|
| 501 |
*/
|
503 |
*/
|
| 502 |
bool markOrderDoaRequestReceived(1:i64 orderId) throws (1:TransactionServiceException ex),
|
504 |
bool markOrderDoaRequestReceived(1:i64 orderId) throws (1:TransactionServiceException ex),
|
| 503 |
|
505 |
|