Liferay 6.2-ce-ga5

com.liferay.portlet.journal.util
Class JournalConverterUtil

java.lang.Object
  extended by com.liferay.portlet.journal.util.JournalConverterUtil

public class JournalConverterUtil
extends Object


Constructor Summary
JournalConverterUtil()
           
 
Method Summary
static String getContent(DDMStructure ddmStructure, Fields ddmFields)
           
static Fields getDDMFields(DDMStructure ddmStructure, String content)
           
static String getDDMXSD(String journalXSD)
           
static JournalConverter getJournalConverter()
           
static String getJournalXSD(String ddmXSD)
           
 void setJournalConverter(JournalConverter journalConverter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalConverterUtil

public JournalConverterUtil()
Method Detail

getContent

public static String getContent(DDMStructure ddmStructure,
                                Fields ddmFields)
                         throws Exception
Throws:
Exception

getDDMFields

public static Fields getDDMFields(DDMStructure ddmStructure,
                                  String content)
                           throws Exception
Throws:
Exception

getDDMXSD

public static String getDDMXSD(String journalXSD)
                        throws Exception
Throws:
Exception

getJournalConverter

public static JournalConverter getJournalConverter()

getJournalXSD

public static String getJournalXSD(String ddmXSD)
                            throws Exception
Throws:
Exception

setJournalConverter

public void setJournalConverter(JournalConverter journalConverter)

Liferay 6.2-ce-ga5