Interface PortletExportController

All Superinterfaces:
com.liferay.exportimport.kernel.controller.ExportController, com.liferay.exportimport.kernel.controller.ExportImportController

public interface PortletExportController extends com.liferay.exportimport.kernel.controller.ExportController
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exportAssetLinks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    void
    exportLocks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    void
    exportPortlet(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, long plid, com.liferay.portal.kernel.xml.Element parentElement, boolean exportPermissions, boolean exportPortletArchivedSetups, boolean exportPortletData, boolean exportPortletSetup, boolean exportPortletUserPreferences)
     
    void
    exportService(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element rootElement, boolean exportServiceSetup)
     

    Methods inherited from interface com.liferay.exportimport.kernel.controller.ExportController

    export
  • Method Details

    • exportAssetLinks

      void exportAssetLinks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) throws Exception
      Throws:
      Exception
    • exportLocks

      void exportLocks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) throws Exception
      Throws:
      Exception
    • exportPortlet

      void exportPortlet(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, long plid, com.liferay.portal.kernel.xml.Element parentElement, boolean exportPermissions, boolean exportPortletArchivedSetups, boolean exportPortletData, boolean exportPortletSetup, boolean exportPortletUserPreferences) throws Exception
      Throws:
      Exception
    • exportService

      void exportService(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element rootElement, boolean exportServiceSetup) throws Exception
      Throws:
      Exception