Class ExportImportConfigurationUtil
Object
com.liferay.exportimport.kernel.configuration.ExportImportConfigurationUtil
- Author:
- Levente Hudák
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static ExportImportConfigurationaddExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest, int type) static ExportImportConfigurationaddExportLayoutExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) static ExportImportConfigurationaddPublishLayoutLocalExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) static ExportImportConfigurationaddPublishLayoutRemoteExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) static String[]getExportImportConfigurationParameter(ExportImportConfiguration exportImportConfiguration, String parameterName) static String[]getExportImportConfigurationParameter(BackgroundTask backgroundTask, String parameterName) protected static ExportImportConfigurationupdateExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest, int type) static ExportImportConfigurationupdateExportLayoutExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) static ExportImportConfigurationupdatePublishLayoutLocalExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) static ExportImportConfigurationupdatePublishLayoutRemoteExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest)
-
Constructor Details
-
ExportImportConfigurationUtil
public ExportImportConfigurationUtil()
-
-
Method Details
-
addExportLayoutExportImportConfiguration
public static ExportImportConfiguration addExportLayoutExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
addPublishLayoutLocalExportImportConfiguration
public static ExportImportConfiguration addPublishLayoutLocalExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
addPublishLayoutRemoteExportImportConfiguration
public static ExportImportConfiguration addPublishLayoutRemoteExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
getExportImportConfigurationParameter
public static String[] getExportImportConfigurationParameter(BackgroundTask backgroundTask, String parameterName) throws PortalException - Throws:
PortalException
-
getExportImportConfigurationParameter
public static String[] getExportImportConfigurationParameter(ExportImportConfiguration exportImportConfiguration, String parameterName) throws PortalException - Throws:
PortalException
-
updateExportLayoutExportImportConfiguration
public static ExportImportConfiguration updateExportLayoutExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
updatePublishLayoutLocalExportImportConfiguration
public static ExportImportConfiguration updatePublishLayoutLocalExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
updatePublishLayoutRemoteExportImportConfiguration
public static ExportImportConfiguration updatePublishLayoutRemoteExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
addExportImportConfiguration
protected static ExportImportConfiguration addExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest, int type) throws PortalException - Throws:
PortalException
-
updateExportImportConfiguration
protected static ExportImportConfiguration updateExportImportConfiguration(jakarta.portlet.PortletRequest portletRequest, int type) throws PortalException - Throws:
PortalException
-