Subversion Repositories SmartDukaan

Rev

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

Rev 5109 Rev 5945
Line 194... Line 194...
194
				}
194
				}
195
				try {
195
				try {
196
				    EntityState state = CreationUtils.getEntityState(entityId);
196
				    EntityState state = CreationUtils.getEntityState(entityId);
197
				    
197
				    
198
					CatalogClient csc = new CatalogClient();
198
					CatalogClient csc = new CatalogClient();
199
					in.shop2020.model.v1.catalog.InventoryService.Client iclient = csc.getClient();
199
					in.shop2020.model.v1.catalog.CatalogService.Client iclient = csc.getClient();
200
					iclient.markItemAsContentComplete(entityId, state.getCategoryID(), state.getBrand(), state.getModelName(), state.getModelNumber());	
200
					iclient.markItemAsContentComplete(entityId, state.getCategoryID(), state.getBrand(), state.getModelName(), state.getModelNumber());	
201
					
201
					
202
                    List<Long> inconsistentEntities = CreationUtils.getInconsistentEntities();
202
                    List<Long> inconsistentEntities = CreationUtils.getInconsistentEntities();
203
                    if(inconsistentEntities != null){
203
                    if(inconsistentEntities != null){
204
                        inconsistentEntities.remove(state.getID());
204
                        inconsistentEntities.remove(state.getID());