com.liferay.portal.security.auth
Class CompanyThreadLocal

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

public class CompanyThreadLocal
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
CompanyThreadLocal()
           
 
Method Summary
static java.lang.Long getCompanyId()
           
static void setCompanyId(int companyId)
           
static void setCompanyId(java.lang.Long companyId)
           
 
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 java.lang.Long getCompanyId()

setCompanyId

public static void setCompanyId(int companyId)

setCompanyId

public static void setCompanyId(java.lang.Long companyId)