Interface ExportImportPortletPreferencesProcessor
- All Known Implementing Classes:
BaseExportImportPortletPreferencesProcessor
public interface ExportImportPortletPreferencesProcessor
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
javax.portlet.PortletPreferences
processExportPortletPreferences
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences) javax.portlet.PortletPreferences
processImportPortletPreferences
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences)
-
Method Details
-
getExportCapabilities
List<Capability> getExportCapabilities() -
getImportCapabilities
List<Capability> getImportCapabilities() -
isPublishDisplayedContent
default boolean isPublishDisplayedContent() -
processExportPortletPreferences
javax.portlet.PortletPreferences processExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences) throws com.liferay.exportimport.kernel.lar.PortletDataException - Throws:
com.liferay.exportimport.kernel.lar.PortletDataException
-
processImportPortletPreferences
javax.portlet.PortletPreferences processImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences) throws com.liferay.exportimport.kernel.lar.PortletDataException - Throws:
com.liferay.exportimport.kernel.lar.PortletDataException
-