| Line 3... |
Line 3... |
| 3 |
import in.shop2020.hotspot.dashbaord.server.handler.AddDelayReasonHandler;
|
3 |
import in.shop2020.hotspot.dashbaord.server.handler.AddDelayReasonHandler;
|
| 4 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
4 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
| 5 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
5 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
| 6 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
6 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
| 7 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
| - |
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderCountsHandler;
|
| 8 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
| 9 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
10 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
| 10 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
11 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
| 11 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
12 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
| 12 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
13 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
| Line 58... |
Line 59... |
| 58 |
bindHandler(ReceiveReturnHandler.class);
|
59 |
bindHandler(ReceiveReturnHandler.class);
|
| 59 |
bindHandler(ValidateDoaHandler.class);
|
60 |
bindHandler(ValidateDoaHandler.class);
|
| 60 |
bindHandler(ReshipOrderHandler.class);
|
61 |
bindHandler(ReshipOrderHandler.class);
|
| 61 |
bindHandler(PrintPendingOrderHandler.class);
|
62 |
bindHandler(PrintPendingOrderHandler.class);
|
| 62 |
bindHandler(SearchOrderHandler.class);
|
63 |
bindHandler(SearchOrderHandler.class);
|
| - |
|
64 |
bindHandler(OrderCountsHandler.class);
|
| 63 |
|
65 |
|
| 64 |
bindHandler(AllReturnOrdersListHandler.class);
|
66 |
bindHandler(AllReturnOrdersListHandler.class);
|
| 65 |
bindHandler(ReturnOrderDetailsHandler.class);
|
67 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 66 |
bindHandler(ProcessReturnOrderHandler.class);
|
68 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 67 |
|
69 |
|