Subversion Repositories SmartDukaan

Rev

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

Rev 10183 Rev 10306
Line 199... Line 199...
199
		Item item;
199
		Item item;
200
		StringBuffer feedResponse=  new StringBuffer();
200
		StringBuffer feedResponse=  new StringBuffer();
201
		List<FlipkartInventorySnapshot> inventorysnapshotlist = new ArrayList<FlipkartInventorySnapshot>();
201
		List<FlipkartInventorySnapshot> inventorysnapshotlist = new ArrayList<FlipkartInventorySnapshot>();
202
		for(Entry<Long, FlipkartInventoryItem> entry:flipkartItemsInventoryMap.entrySet()){
202
		for(Entry<Long, FlipkartInventoryItem> entry:flipkartItemsInventoryMap.entrySet()){
203
			if(snapdealItemsMap.containsKey(entry.getKey()) && snapdealItemsMap.get(entry.getKey()).isIsListedOnSnapdeal()){
203
			if(snapdealItemsMap.containsKey(entry.getKey()) && snapdealItemsMap.get(entry.getKey()).isIsListedOnSnapdeal()){
204
				allocation = (float) 0.67;
204
				allocation = (float) 0.33;
205
			}
205
			}
206
			else{
206
			else{
207
				allocation = (float) 0.33;
207
				allocation = (float) 0.67;
208
			}
208
			}
209
			actualstock=0;
209
			actualstock=0;
210
			orders=0;
210
			orders=0;
211
			stock=0;
211
			stock=0;
212
			heldorders=0;
212
			heldorders=0;