Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.configuration
Class ExportImportConfigurationParameterMapFactory

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

public class ExportImportConfigurationParameterMapFactory
extends Object


Constructor Summary
ExportImportConfigurationParameterMapFactory()
           
 
Method Summary
static Map<String,String[]> buildParameterMap()
           
static Map<String,String[]> buildParameterMap(PortletRequest portletRequest)
           
static Map<String,String[]> buildParameterMap(String dataStrategy, Boolean deleteMissingLayouts, Boolean deletePortletData, Boolean ignoreLastPublishDate, Boolean layoutSetPrototypeLinkEnabled, Boolean layoutSetSettings, Boolean logo, Boolean permissions, Boolean portletConfiguration, Boolean portletConfigurationAll, Boolean portletData, Boolean portletDataAll, Boolean portletSetupAll, String range, Boolean themeReference, Boolean updateLastPublishDate, String userIdStrategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationParameterMapFactory

public ExportImportConfigurationParameterMapFactory()
Method Detail

buildParameterMap

public static Map<String,String[]> buildParameterMap()

buildParameterMap

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

buildParameterMap

public static Map<String,String[]> buildParameterMap(String dataStrategy,
                                                     Boolean deleteMissingLayouts,
                                                     Boolean deletePortletData,
                                                     Boolean ignoreLastPublishDate,
                                                     Boolean layoutSetPrototypeLinkEnabled,
                                                     Boolean layoutSetSettings,
                                                     Boolean logo,
                                                     Boolean permissions,
                                                     Boolean portletConfiguration,
                                                     Boolean portletConfigurationAll,
                                                     Boolean portletData,
                                                     Boolean portletDataAll,
                                                     Boolean portletSetupAll,
                                                     String range,
                                                     Boolean themeReference,
                                                     Boolean updateLastPublishDate,
                                                     String userIdStrategy)

Liferay 7.0-ce-b4