Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class GroupThreadLocal

java.lang.Object
  extended by com.liferay.portal.kernel.util.GroupThreadLocal

public class GroupThreadLocal
extends Object


Constructor Summary
GroupThreadLocal()
           
 
Method Summary
static Long getGroupId()
           
static boolean isDeleteInProcess()
           
static void setDeleteInProcess(boolean deleteInProcess)
           
static void setGroupId(Long groupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupThreadLocal

public GroupThreadLocal()
Method Detail

getGroupId

public static Long getGroupId()

isDeleteInProcess

public static boolean isDeleteInProcess()

setDeleteInProcess

public static void setDeleteInProcess(boolean deleteInProcess)

setGroupId

public static void setGroupId(Long groupId)

Liferay 6.2-ce-ga5