| Line 4... |
Line 4... |
| 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.BestDealsHandler;
|
7 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
| 8 |
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
|
8 |
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
|
| - |
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
| 9 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
10 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
| 10 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
11 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
| 11 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
12 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
| 12 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
13 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
| 13 |
import in.shop2020.hotspot.dashbaord.server.handler.RejectOrderHandler;
|
14 |
import in.shop2020.hotspot.dashbaord.server.handler.RejectOrderHandler;
|
| Line 33... |
Line 34... |
| 33 |
bindHandler(AddressHandler.class);
|
34 |
bindHandler(AddressHandler.class);
|
| 34 |
bindHandler(ShipOrderHandler.class);
|
35 |
bindHandler(ShipOrderHandler.class);
|
| 35 |
bindHandler(BillOrderHandler.class);
|
36 |
bindHandler(BillOrderHandler.class);
|
| 36 |
bindHandler(WarningRequestHandler.class);
|
37 |
bindHandler(WarningRequestHandler.class);
|
| 37 |
bindHandler(AddJacketNumberHandler.class);
|
38 |
bindHandler(AddJacketNumberHandler.class);
|
| - |
|
39 |
bindHandler(FlagOrderHandler.class);
|
| 38 |
|
40 |
|
| 39 |
bindHandler(AllItemsListHandler.class);
|
41 |
bindHandler(AllItemsListHandler.class);
|
| 40 |
bindHandler(BestDealsHandler.class);
|
42 |
bindHandler(BestDealsHandler.class);
|
| 41 |
bindHandler(BestSellersHandler.class);
|
43 |
bindHandler(BestSellersHandler.class);
|
| 42 |
bindHandler(LatestArrivalsHandler.class);
|
44 |
bindHandler(LatestArrivalsHandler.class);
|