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