Subversion Repositories SmartDukaan

Rev

Rev 760 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 760 Rev 848
Line 5... Line 5...
5
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
5
import in.shop2020.hotspot.dashbaord.server.handler.AllProvidersListHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
6
import in.shop2020.hotspot.dashbaord.server.handler.BestDealsHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
7
import in.shop2020.hotspot.dashbaord.server.handler.BestSellersHandler;
8
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
8
import in.shop2020.hotspot.dashbaord.server.handler.ItemDetailsHandler;
9
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
9
import in.shop2020.hotspot.dashbaord.server.handler.LatestArrivalsHandler;
-
 
10
import in.shop2020.hotspot.dashbaord.server.handler.MarkOrdersAsManifestedHandler;
10
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderListHandler;
11
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderListHandler;
11
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
12
import in.shop2020.hotspot.dashbaord.server.handler.NostockOrderhandler;
12
import in.shop2020.hotspot.dashbaord.server.handler.RejectOrderHandler;
13
import in.shop2020.hotspot.dashbaord.server.handler.RejectOrderHandler;
13
import in.shop2020.hotspot.dashbaord.server.handler.AcceptedOrderListHandler;
14
import in.shop2020.hotspot.dashbaord.server.handler.AcceptedOrderListHandler;
14
import in.shop2020.hotspot.dashbaord.server.handler.AddressHandler;
15
import in.shop2020.hotspot.dashbaord.server.handler.AddressHandler;
Line 50... Line 51...
50
		bindHandler(BestSellersHandler.class);
51
		bindHandler(BestSellersHandler.class);
51
		bindHandler(LatestArrivalsHandler.class);
52
		bindHandler(LatestArrivalsHandler.class);
52
		bindHandler(ItemDetailsHandler.class);
53
		bindHandler(ItemDetailsHandler.class);
53
		
54
		
54
		bindHandler(AllProvidersListHandler.class);
55
		bindHandler(AllProvidersListHandler.class);
-
 
56
		bindHandler(MarkOrdersAsManifestedHandler.class);
55
	}
57
	}
56
 
58
 
57
}
59
}