| Line 38... |
Line 38... |
| 38 |
import in.shop2020.hotspot.dashbaord.server.handler.ChangeFreebieItemHandler;
|
38 |
import in.shop2020.hotspot.dashbaord.server.handler.ChangeFreebieItemHandler;
|
| 39 |
import in.shop2020.hotspot.dashbaord.server.handler.UnacceptOrderhandler;
|
39 |
import in.shop2020.hotspot.dashbaord.server.handler.UnacceptOrderhandler;
|
| 40 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
40 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| 41 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
41 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
| 42 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
42 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
| - |
|
43 |
import in.shop2020.hotspot.dashbaord.server.handler.SplitEbayOrderHandler;
|
| 43 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
44 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| 44 |
|
45 |
|
| 45 |
public class ServerModule extends ActionHandlerModule{
|
46 |
public class ServerModule extends ActionHandlerModule{
|
| 46 |
|
47 |
|
| 47 |
@Override
|
48 |
@Override
|
| Line 88... |
Line 89... |
| 88 |
|
89 |
|
| 89 |
bindHandler(AllProvidersListHandler.class);
|
90 |
bindHandler(AllProvidersListHandler.class);
|
| 90 |
bindHandler(MarkOrdersAsManifestedHandler.class);
|
91 |
bindHandler(MarkOrdersAsManifestedHandler.class);
|
| 91 |
bindHandler(MarkDeliveredHandler.class);
|
92 |
bindHandler(MarkDeliveredHandler.class);
|
| 92 |
bindHandler(MarkRtoInTransitHandler.class);
|
93 |
bindHandler(MarkRtoInTransitHandler.class);
|
| - |
|
94 |
bindHandler(SplitEbayOrderHandler.class);
|
| 93 |
}
|
95 |
}
|
| 94 |
}
|
96 |
}
|