Uses of Class
jdbreport.model.io.LoadReportException

Packages that use LoadReportException
jdbreport   
jdbreport.model   
jdbreport.model.io   
jdbreport.model.io.xml   
jdbreport.model.io.xml.odf   
jdbreport.service   
 

Uses of LoadReportException in jdbreport
 

Methods in jdbreport that throw LoadReportException
static ReportDialog JDBReport.showModalReport(Window owner, URL url, Map<String,Object> dataSetList, Map<Object,Object> vars, boolean show)
           
static ReportEditor JDBReport.showReport(File file)
          Loads the report from file and shows ReportEditor window
static ReportEditor JDBReport.showReport(File file, Map<String,Object> dataSetList)
          Loads the report from file and shows ReportEditor window
static ReportEditor JDBReport.showReport(File file, Map<String,Object> dataSetList, Map<Object,Object> vars)
          Loads the report from file and shows ReportEditor window
static ReportEditor JDBReport.showReport(File file, Map<String,Object> dataSetList, Map<Object,Object> vars, boolean show)
          Loads the report from file
static ReportEditor JDBReport.showReport(URL url)
          Loads the report from url and shows ReportEditor window
static ReportEditor JDBReport.showReport(URL url, Map<String,Object> dataSetList)
          Loads the report from url and shows ReportEditor window
static ReportEditor JDBReport.showReport(URL url, Map<String,Object> dataSetList, Map<Object,Object> vars)
          Loads report from url and shows ReportEditor window
static ReportEditor JDBReport.showReport(URL url, Map<String,Object> dataSetList, Map<Object,Object> vars, boolean show)
          Loads the report from url
 

Uses of LoadReportException in jdbreport.model
 

Methods in jdbreport.model that throw LoadReportException
 void ReportBook.open(byte[] buf, String readerId)
          Opens the report from the bytes
 void ReportBook.open(File file)
          Opens the report by the file The ReportReader is determined by extension of the file
 void ReportBook.open(File file, ReportReader reader)
          Opens the report from the file
 void ReportBook.open(InputStream stream, ReportReader reader)
          Opens the report from the stream
 void ReportBook.open(String fileName)
          Opens the report by the fileName
 void ReportBook.open(URL url)
          Opens the report from the URL The ReportReader is determined by extension of the file
 void ReportBook.open(URL url, ReportReader reader)
          Opens the report from URL
 

Uses of LoadReportException in jdbreport.model.io
 

Methods in jdbreport.model.io that throw LoadReportException
 void ReportReader.load(InputStream in, ReportBook reportBook)
           
 void ReportReader.load(Reader reader, ReportBook reportBook)
           
 

Uses of LoadReportException in jdbreport.model.io.xml
 

Methods in jdbreport.model.io.xml that throw LoadReportException
 void XMLReportReader.load(InputStream in, ReportBook reportBook)
           
 void RptReader.load(InputStream in, ReportBook reportBook)
           
 void XMLReportReader.load(Reader reader, ReportBook reportBook)
           
 void RptReader.load(Reader reader, ReportBook reportBook)
           
 

Uses of LoadReportException in jdbreport.model.io.xml.odf
 

Methods in jdbreport.model.io.xml.odf that throw LoadReportException
 void OdsReader.load(InputStream in, ReportBook reportBook)
           
 void OdsReader.load(Reader reader, ReportBook reportBook)
           
 

Uses of LoadReportException in jdbreport.service
 

Methods in jdbreport.service that throw LoadReportException
protected  void JDBReportService.convert(OutputStream out, FileType fileType, ReportBook book)
           
 byte[] JDBReportService.convert(ReportBook book, String format)
           
 ReportBook JDBReportService.createReportBook(URL templateUrl, Collection<ReportDataSet> dataSetList, Map<Object,Object> vars)
           
 ReportBook JDBReportService.getReportBook(URL templateUrl, Collection<ReportDataSet> dataSetList, Map<Object,Object> vars)
           
 ReportBook JDBReportService.getReportBook(URL templateUrl, Map<String,Object> dataSetList, Map<Object,Object> vars)
           
 byte[] JDBReportService.getReportBuf(URL templateUrl, Collection<ReportDataSet> dataSetList, Map<Object,Object> vars, String format)
           
 byte[] JDBReportService.getReportBuf(URL templateUrl, Map<String,Object> dataSetList, Map<Object,Object> vars, String format)
           
 void JDBReportService.writeReport(OutputStream out, URL templateUrl, Collection<ReportDataSet> dataSetList, Map<Object,Object> vars, String format)
           
 void JDBReportService.writeReport(OutputStream out, URL templateUrl, Map<String,Object> dataSetList, Map<Object,Object> vars, String format)