| 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.AddDelayReasonHandler;
|
4 |
import in.shop2020.hotspot.dashbaord.server.handler.AddDelayReasonHandler;
|
| - |
|
5 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
| 4 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
6 |
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
|
| - |
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.AddressHandler;
|
| 5 |
import in.shop2020.hotspot.dashbaord.server.handler.AlertsHandler;
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.AlertsHandler;
|
| 6 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
- |
|
| 7 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
- |
|
| 8 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
- |
|
| 9 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderCountsHandler;
|
- |
|
| 10 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
- |
|
| 11 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
- |
|
| 12 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
- |
|
| 13 |
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
|
- |
|
| 14 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
- |
|
| 15 |
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
|
| 16 |
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
|
10 |
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
|
| - |
|
11 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
| - |
|
12 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
|
| 17 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
|
13 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
|
| 18 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
14 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
| 19 |
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
|
15 |
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
|
| - |
|
16 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
| - |
|
17 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
| - |
|
18 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
| 20 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
19 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
| 21 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
20 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
| 22 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
21 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
| 23 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
22 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
| 24 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
23 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
| 25 |
import in.shop2020.hotspot.dashbaord.server.handler.RejectOrderHandler;
|
- |
|
| 26 |
import in.shop2020.hotspot.dashbaord.server.handler.AddressHandler;
|
24 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderCountsHandler;
|
| 27 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
|
- |
|
| 28 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
- |
|
| 29 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
25 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
| 30 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
26 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
| - |
|
27 |
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
|
| - |
|
28 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
| - |
|
29 |
import in.shop2020.hotspot.dashbaord.server.handler.ProvisionalCaptureHandler;
|
| - |
|
30 |
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
|
| - |
|
31 |
import in.shop2020.hotspot.dashbaord.server.handler.RejectOrderHandler;
|
| 31 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
32 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
| 32 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
33 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 33 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
34 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
| 34 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
35 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
| 35 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
36 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
| Line 58... |
Line 59... |
| 58 |
bindHandler(RequestPickupHandler.class);
|
59 |
bindHandler(RequestPickupHandler.class);
|
| 59 |
bindHandler(AuthorizePickupHandler.class);
|
60 |
bindHandler(AuthorizePickupHandler.class);
|
| 60 |
bindHandler(ReceiveReturnHandler.class);
|
61 |
bindHandler(ReceiveReturnHandler.class);
|
| 61 |
bindHandler(ValidateDoaHandler.class);
|
62 |
bindHandler(ValidateDoaHandler.class);
|
| 62 |
bindHandler(ReshipOrderHandler.class);
|
63 |
bindHandler(ReshipOrderHandler.class);
|
| - |
|
64 |
bindHandler(ProvisionalCaptureHandler.class);
|
| 63 |
bindHandler(PrintPendingOrderHandler.class);
|
65 |
bindHandler(PrintPendingOrderHandler.class);
|
| 64 |
bindHandler(SearchOrderHandler.class);
|
66 |
bindHandler(SearchOrderHandler.class);
|
| 65 |
bindHandler(OrderCountsHandler.class);
|
67 |
bindHandler(OrderCountsHandler.class);
|
| 66 |
bindHandler(AlertsHandler.class);
|
68 |
bindHandler(AlertsHandler.class);
|
| 67 |
|
69 |
|