Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class CompanyThreadLocal

java.lang.Object
  extended by com.liferay.portal.security.auth.CompanyThreadLocal

public class CompanyThreadLocal
extends Object


Constructor Summary
CompanyThreadLocal()
           
 
Method Summary
static Long getCompanyId()
           
static boolean isDeleteInProcess()
           
static void setCompanyId(int companyId)
           
static void setCompanyId(Long companyId)
           
static void setDeleteInProcess(boolean deleteInProcess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanyThreadLocal

public CompanyThreadLocal()
Method Detail

getCompanyId

public static Long getCompanyId()

isDeleteInProcess

public static boolean isDeleteInProcess()

setCompanyId

public static void setCompanyId(int companyId)

setCompanyId

public static void setCompanyId(Long companyId)

setDeleteInProcess

public static void setDeleteInProcess(boolean deleteInProcess)

Liferay 6.2-ce-ga5