Subversion Repositories SmartDukaan

Rev

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

Rev 10074 Rev 10075
Line 58... Line 58...
58
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
58
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
59
				"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
59
				"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
60
		*/
60
		*/
61
		Map<String,Long> itemInventoryMap = FetchInventoryAtFlipkart();
61
		Map<String,Long> itemInventoryMap = FetchInventoryAtFlipkart();
62
		in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = new CatalogClient().getClient();
62
		in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = new CatalogClient().getClient();
63
		List<FlipkartItem> flipkartItems = catalogClient.getAllFlipkartItems();
63
		List<FlipkartItem> flipkartItems = null;
-
 
64
		//catalogClient.getAllFlipkartItems();
64
		List<Item> aliveItems;
65
		List<Item> aliveItems;
65
		try{
66
		try{
66
			aliveItems = catalogClient.getAllAliveItems();
67
			aliveItems = catalogClient.getAllAliveItems();
67
		}
68
		}
68
		catch(TTransportException e){
69
		catch(TTransportException e){