Liferay 6.2-ce-ga5

com.liferay.portal.kernel.bi.reporting
Class ReportFormatExporterRegistry

java.lang.Object
  extended by com.liferay.portal.kernel.bi.reporting.ReportFormatExporterRegistry

public class ReportFormatExporterRegistry
extends Object


Constructor Summary
ReportFormatExporterRegistry()
           
 
Method Summary
 ReportFormatExporter getReportFormatExporter(ReportFormat reportFormat)
           
 void setReportFormatExporters(Map<String,ReportFormatExporter> reportFormatExporters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportFormatExporterRegistry

public ReportFormatExporterRegistry()
Method Detail

getReportFormatExporter

public ReportFormatExporter getReportFormatExporter(ReportFormat reportFormat)

setReportFormatExporters

public void setReportFormatExporters(Map<String,ReportFormatExporter> reportFormatExporters)

Liferay 6.2-ce-ga5