Class ExportImportConfigurationUtil
Object
com.liferay.exportimport.kernel.configuration.ExportImportConfigurationUtil
- Author:
- Levente Hudák
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static ExportImportConfigurationaddExportImportConfiguration(PortletRequest portletRequest, int type) static ExportImportConfigurationaddExportLayoutExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationaddPublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationaddPublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest) static String[]getExportImportConfigurationParameter(ExportImportConfiguration exportImportConfiguration, String parameterName) static String[]getExportImportConfigurationParameter(BackgroundTask backgroundTask, String parameterName) protected static ExportImportConfigurationupdateExportImportConfiguration(PortletRequest portletRequest, int type) static ExportImportConfigurationupdateExportLayoutExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationupdatePublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationupdatePublishLayoutRemoteExportImportConfiguration(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
-