| 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.AllReturnOrdersListHandler;
|
4 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
| 4 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
5 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
| 5 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
6 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
| 6 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
| 7 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
| Line 57... |
Line 58... |
| 57 |
|
58 |
|
| 58 |
bindHandler(AllReturnOrdersListHandler.class);
|
59 |
bindHandler(AllReturnOrdersListHandler.class);
|
| 59 |
bindHandler(ReturnOrderDetailsHandler.class);
|
60 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 60 |
bindHandler(ProcessReturnOrderHandler.class);
|
61 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 61 |
|
62 |
|
| - |
|
63 |
bindHandler(AddWeightHandler.class);
|
| - |
|
64 |
|
| 62 |
bindHandler(AllItemsListHandler.class);
|
65 |
bindHandler(AllItemsListHandler.class);
|
| 63 |
bindHandler(BestDealsHandler.class);
|
66 |
bindHandler(BestDealsHandler.class);
|
| 64 |
bindHandler(BestSellersHandler.class);
|
67 |
bindHandler(BestSellersHandler.class);
|
| 65 |
bindHandler(LatestArrivalsHandler.class);
|
68 |
bindHandler(LatestArrivalsHandler.class);
|
| 66 |
bindHandler(ItemDetailsHandler.class);
|
69 |
bindHandler(ItemDetailsHandler.class);
|