com.liferay.portal.kernel.util
Class GroupThreadLocal

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

public class GroupThreadLocal
extends java.lang.Object

Author:
Shinn Lok

Constructor Summary
GroupThreadLocal()
           
 
Method Summary
static java.lang.Long getGroupId()
           
static boolean isDeleteInProcess()
           
static void setDeleteInProcess(boolean deleteInProcess)
           
static void setGroupId(java.lang.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 java.lang.Long getGroupId()

isDeleteInProcess

public static boolean isDeleteInProcess()

setDeleteInProcess

public static void setDeleteInProcess(boolean deleteInProcess)

setGroupId

public static void setGroupId(java.lang.Long groupId)