Subversion Repositories SmartDukaan

Rev

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

Rev 6492 Rev 6493
Line 74... Line 74...
74
		
74
		
75
		Map<Long, Long> itemAvailabilitiesOnSite = null;
75
		Map<Long, Long> itemAvailabilitiesOnSite = null;
76
		
76
		
77
		try {
77
		try {
78
			in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = new CatalogClient().getClient();
78
			in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = new CatalogClient().getClient();
79
			List<Item> activeItems = 	catalogClient.getAllItems(true);
79
			List<Item> activeItems = 	catalogClient.getAllItems(false);
80
			List<Long> itemIds = new ArrayList<Long>();
80
			List<Long> itemIds = new ArrayList<Long>();
81
			for(Item item : activeItems) {
81
			for(Item item : activeItems) {
82
				itemIds.add(item.getId());
82
				itemIds.add(item.getId());
83
			}
83
			}
84
			Client inventoryClient = new InventoryClient().getClient();
84
			Client inventoryClient = new InventoryClient().getClient();