| Line 9... |
Line 9... |
| 9 |
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
|
9 |
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
|
| 10 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
10 |
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
|
| 11 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
|
11 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
|
| 12 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
|
12 |
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
|
| 13 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
13 |
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
|
| - |
|
14 |
import in.shop2020.hotspot.dashbaord.server.handler.ChangeJacketNumberHandler;
|
| 14 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
15 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
|
| 15 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
16 |
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
|
| 16 |
import in.shop2020.hotspot.dashbaord.server.handler.DisableAlertsHandler;
|
17 |
import in.shop2020.hotspot.dashbaord.server.handler.DisableAlertsHandler;
|
| 17 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
18 |
import in.shop2020.hotspot.dashbaord.server.handler.FlagOrderHandler;
|
| 18 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
19 |
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
|
| 19 |
import in.shop2020.hotspot.dashbaord.server.handler.LostInTransitHandler;
|
20 |
import in.shop2020.hotspot.dashbaord.server.handler.LostInTransitHandler;
|
| 20 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkDeliveredHandler;
|
21 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkDeliveredHandler;
|
| 21 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
22 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
|
| - |
|
23 |
import in.shop2020.hotspot.dashbaord.server.handler.MarkRtoInTransitHandler;
|
| 22 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
24 |
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
|
| 23 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderCountsHandler;
|
25 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderCountsHandler;
|
| 24 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
26 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
|
| 25 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
27 |
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
|
| 26 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
28 |
import in.shop2020.hotspot.dashbaord.server.handler.ProcessReturnOrderHandler;
|
| Line 30... |
Line 32... |
| 30 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
32 |
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
|
| 31 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
33 |
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
|
| 32 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
34 |
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
|
| 33 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
35 |
import in.shop2020.hotspot.dashbaord.server.handler.SearchOrderHandler;
|
| 34 |
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.UnacceptOrderhandler;
|
| 35 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
38 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
|
| 36 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
39 |
import in.shop2020.hotspot.dashbaord.server.handler.ValidateProductHandler;
|
| 37 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
40 |
import in.shop2020.hotspot.dashbaord.server.handler.VerifyOrderHandler;
|
| 38 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
41 |
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
|
| 39 |
|
42 |
|
| Line 44... |
Line 47... |
| 44 |
bindHandler(AuthHandler.class);
|
47 |
bindHandler(AuthHandler.class);
|
| 45 |
bindHandler(OrderHandler.class);
|
48 |
bindHandler(OrderHandler.class);
|
| 46 |
bindHandler(OrderDetailsHandler.class);
|
49 |
bindHandler(OrderDetailsHandler.class);
|
| 47 |
bindHandler(VerifyOrderHandler.class);
|
50 |
bindHandler(VerifyOrderHandler.class);
|
| 48 |
bindHandler(AcceptOrderhandler.class);
|
51 |
bindHandler(AcceptOrderhandler.class);
|
| - |
|
52 |
bindHandler(UnacceptOrderhandler.class);
|
| 49 |
bindHandler(RejectOrderHandler.class);
|
53 |
bindHandler(RejectOrderHandler.class);
|
| 50 |
bindHandler(NostockOrderhandler.class);
|
54 |
bindHandler(NostockOrderhandler.class);
|
| 51 |
bindHandler(ShipOrderHandler.class);
|
55 |
bindHandler(ShipOrderHandler.class);
|
| 52 |
bindHandler(BillOrderHandler.class);
|
56 |
bindHandler(BillOrderHandler.class);
|
| 53 |
bindHandler(AddJacketNumberHandler.class);
|
57 |
bindHandler(AddJacketNumberHandler.class);
|
| Line 69... |
Line 73... |
| 69 |
bindHandler(ReturnOrderDetailsHandler.class);
|
73 |
bindHandler(ReturnOrderDetailsHandler.class);
|
| 70 |
bindHandler(ProcessReturnOrderHandler.class);
|
74 |
bindHandler(ProcessReturnOrderHandler.class);
|
| 71 |
|
75 |
|
| 72 |
bindHandler(AddWeightHandler.class);
|
76 |
bindHandler(AddWeightHandler.class);
|
| 73 |
bindHandler(ChooseColorHandler.class);
|
77 |
bindHandler(ChooseColorHandler.class);
|
| - |
|
78 |
bindHandler(ChangeJacketNumberHandler.class);
|
| 74 |
bindHandler(AddDelayReasonHandler.class);
|
79 |
bindHandler(AddDelayReasonHandler.class);
|
| 75 |
bindHandler(ChooseWarehouseHandler.class);
|
80 |
bindHandler(ChooseWarehouseHandler.class);
|
| 76 |
|
81 |
|
| 77 |
bindHandler(AllItemsListHandler.class);
|
82 |
bindHandler(AllItemsListHandler.class);
|
| 78 |
bindHandler(ItemDetailsHandler.class);
|
83 |
bindHandler(ItemDetailsHandler.class);
|
| 79 |
|
84 |
|
| 80 |
bindHandler(AllProvidersListHandler.class);
|
85 |
bindHandler(AllProvidersListHandler.class);
|
| 81 |
bindHandler(MarkOrdersAsManifestedHandler.class);
|
86 |
bindHandler(MarkOrdersAsManifestedHandler.class);
|
| 82 |
bindHandler(MarkDeliveredHandler.class);
|
87 |
bindHandler(MarkDeliveredHandler.class);
|
| - |
|
88 |
bindHandler(MarkRtoInTransitHandler.class);
|
| 83 |
}
|
89 |
}
|
| 84 |
}
|
90 |
}
|