| Line 27... |
Line 27... |
| 27 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
27 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
| 28 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
28 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
| 29 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
29 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
| 30 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
30 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 31 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
31 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
| - |
|
32 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
| 32 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
33 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
| 33 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
34 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| 34 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
35 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
| 35 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
36 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
| 36 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
37 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| Line 56... |
Line 57... |
| 56 |
bindHandler(AuthorizePickupHandler.class);
|
57 |
bindHandler(AuthorizePickupHandler.class);
|
| 57 |
bindHandler(ReceiveReturnHandler.class);
|
58 |
bindHandler(ReceiveReturnHandler.class);
|
| 58 |
bindHandler(ValidateDoaHandler.class);
|
59 |
bindHandler(ValidateDoaHandler.class);
|
| 59 |
bindHandler(ReshipOrderHandler.class);
|
60 |
bindHandler(ReshipOrderHandler.class);
|
| 60 |
bindHandler(PrintPendingOrderHandler.class);
|
61 |
bindHandler(PrintPendingOrderHandler.class);
|
| - |
|
62 |
bindHandler(SearchOrderHandler.class);
|
| 61 |
|
63 |
|
| 62 |
bindHandler(AllReturnOrdersListHandler.class);
|
64 |
bindHandler(AllReturnOrdersListHandler.class);
|
| 63 |
bindHandler(ReturnOrderDetailsHandler.class);
|
65 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 64 |
bindHandler(ProcessReturnOrderHandler.class);
|
66 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 65 |
|
67 |
|