| Line 14... |
Line 14... |
| 14 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
14 |
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
|
| 15 |
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;
|
16 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
| 17 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
17 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
| 18 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
18 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
| - |
|
19 |
import in.shop2020.hotspot.dashbaord.server.handler.DisableAlertsHandler;
|
| 19 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
20 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
| 20 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
21 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
| 21 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
22 |
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
|
| 22 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
23 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
| 23 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
24 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
| Line 64... |
Line 65... |
| 64 |
bindHandler(ProvisionalCaptureHandler.class);
|
65 |
bindHandler(ProvisionalCaptureHandler.class);
|
| 65 |
bindHandler(PrintPendingOrderHandler.class);
|
66 |
bindHandler(PrintPendingOrderHandler.class);
|
| 66 |
bindHandler(SearchOrderHandler.class);
|
67 |
bindHandler(SearchOrderHandler.class);
|
| 67 |
bindHandler(OrderCountsHandler.class);
|
68 |
bindHandler(OrderCountsHandler.class);
|
| 68 |
bindHandler(AlertsHandler.class);
|
69 |
bindHandler(AlertsHandler.class);
|
| - |
|
70 |
bindHandler(DisableAlertsHandler.class);
|
| 69 |
|
71 |
|
| 70 |
bindHandler(AllReturnOrdersListHandler.class);
|
72 |
bindHandler(AllReturnOrdersListHandler.class);
|
| 71 |
bindHandler(ReturnOrderDetailsHandler.class);
|
73 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 72 |
bindHandler(ProcessReturnOrderHandler.class);
|
74 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 73 |
|
75 |
|