Liferay 7.0-ce-m6

com.liferay.portlet.journal.util
Class JournalConverterUtil

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

@ProviderType
public class JournalConverterUtil
extends Object


Constructor Summary
JournalConverterUtil()
           
 
Method Summary
static String getContent(DDMStructure ddmStructure, Fields ddmFields)
           
static Fields getDDMFields(DDMStructure ddmStructure, Document document)
           
static Fields getDDMFields(DDMStructure ddmStructure, String content)
           
static String getDDMXSD(String journalXSD)
           
static String getDDMXSD(String journalXSD, Locale defaultLocale)
           
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,
                                  Document document)
                           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

getDDMXSD

public static String getDDMXSD(String journalXSD,
                               Locale defaultLocale)
                        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 7.0-ce-m6