Liferay 6.1.2-ce-ga3

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 void setCompanyId(int companyId)
           
static void setCompanyId(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 Long getCompanyId()

setCompanyId

public static void setCompanyId(int companyId)

setCompanyId

public static void setCompanyId(Long companyId)

Liferay 6.1.2-ce-ga3