Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portal.kernel.bi.reporting that return ReportRequestContext
 ReportRequestContext ReportRequest.getReportRequestContext()
           
 

Methods in com.liferay.portal.kernel.bi.reporting with parameters of type ReportRequestContext
 void ReportRequest.setReportRequestContext(ReportRequestContext reportRequestContext)
           
 

Constructors in com.liferay.portal.kernel.bi.reporting with parameters of type ReportRequestContext
ReportRequest(ReportRequestContext reportRequestContext, ReportDesignRetriever reportDesignRetriever, Map<String,String> reportParameters, String reportFormat)
           
 


Liferay 6.1.2-ce-ga3