Interface ExportImportContentProcessor<T extends Serializable>


public interface ExportImportContentProcessor<T extends Serializable>
  • Method Summary

    Modifier and Type
    Method
    Description
    replaceExportContentReferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.StagedModel stagedModel, T content, boolean exportReferencedContent, boolean escapeContent)
     
    replaceImportContentReferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.StagedModel stagedModel, T content)
     
    void
    validateContentReferences(long groupId, T content)
     
  • Method Details

    • replaceExportContentReferences

      T replaceExportContentReferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.StagedModel stagedModel, T content, boolean exportReferencedContent, boolean escapeContent) throws Exception
      Throws:
      Exception
    • replaceImportContentReferences

      T replaceImportContentReferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.StagedModel stagedModel, T content) throws Exception
      Throws:
      Exception
    • validateContentReferences

      void validateContentReferences(long groupId, T content) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException