relationObjectType = getApplicationService().get(
ResearchObject.class, Integer.parseInt(id)).getType();
statcomponent.setRelationObjectType(relationObjectType);
}
dataBeans.putAll(statcomponent.query(id, solrServer));
label.putAll(statcomponent.getLabels(UIUtil.obtainContext(request),
CrisConstants.getEntityTypeText(relationObjectType)));
ResultBean result = new ResultBean(dataBeans,
statsComponentsService.getCommonsParams());