Interface JournalConverter


@ProviderType public interface JournalConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    getContent(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure, com.liferay.dynamic.data.mapping.storage.Fields ddmFields, long groupId)
     
    com.liferay.dynamic.data.mapping.storage.Fields
    getDDMFields(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure, String content)
     
    com.liferay.portal.kernel.xml.Document
    getDocument(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure, com.liferay.dynamic.data.mapping.storage.Fields ddmFields, long groupId)
     
  • Method Details

    • getContent

      String getContent(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure, com.liferay.dynamic.data.mapping.storage.Fields ddmFields, long groupId) throws Exception
      Throws:
      Exception
    • getDDMFields

      com.liferay.dynamic.data.mapping.storage.Fields getDDMFields(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure, String content) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDocument

      com.liferay.portal.kernel.xml.Document getDocument(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure, com.liferay.dynamic.data.mapping.storage.Fields ddmFields, long groupId) throws Exception
      Throws:
      Exception