| Line 1... |
Line 1... |
| 1 |
package in.shop2020.hotspot.dashbaord.server.guice;
|
1 |
package in.shop2020.hotspot.dashbaord.server.guice;
|
| 2 |
|
2 |
|
| 3 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
3 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
| - |
|
4 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptPackageOrderHandler;
|
| 4 |
import in.shop2020.hotspot.dashbaord.server.handler.AddDelayReasonHandler;
|
5 |
import in.shop2020.hotspot.dashbaord.server.handler.AddDelayReasonHandler;
|
| 5 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
6 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
| 6 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
| 7 |
import in.shop2020.hotspot.dashbaord.server.handler.AlertsHandler;
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.AlertsHandler;
|
| 8 |
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
|
| Line 53... |
Line 54... |
| 53 |
bindHandler(AuthHandler.class);
|
54 |
bindHandler(AuthHandler.class);
|
| 54 |
bindHandler(OrderHandler.class);
|
55 |
bindHandler(OrderHandler.class);
|
| 55 |
bindHandler(OrderDetailsHandler.class);
|
56 |
bindHandler(OrderDetailsHandler.class);
|
| 56 |
bindHandler(VerifyOrderHandler.class);
|
57 |
bindHandler(VerifyOrderHandler.class);
|
| 57 |
bindHandler(AcceptOrderhandler.class);
|
58 |
bindHandler(AcceptOrderhandler.class);
|
| - |
|
59 |
bindHandler(AcceptPackageOrderHandler.class);
|
| 58 |
bindHandler(UnacceptOrderhandler.class);
|
60 |
bindHandler(UnacceptOrderhandler.class);
|
| 59 |
bindHandler(RejectOrderHandler.class);
|
61 |
bindHandler(RejectOrderHandler.class);
|
| 60 |
bindHandler(NostockOrderhandler.class);
|
62 |
bindHandler(NostockOrderhandler.class);
|
| 61 |
bindHandler(ShipOrderHandler.class);
|
63 |
bindHandler(ShipOrderHandler.class);
|
| 62 |
bindHandler(BillOrderHandler.class);
|
64 |
bindHandler(BillOrderHandler.class);
|