Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.backgroundtask
Class BackgroundTaskContextMapFactory

java.lang.Object
  extended by com.liferay.portlet.exportimport.backgroundtask.BackgroundTaskContextMapFactory

Deprecated. As of 7.0.0, replaced by ExportImportConfigurationSettingsMapFactory

@Deprecated
public class BackgroundTaskContextMapFactory
extends Object


Constructor Summary
BackgroundTaskContextMapFactory()
          Deprecated.  
 
Method Summary
static Map<String,Serializable> buildTaskContextMap(long userId, long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, String cmd, Date startDate, Date endDate, String fileName)
          Deprecated.  
static Map<String,Serializable> buildTaskContextMap(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, String cmd, Date startDate, Date endDate, String fileName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskContextMapFactory

public BackgroundTaskContextMapFactory()
Deprecated. 
Method Detail

buildTaskContextMap

public static Map<String,Serializable> buildTaskContextMap(long userId,
                                                           long groupId,
                                                           boolean privateLayout,
                                                           long[] layoutIds,
                                                           Map<String,String[]> parameterMap,
                                                           String cmd,
                                                           Date startDate,
                                                           Date endDate,
                                                           String fileName)
Deprecated. 

buildTaskContextMap

public static Map<String,Serializable> buildTaskContextMap(long userId,
                                                           long plid,
                                                           long groupId,
                                                           String portletId,
                                                           Map<String,String[]> parameterMap,
                                                           String cmd,
                                                           Date startDate,
                                                           Date endDate,
                                                           String fileName)
Deprecated. 

Liferay 7.0-ce-m6