Subversion Repositories SmartDukaan

Rev

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

Rev 2588 Rev 2610
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.AcceptDoaHandler;
3
import in.shop2020.hotspot.dashbaord.server.handler.ReceiveReturnHandler;
4
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
4
import in.shop2020.hotspot.dashbaord.server.handler.AcceptOrderhandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.AddJacketNumberHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.AllItemsListHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
8
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
8
import in.shop2020.hotspot.dashbaord.server.handler.AuthorizePickupHandler;
Line 41... Line 41...
41
		bindHandler(WarningRequestHandler.class);
41
		bindHandler(WarningRequestHandler.class);
42
		bindHandler(AddJacketNumberHandler.class);
42
		bindHandler(AddJacketNumberHandler.class);
43
		bindHandler(FlagOrderHandler.class);
43
		bindHandler(FlagOrderHandler.class);
44
		bindHandler(RequestPickupHandler.class);
44
		bindHandler(RequestPickupHandler.class);
45
		bindHandler(AuthorizePickupHandler.class);
45
		bindHandler(AuthorizePickupHandler.class);
46
		bindHandler(AcceptDoaHandler.class);
46
		bindHandler(ReceiveReturnHandler.class);
47
		bindHandler(ValidateDoaHandler.class);
47
		bindHandler(ValidateDoaHandler.class);
48
		
48
		
49
		bindHandler(AllItemsListHandler.class);
49
		bindHandler(AllItemsListHandler.class);
50
		bindHandler(BestDealsHandler.class);
50
		bindHandler(BestDealsHandler.class);
51
		bindHandler(BestSellersHandler.class);
51
		bindHandler(BestSellersHandler.class);