| 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.AddWeightHandler;
|
3 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
| 4 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
4 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
| - |
|
5 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
| - |
|
6 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
| 5 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
| 6 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
| 7 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
| 8 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
10 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
| 9 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
11 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
| Line 59... |
Line 61... |
| 59 |
bindHandler(AllReturnOrdersListHandler.class);
|
61 |
bindHandler(AllReturnOrdersListHandler.class);
|
| 60 |
bindHandler(ReturnOrderDetailsHandler.class);
|
62 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 61 |
bindHandler(ProcessReturnOrderHandler.class);
|
63 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 62 |
|
64 |
|
| 63 |
bindHandler(AddWeightHandler.class);
|
65 |
bindHandler(AddWeightHandler.class);
|
| - |
|
66 |
bindHandler(ChooseColorHandler.class);
|
| - |
|
67 |
bindHandler(ChooseWarehouseHandler.class);
|
| 64 |
|
68 |
|
| 65 |
bindHandler(AllItemsListHandler.class);
|
69 |
bindHandler(AllItemsListHandler.class);
|
| 66 |
bindHandler(BestDealsHandler.class);
|
70 |
bindHandler(BestDealsHandler.class);
|
| 67 |
bindHandler(BestSellersHandler.class);
|
71 |
bindHandler(BestSellersHandler.class);
|
| 68 |
bindHandler(LatestArrivalsHandler.class);
|
72 |
bindHandler(LatestArrivalsHandler.class);
|