Class ExportImportConfigurationUtil
Object
com.liferay.exportimport.kernel.configuration.ExportImportConfigurationUtil
- Author:
- Levente Hudák
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static ExportImportConfiguration
addExportImportConfiguration
(PortletRequest portletRequest, int type) static ExportImportConfiguration
addExportLayoutExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
addPublishLayoutLocalExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
addPublishLayoutRemoteExportImportConfiguration
(PortletRequest portletRequest) static String[]
getExportImportConfigurationParameter
(ExportImportConfiguration exportImportConfiguration, String parameterName) static String[]
getExportImportConfigurationParameter
(BackgroundTask backgroundTask, String parameterName) protected static ExportImportConfiguration
updateExportImportConfiguration
(PortletRequest portletRequest, int type) static ExportImportConfiguration
updateExportLayoutExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
updatePublishLayoutLocalExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
updatePublishLayoutRemoteExportImportConfiguration
(PortletRequest portletRequest)
-
Constructor Details
-
ExportImportConfigurationUtil
public ExportImportConfigurationUtil()
-
-
Method Details
-
addExportLayoutExportImportConfiguration
public static ExportImportConfiguration addExportLayoutExportImportConfiguration(PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
addPublishLayoutLocalExportImportConfiguration
public static ExportImportConfiguration addPublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
addPublishLayoutRemoteExportImportConfiguration
public static ExportImportConfiguration addPublishLayoutRemoteExportImportConfiguration(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(PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
updatePublishLayoutLocalExportImportConfiguration
public static ExportImportConfiguration updatePublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
updatePublishLayoutRemoteExportImportConfiguration
public static ExportImportConfiguration updatePublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest) throws PortalException - Throws:
PortalException
-
addExportImportConfiguration
protected static ExportImportConfiguration addExportImportConfiguration(PortletRequest portletRequest, int type) throws PortalException - Throws:
PortalException
-
updateExportImportConfiguration
protected static ExportImportConfiguration updateExportImportConfiguration(PortletRequest portletRequest, int type) throws PortalException - Throws:
PortalException
-