Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.configuration
Class ExportImportConfigurationHelper

java.lang.Object
  extended by com.liferay.portlet.exportimport.configuration.ExportImportConfigurationHelper

@ProviderType
public class ExportImportConfigurationHelper
extends Object


Constructor Summary
ExportImportConfigurationHelper()
           
 
Method Summary
protected static ExportImportConfiguration addExportImportConfiguration(PortletRequest portletRequest, int type)
           
static ExportImportConfiguration addExportLayoutExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration addPublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration addPublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest)
           
protected static ExportImportConfiguration updateExportImportConfiguration(PortletRequest portletRequest, int type)
           
static ExportImportConfiguration updateExportLayoutExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration updatePublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration updatePublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationHelper

public ExportImportConfigurationHelper()
Method Detail

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

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

Liferay 7.0-ce-b4