Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.bi.reporting.ReportResultContainer

Packages that use ReportResultContainer
com.liferay.portal.kernel.bi.reporting   
com.liferay.portal.kernel.bi.reporting.messaging   
 

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

Classes in com.liferay.portal.kernel.bi.reporting that implement ReportResultContainer
 class ByteArrayReportResultContainer
           
 

Methods in com.liferay.portal.kernel.bi.reporting that return ReportResultContainer
 ReportResultContainer ReportResultContainer.clone(String reportName)
           
 ReportResultContainer ByteArrayReportResultContainer.clone(String reportName)
           
 

Methods in com.liferay.portal.kernel.bi.reporting with parameters of type ReportResultContainer
 void ReportEngine.execute(ReportRequest reportRequest, ReportResultContainer reportResultContainer)
           
 void ReportFormatExporter.format(Object report, ReportRequest reportRequest, ReportResultContainer reportResultContainer)
           
 

Uses of ReportResultContainer in com.liferay.portal.kernel.bi.reporting.messaging
 

Methods in com.liferay.portal.kernel.bi.reporting.messaging with parameters of type ReportResultContainer
 void ReportRequestMessageListener.setReportResultContainer(ReportResultContainer reportResultContainer)
           
 void ReportCompilerRequestMessageListener.setReportResultContainer(ReportResultContainer reportResultContainer)
           
 


Liferay 6.2-ce-ga5