| Line 544... |
Line 544... |
| 544 |
Returns a list of orders that were authorized for pickup but did not appear in the pick-up report.
|
544 |
Returns a list of orders that were authorized for pickup but did not appear in the pick-up report.
|
| 545 |
*/
|
545 |
*/
|
| 546 |
list<Order> markDoasAsPickedUp(1:i64 providerId, 2:map<string, string> pickupDetails),
|
546 |
list<Order> markDoasAsPickedUp(1:i64 providerId, 2:map<string, string> pickupDetails),
|
| 547 |
|
547 |
|
| 548 |
/**
|
548 |
/**
|
| - |
|
549 |
Marks all RET_PICKUP_CONFIRMED orders of the previous day for a provider as RET_RETURN_IN_TRANSIT.
|
| - |
|
550 |
Returns a list of orders that were authorized for pickup but did not appear in the pick-up report.
|
| - |
|
551 |
*/
|
| - |
|
552 |
list<Order> markReturnOrdersAsPickedUp(1:i64 providerId, 2:map<string, string> pickupDetails),
|
| - |
|
553 |
|
| - |
|
554 |
/**
|
| 549 |
If the order status is DOA_PICKUP_CONFIRMED or DOA_RETURN_IN_TRANSIT, marks the order status as DOA_RECEIVED_PRESTINE and returns true.
|
555 |
If the order status is DOA_PICKUP_CONFIRMED or DOA_RETURN_IN_TRANSIT, marks the order status as DOA_RECEIVED_PRESTINE and returns true.
|
| 550 |
If the order status is RTO_IN_TRANSIT, marks the order status as RTO_RECEIVED_PRESTINE and returns true.
|
556 |
If the order status is RTO_IN_TRANSIT, marks the order status as RTO_RECEIVED_PRESTINE and returns true.
|
| 551 |
If the order is in any other state, it returns false.
|
557 |
If the order is in any other state, it returns false.
|
| 552 |
Throws an exception if the order with the given id couldn't be found.
|
558 |
Throws an exception if the order with the given id couldn't be found.
|
| 553 |
*/
|
559 |
*/
|