Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.bi.reporting.ReportGenerationException

Packages that use ReportGenerationException
com.liferay.portal.kernel.bi.reporting   
 

Uses of ReportGenerationException in com.liferay.portal.kernel.bi.reporting
 

Subclasses of ReportGenerationException in com.liferay.portal.kernel.bi.reporting
 class ReportExportException
           
 

Methods in com.liferay.portal.kernel.bi.reporting that return ReportGenerationException
 ReportGenerationException ReportResultContainer.getReportGenerationException()
           
 ReportGenerationException ByteArrayReportResultContainer.getReportGenerationException()
           
 

Methods in com.liferay.portal.kernel.bi.reporting with parameters of type ReportGenerationException
 void ReportResultContainer.setReportGenerationException(ReportGenerationException reportGenerationException)
           
 void ByteArrayReportResultContainer.setReportGenerationException(ReportGenerationException reportGenerationException)
           
 

Methods in com.liferay.portal.kernel.bi.reporting that throw ReportGenerationException
 void ReportEngine.compile(ReportRequest reportRequest)
           
 void ReportEngine.execute(ReportRequest reportRequest, ReportResultContainer reportResultContainer)
           
 void ReportFormatExporter.format(Object report, ReportRequest reportRequest, ReportResultContainer reportResultContainer)
           
 


Liferay 6.2-ce-ga5