Interface PortletImportController

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

public interface PortletImportController extends com.liferay.exportimport.kernel.controller.ImportController
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deletePortletData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    void
    importAssetLinks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    void
    importPortletData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element portletDataElement)
     
    void
    importPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, long companyId, long groupId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.xml.Element parentElement, boolean preserveScopeLayoutId, boolean importPortletArchivedSetups, boolean importPortletData, boolean importPortletSetup, boolean importPortletUserPreferences)
     
    void
    importServicePortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element serviceElement)
     
    void
    readExpandoTables(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    void
    readLocks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    void
    resetPortletScope(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, long groupId)
     

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

    importDataDeletions, importFile, validateFile
  • Method Details

    • deletePortletData

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

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

      void importPortletData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element portletDataElement) throws Exception
      Throws:
      Exception
    • importPortletPreferences

      void importPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, long companyId, long groupId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.xml.Element parentElement, boolean preserveScopeLayoutId, boolean importPortletArchivedSetups, boolean importPortletData, boolean importPortletSetup, boolean importPortletUserPreferences) throws Exception
      Throws:
      Exception
    • importServicePortletPreferences

      void importServicePortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element serviceElement) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • readExpandoTables

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

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

      void resetPortletScope(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, long groupId)