Liferay 7.0-ce-m3

com.liferay.portlet.journal.util
Interface JournalConverter

All Known Implementing Classes:
JournalConverterImpl

@ProviderType
public interface JournalConverter


Method Summary
 String getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 Fields getDDMFields(DDMStructure ddmStructure, Document document)
           
 Fields getDDMFields(DDMStructure ddmStructure, String content)
           
 String getDDMXSD(String journalXSD)
           
 String getDDMXSD(String journalXSD, Locale defaultLocale)
           
 String getJournalXSD(String ddmXSD)
           
 

Method Detail

getContent

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

getDDMFields

Fields getDDMFields(DDMStructure ddmStructure,
                    Document document)
                    throws Exception
Throws:
Exception

getDDMFields

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

getDDMXSD

String getDDMXSD(String journalXSD)
                 throws Exception
Throws:
Exception

getDDMXSD

String getDDMXSD(String journalXSD,
                 Locale defaultLocale)
                 throws Exception
Throws:
Exception

getJournalXSD

String getJournalXSD(String ddmXSD)
                     throws Exception
Throws:
Exception

Liferay 7.0-ce-m3