Liferay 6.0.5

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 getExporter(ReportFormat reportFormat)
           
 void setExporters(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

getExporter

public ReportFormatExporter getExporter(ReportFormat reportFormat)

setExporters

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

Liferay 6.0.5