Interface ExportImportPortletPreferencesProcessor

All Known Implementing Classes:
BaseExportImportPortletPreferencesProcessor

public interface ExportImportPortletPreferencesProcessor
  • 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