| Line 2... |
Line 2... |
| 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.AddJacketNumberHandler;
|
4 |
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
|
| 5 |
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
|
5 |
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
|
| 6 |
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
|
6 |
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
|
| - |
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
|
| 7 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
| 8 |
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
|
| 9 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
10 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
| 10 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
11 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
| 11 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
12 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
| Line 37... |
Line 38... |
| 37 |
bindHandler(BillOrderHandler.class);
|
38 |
bindHandler(BillOrderHandler.class);
|
| 38 |
bindHandler(WarningRequestHandler.class);
|
39 |
bindHandler(WarningRequestHandler.class);
|
| 39 |
bindHandler(AddJacketNumberHandler.class);
|
40 |
bindHandler(AddJacketNumberHandler.class);
|
| 40 |
bindHandler(FlagOrderHandler.class);
|
41 |
bindHandler(FlagOrderHandler.class);
|
| 41 |
bindHandler(RequestPickupHandler.class);
|
42 |
bindHandler(RequestPickupHandler.class);
|
| - |
|
43 |
bindHandler(AuthorizePickupHandler.class);
|
| 42 |
|
44 |
|
| 43 |
bindHandler(AllItemsListHandler.class);
|
45 |
bindHandler(AllItemsListHandler.class);
|
| 44 |
bindHandler(BestDealsHandler.class);
|
46 |
bindHandler(BestDealsHandler.class);
|
| 45 |
bindHandler(BestSellersHandler.class);
|
47 |
bindHandler(BestSellersHandler.class);
|
| 46 |
bindHandler(LatestArrivalsHandler.class);
|
48 |
bindHandler(LatestArrivalsHandler.class);
|