| Line 18... |
Line 18... |
| 18 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
|
18 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
|
| 19 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
19 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
| 20 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
20 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
| 21 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
21 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
| 22 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
22 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
| - |
|
23 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 23 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
24 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
| 24 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
25 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| 25 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
26 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
| 26 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
27 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| 27 |
|
28 |
|
| Line 43... |
Line 44... |
| 43 |
bindHandler(FlagOrderHandler.class);
|
44 |
bindHandler(FlagOrderHandler.class);
|
| 44 |
bindHandler(RequestPickupHandler.class);
|
45 |
bindHandler(RequestPickupHandler.class);
|
| 45 |
bindHandler(AuthorizePickupHandler.class);
|
46 |
bindHandler(AuthorizePickupHandler.class);
|
| 46 |
bindHandler(ReceiveReturnHandler.class);
|
47 |
bindHandler(ReceiveReturnHandler.class);
|
| 47 |
bindHandler(ValidateDoaHandler.class);
|
48 |
bindHandler(ValidateDoaHandler.class);
|
| - |
|
49 |
bindHandler(ReshipOrderHandler.class);
|
| 48 |
|
50 |
|
| 49 |
bindHandler(AllItemsListHandler.class);
|
51 |
bindHandler(AllItemsListHandler.class);
|
| 50 |
bindHandler(BestDealsHandler.class);
|
52 |
bindHandler(BestDealsHandler.class);
|
| 51 |
bindHandler(BestSellersHandler.class);
|
53 |
bindHandler(BestSellersHandler.class);
|
| 52 |
bindHandler(LatestArrivalsHandler.class);
|
54 |
bindHandler(LatestArrivalsHandler.class);
|