Liferay 6.2-ce-ga5

com.liferay.portal.lar.backgroundtask
Class BackgroundTaskContextMapFactory

java.lang.Object
  extended by com.liferay.portal.lar.backgroundtask.BackgroundTaskContextMapFactory

public class BackgroundTaskContextMapFactory
extends Object


Constructor Summary
BackgroundTaskContextMapFactory()
           
 
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)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskContextMapFactory

public BackgroundTaskContextMapFactory()
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)

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)

Liferay 6.2-ce-ga5