| Line 34... |
Line 34... |
| 34 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
34 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 35 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
35 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
| 36 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
36 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
| 37 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
37 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
| 38 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
38 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| - |
|
39 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
| 39 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
40 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
| 40 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
41 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
| 41 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
42 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| 42 |
|
43 |
|
| 43 |
public class ServerModule extends ActionHandlerModule{
|
44 |
public class ServerModule extends ActionHandlerModule{
|
| Line 59... |
Line 60... |
| 59 |
bindHandler(FlagOrderHandler.class);
|
60 |
bindHandler(FlagOrderHandler.class);
|
| 60 |
bindHandler(RequestPickupHandler.class);
|
61 |
bindHandler(RequestPickupHandler.class);
|
| 61 |
bindHandler(AuthorizePickupHandler.class);
|
62 |
bindHandler(AuthorizePickupHandler.class);
|
| 62 |
bindHandler(ReceiveReturnHandler.class);
|
63 |
bindHandler(ReceiveReturnHandler.class);
|
| 63 |
bindHandler(ValidateDoaHandler.class);
|
64 |
bindHandler(ValidateDoaHandler.class);
|
| - |
|
65 |
bindHandler(ValidateProductHandler.class);
|
| 64 |
bindHandler(ReshipOrderHandler.class);
|
66 |
bindHandler(ReshipOrderHandler.class);
|
| 65 |
bindHandler(ProvisionalCaptureHandler.class);
|
67 |
bindHandler(ProvisionalCaptureHandler.class);
|
| 66 |
bindHandler(PrintPendingOrderHandler.class);
|
68 |
bindHandler(PrintPendingOrderHandler.class);
|
| 67 |
bindHandler(SearchOrderHandler.class);
|
69 |
bindHandler(SearchOrderHandler.class);
|
| 68 |
bindHandler(OrderCountsHandler.class);
|
70 |
bindHandler(OrderCountsHandler.class);
|