Subversion Repositories SmartDukaan

Rev

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

Rev 2697 Rev 2700
Line 20... Line 20...
20
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
20
import in.shop2020.hotspot.dashbaord.server.handler.BillOrderHandler;
21
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
21
import in.shop2020.hotspot.dashbaord.server.handler.OrderDetailsHandler;
22
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
22
import in.shop2020.hotspot.dashbaord.server.handler.OrderHandler;
23
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
23
import in.shop2020.hotspot.dashbaord.server.handler.RequestPickupHandler;
24
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
24
import in.shop2020.hotspot.dashbaord.server.handler.ReshipOrderHandler;
-
 
25
import in.shop2020.hotspot.dashbaord.server.handler.ReturnOrderDetailsHandler;
25
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
26
import in.shop2020.hotspot.dashbaord.server.handler.ShipOrderHandler;
26
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
27
import in.shop2020.hotspot.dashbaord.server.handler.ValidateDoaHandler;
27
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
28
import in.shop2020.hotspot.dashbaord.server.handler.WarningRequestHandler;
28
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
29
import net.customware.gwt.dispatch.server.guice.ActionHandlerModule;
29
 
30
 
Line 47... Line 48...
47
		bindHandler(AuthorizePickupHandler.class);
48
		bindHandler(AuthorizePickupHandler.class);
48
		bindHandler(ReceiveReturnHandler.class);
49
		bindHandler(ReceiveReturnHandler.class);
49
		bindHandler(ValidateDoaHandler.class);
50
		bindHandler(ValidateDoaHandler.class);
50
		bindHandler(ReshipOrderHandler.class);
51
		bindHandler(ReshipOrderHandler.class);
51
		bindHandler(AllReturnOrdersListHandler.class);
52
		bindHandler(AllReturnOrdersListHandler.class);
-
 
53
		bindHandler(ReturnOrderDetailsHandler.class);
52
		
54
		
53
		bindHandler(AllItemsListHandler.class);
55
		bindHandler(AllItemsListHandler.class);
54
		bindHandler(BestDealsHandler.class);
56
		bindHandler(BestDealsHandler.class);
55
		bindHandler(BestSellersHandler.class);
57
		bindHandler(BestSellersHandler.class);
56
		bindHandler(LatestArrivalsHandler.class);
58
		bindHandler(LatestArrivalsHandler.class);