Subversion Repositories SmartDukaan

Rev

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

Rev 2628 Rev 2697
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.AllReturnOrdersListHandler;
3
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
4
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
4
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
8
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
Line 45... Line 46...
45
		bindHandler(RequestPickupHandler.class);
46
		bindHandler(RequestPickupHandler.class);
46
		bindHandler(AuthorizePickupHandler.class);
47
		bindHandler(AuthorizePickupHandler.class);
47
		bindHandler(ReceiveReturnHandler.class);
48
		bindHandler(ReceiveReturnHandler.class);
48
		bindHandler(ValidateDoaHandler.class);
49
		bindHandler(ValidateDoaHandler.class);
49
		bindHandler(ReshipOrderHandler.class);
50
		bindHandler(ReshipOrderHandler.class);
-
 
51
		bindHandler(AllReturnOrdersListHandler.class);
50
		
52
		
51
		bindHandler(AllItemsListHandler.class);
53
		bindHandler(AllItemsListHandler.class);
52
		bindHandler(BestDealsHandler.class);
54
		bindHandler(BestDealsHandler.class);
53
		bindHandler(BestSellersHandler.class);
55
		bindHandler(BestSellersHandler.class);
54
		bindHandler(LatestArrivalsHandler.class);
56
		bindHandler(LatestArrivalsHandler.class);