| Line 32... |
Line 32... |
| 32 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
32 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
| 33 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
33 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 34 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
34 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
| 35 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
35 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
| 36 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
36 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
| - |
|
37 |
import in.shop2020.hotspot.dashbaord.server.handler.SplitFreebieOrderHandler;
|
| 37 |
import in.shop2020.hotspot.dashbaord.server.handler.UnacceptOrderhandler;
|
38 |
import in.shop2020.hotspot.dashbaord.server.handler.UnacceptOrderhandler;
|
| 38 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
39 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| 39 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
40 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
| 40 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
41 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
| 41 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
42 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| Line 66... |
Line 67... |
| 66 |
bindHandler(SearchOrderHandler.class);
|
67 |
bindHandler(SearchOrderHandler.class);
|
| 67 |
bindHandler(OrderCountsHandler.class);
|
68 |
bindHandler(OrderCountsHandler.class);
|
| 68 |
bindHandler(LostInTransitHandler.class);
|
69 |
bindHandler(LostInTransitHandler.class);
|
| 69 |
bindHandler(AlertsHandler.class);
|
70 |
bindHandler(AlertsHandler.class);
|
| 70 |
bindHandler(DisableAlertsHandler.class);
|
71 |
bindHandler(DisableAlertsHandler.class);
|
| - |
|
72 |
bindHandler(SplitFreebieOrderHandler.class);
|
| 71 |
|
73 |
|
| 72 |
bindHandler(AllReturnOrdersListHandler.class);
|
74 |
bindHandler(AllReturnOrdersListHandler.class);
|
| 73 |
bindHandler(ReturnOrderDetailsHandler.class);
|
75 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 74 |
bindHandler(ProcessReturnOrderHandler.class);
|
76 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 75 |
|
77 |
|