Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.configuration
Class ExportImportConfigurationFactory

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

public class ExportImportConfigurationFactory
extends Object


Constructor Summary
ExportImportConfigurationFactory()
           
 
Method Summary
protected static Map<String,String[]> addDefaultPublishingParameters(Map<String,String[]> parameterMap)
           
static ExportImportConfiguration buildDefaultLocalPublishingExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout)
           
static ExportImportConfiguration buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String,String[]> parameterMap)
           
static ExportImportConfiguration buildDefaultRemotePublishingExportImportConfiguration(PortletRequest portletRequest)
           
static ExportImportConfiguration buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId)
           
protected static ExportImportConfiguration buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, Map<String,String[]> parameterMap)
           
protected static Map<String,String[]> getDefaultPublishingParameters()
           
static Map<String,String[]> getDefaultPublishingParameters(PortletRequest portletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationFactory

public ExportImportConfigurationFactory()
Method Detail

buildDefaultLocalPublishingExportImportConfiguration

public static ExportImportConfiguration buildDefaultLocalPublishingExportImportConfiguration(PortletRequest portletRequest)
                                                                                      throws PortalException
Throws:
PortalException

buildDefaultLocalPublishingExportImportConfiguration

public static ExportImportConfiguration buildDefaultLocalPublishingExportImportConfiguration(User user,
                                                                                             long sourceGroupId,
                                                                                             long targetGroupId,
                                                                                             boolean privateLayout)
                                                                                      throws PortalException
Throws:
PortalException

buildDefaultLocalPublishingExportImportConfiguration

public static ExportImportConfiguration buildDefaultLocalPublishingExportImportConfiguration(User user,
                                                                                             long sourceGroupId,
                                                                                             long targetGroupId,
                                                                                             boolean privateLayout,
                                                                                             Map<String,String[]> parameterMap)
                                                                                      throws PortalException
Throws:
PortalException

buildDefaultRemotePublishingExportImportConfiguration

public static ExportImportConfiguration buildDefaultRemotePublishingExportImportConfiguration(PortletRequest portletRequest)
                                                                                       throws PortalException
Throws:
PortalException

buildDefaultRemotePublishingExportImportConfiguration

public static ExportImportConfiguration buildDefaultRemotePublishingExportImportConfiguration(User user,
                                                                                              long sourceGroupId,
                                                                                              boolean privateLayout,
                                                                                              String remoteAddress,
                                                                                              int remotePort,
                                                                                              String remotePathContext,
                                                                                              boolean secureConnection,
                                                                                              long remoteGroupId)
                                                                                       throws PortalException
Throws:
PortalException

getDefaultPublishingParameters

public static Map<String,String[]> getDefaultPublishingParameters(PortletRequest portletRequest)

addDefaultPublishingParameters

protected static Map<String,String[]> addDefaultPublishingParameters(Map<String,String[]> parameterMap)

buildDefaultRemotePublishingExportImportConfiguration

protected static ExportImportConfiguration buildDefaultRemotePublishingExportImportConfiguration(User user,
                                                                                                 long sourceGroupId,
                                                                                                 boolean privateLayout,
                                                                                                 String remoteAddress,
                                                                                                 int remotePort,
                                                                                                 String remotePathContext,
                                                                                                 boolean secureConnection,
                                                                                                 long remoteGroupId,
                                                                                                 Map<String,String[]> parameterMap)
                                                                                          throws PortalException
Throws:
PortalException

getDefaultPublishingParameters

protected static Map<String,String[]> getDefaultPublishingParameters()

Liferay 7.0-ce-b4