Subversion Repositories SmartDukaan

Rev

Rev 2509 | Rev 2526 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2509 Rev 2513
Line 15... Line 15...
15
import in.shop2020.hotspot.dashbaord.server.handler.AddressHandler;
15
import in.shop2020.hotspot.dashbaord.server.handler.AddressHandler;
16
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
16
import in.shop2020.hotspot.dashbaord.server.handler.AuthHandler;
17
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
17
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
18
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
18
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
19
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
19
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
-
 
20
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
20
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
21
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
21
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
22
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
22
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
23
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
23
 
24
 
24
public class ServerModule extends ActionHandlerModule{
25
public class ServerModule extends ActionHandlerModule{
Line 35... Line 36...
35
		bindHandler(ShipOrderHandler.class);
36
		bindHandler(ShipOrderHandler.class);
36
		bindHandler(BillOrderHandler.class);
37
		bindHandler(BillOrderHandler.class);
37
		bindHandler(WarningRequestHandler.class);
38
		bindHandler(WarningRequestHandler.class);
38
		bindHandler(AddJacketNumberHandler.class);
39
		bindHandler(AddJacketNumberHandler.class);
39
		bindHandler(FlagOrderHandler.class);
40
		bindHandler(FlagOrderHandler.class);
-
 
41
		bindHandler(RequestPickupHandler.class);
40
		
42
		
41
		bindHandler(AllItemsListHandler.class);
43
		bindHandler(AllItemsListHandler.class);
42
		bindHandler(BestDealsHandler.class);
44
		bindHandler(BestDealsHandler.class);
43
		bindHandler(BestSellersHandler.class);
45
		bindHandler(BestSellersHandler.class);
44
		bindHandler(LatestArrivalsHandler.class);
46
		bindHandler(LatestArrivalsHandler.class);