com.liferay.portlet.journal.util
Interface JournalConverter
- All Known Implementing Classes:
- JournalConverterImpl
public interface JournalConverter
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