}
public JbsReport(String reportTypeName, JbsUser user, JbsCompany company) throws Exception {
this.initReport(user, company);
ReportTypesRemote reportTypes = (ReportTypesRemote) ClientTools.getRemoteBean(ReportTypesRemote.class);
ReportType reportType = reportTypes.findReportType(reportTypeName);
this.reportTemplate = this.findReportTemplate(reportType, user, company);
}
public JbsReport(ReportType reportType, JbsUser user, JbsCompany company) throws Exception {
this.initReport(user, company);