Liferay 6.0.4

com.liferay.portal.servlet
Class PortalSessionDestroyer

java.lang.Object
  extended by com.liferay.portal.servlet.PortalSessionDestroyer
All Implemented Interfaces:
PortalInitable

public class PortalSessionDestroyer
extends Object
implements PortalInitable


Constructor Summary
PortalSessionDestroyer(javax.servlet.http.HttpSessionEvent event)
           
 
Method Summary
protected  long getCompanyId(long userId)
           
 void portalInit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalSessionDestroyer

public PortalSessionDestroyer(javax.servlet.http.HttpSessionEvent event)
Method Detail

portalInit

public void portalInit()
Specified by:
portalInit in interface PortalInitable

getCompanyId

protected long getCompanyId(long userId)
                     throws Exception
Throws:
Exception

Liferay 6.0.4