Subversion Repositories SmartDukaan

Rev

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

Rev 3473 Rev 3553
Line 1... Line 1...
1
package in.shop2020.hotspot.dashbaord.server.guice;
1
package in.shop2020.hotspot.dashbaord.server.guice;
2
 
2
 
-
 
3
import in.shop2020.hotspot.dashbaord.server.handler.AddDelayReasonHandler;
3
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
4
import in.shop2020.hotspot.dashbaord.server.handler.AddWeightHandler;
4
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.AllReturnOrdersListHandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.ChooseColorHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.ChooseWarehouseHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
8
import in.shop2020.hotspot.dashbaord.server.handler.PrintPendingOrderHandler;
Line 62... Line 63...
62
		bindHandler(ReturnOrderDetailsHandler.class);
63
		bindHandler(ReturnOrderDetailsHandler.class);
63
		bindHandler(ProcessReturnOrderHandler.class);
64
		bindHandler(ProcessReturnOrderHandler.class);
64
		
65
		
65
		bindHandler(AddWeightHandler.class);
66
		bindHandler(AddWeightHandler.class);
66
		bindHandler(ChooseColorHandler.class);
67
		bindHandler(ChooseColorHandler.class);
-
 
68
		bindHandler(AddDelayReasonHandler.class);
67
		bindHandler(ChooseWarehouseHandler.class);
69
		bindHandler(ChooseWarehouseHandler.class);
68
		
70
		
69
		bindHandler(AllItemsListHandler.class);
71
		bindHandler(AllItemsListHandler.class);
70
		bindHandler(BestDealsHandler.class);
72
		bindHandler(BestDealsHandler.class);
71
		bindHandler(BestSellersHandler.class);
73
		bindHandler(BestSellersHandler.class);