Liferay 7.0-ce-b4

com.liferay.portal.service.persistence.impl
Class ThreadLocalCompanyProvider

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.ThreadLocalCompanyProvider
All Implemented Interfaces:
CompanyProvider

public class ThreadLocalCompanyProvider
extends Object
implements CompanyProvider


Constructor Summary
ThreadLocalCompanyProvider()
           
 
Method Summary
 long getCompanyId()
           
 String getCompanyIdName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalCompanyProvider

public ThreadLocalCompanyProvider()
Method Detail

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface CompanyProvider

getCompanyIdName

public String getCompanyIdName()
Specified by:
getCompanyIdName in interface CompanyProvider

Liferay 7.0-ce-b4