Liferay 6.2.0

com.liferay.portlet.journal.util
Interface JournalConverter


public interface JournalConverter


Method Summary
abstract  String getContent(DDMStructure ddmStructure, Fields ddmFields)
           
abstract  Fields getDDMFields(DDMStructure ddmStructure, String content)
           
abstract  String getDDMXSD(String journalXSD)
           
abstract  String getJournalXSD(String ddmXSD)
           
abstract  String updateDynamicElements(String content)
           
 

Method Detail

getContent

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

getDDMFields

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

getDDMXSD

String getDDMXSD(String journalXSD)
                 throws Exception
Throws:
Exception

getJournalXSD

String getJournalXSD(String ddmXSD)
                     throws Exception
Throws:
Exception

updateDynamicElements

String updateDynamicElements(String content)
                             throws Exception
Throws:
Exception

Liferay 6.2.0