Package framework.beans.report

Examples of framework.beans.report.ReportBeanRemote


      throw new ClipsServerException("Ошибка при получении отчета", ex);
    }
  }
 
  private JasperPrint buildReport(Map<String, Object> parameters) throws ClipsServerException, JRException{
    ReportBeanRemote      bean = getBean(ReportBean.class);
        DiseaseReport entity = getExistentEntity();
    bean.initByID(entity.getReport().getId(), getSessionId());
    return bean.getReport(parameters);
  }
View Full Code Here

TOP

Related Classes of framework.beans.report.ReportBeanRemote

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.