| Line 25... |
Line 25... |
| 25 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
25 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
| 26 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
26 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 27 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
27 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
| 28 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
28 |
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
|
| 29 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
29 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| - |
|
30 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
| 30 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
31 |
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
|
| 31 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
32 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| 32 |
|
33 |
|
| 33 |
public class ServerModule extends ActionHandlerModule{
|
34 |
public class ServerModule extends ActionHandlerModule{
|
| 34 |
|
35 |
|
| 35 |
@Override
|
36 |
@Override
|
| 36 |
protected void configureHandlers() {
|
37 |
protected void configureHandlers() {
|
| 37 |
bindHandler(AuthHandler.class);
|
38 |
bindHandler(AuthHandler.class);
|
| 38 |
bindHandler(OrderHandler.class);
|
39 |
bindHandler(OrderHandler.class);
|
| 39 |
bindHandler(OrderDetailsHandler.class);
|
40 |
bindHandler(OrderDetailsHandler.class);
|
| - |
|
41 |
bindHandler(VerifyOrderHandler.class);
|
| 40 |
bindHandler(AcceptOrderhandler.class);
|
42 |
bindHandler(AcceptOrderhandler.class);
|
| 41 |
bindHandler(RejectOrderHandler.class);
|
43 |
bindHandler(RejectOrderHandler.class);
|
| 42 |
bindHandler(NostockOrderhandler.class);
|
44 |
bindHandler(NostockOrderhandler.class);
|
| 43 |
bindHandler(AddressHandler.class);
|
45 |
bindHandler(AddressHandler.class);
|
| 44 |
bindHandler(ShipOrderHandler.class);
|
46 |
bindHandler(ShipOrderHandler.class);
|