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 TypeMethodDescriptionvoiddeletePortletData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) voidimportAssetLinks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) voidimportPortletData(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element portletDataElement) voidimportPortletPreferences(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) voidimportServicePortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.xml.Element serviceElement) voidreadExpandoTables(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) voidreadLocks(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) voidresetPortletScope(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)
-