Liferay 6.1.2-ce-ga3

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

Packages that use ReportDesignRetriever
com.liferay.portal.kernel.bi.reporting   
com.liferay.portal.kernel.bi.reporting.servlet   
 

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

Classes in com.liferay.portal.kernel.bi.reporting that implement ReportDesignRetriever
 class ContextClassloaderReportDesignRetriever
           
 class MemoryReportDesignRetriever
           
 

Methods in com.liferay.portal.kernel.bi.reporting that return ReportDesignRetriever
 ReportDesignRetriever ReportRequest.getReportDesignRetriever()
           
 

Methods in com.liferay.portal.kernel.bi.reporting with parameters of type ReportDesignRetriever
 void ReportRequest.setReportDesignRetriever(ReportDesignRetriever reportDesignRetriever)
           
 

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

Uses of ReportDesignRetriever in com.liferay.portal.kernel.bi.reporting.servlet
 

Classes in com.liferay.portal.kernel.bi.reporting.servlet that implement ReportDesignRetriever
 class ServletContextReportDesignRetriever
           
 


Liferay 6.1.2-ce-ga3