Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.util
Class DDLExporterFactory

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.util.DDLExporterFactory

public class DDLExporterFactory
extends Object


Constructor Summary
DDLExporterFactory()
           
 
Method Summary
static DDLExporter getDDLExporter(DDLExportFormat exportFormat)
           
 void setDDLExporters(Map<String,DDLExporter> exporters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLExporterFactory

public DDLExporterFactory()
Method Detail

getDDLExporter

public static DDLExporter getDDLExporter(DDLExportFormat exportFormat)
                                  throws PortalException
Throws:
PortalException

setDDLExporters

public void setDDLExporters(Map<String,DDLExporter> exporters)

Liferay 6.1.2-ce-ga3