com.liferay.portal.servlet
Class PortalSessionDestroyer

java.lang.Object
  extended by com.liferay.portal.kernel.util.BasePortalLifecycle
      extended by com.liferay.portal.servlet.PortalSessionDestroyer
All Implemented Interfaces:
com.liferay.portal.kernel.util.PortalLifecycle

public class PortalSessionDestroyer
extends com.liferay.portal.kernel.util.BasePortalLifecycle

View Source

Author:
Michael Young

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.util.PortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
 
Constructor Summary
PortalSessionDestroyer(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 
Method Summary
protected  void doPortalDestroy()
           
protected  void doPortalInit()
           
protected  long getCompanyId(long userId)
           
 
Methods inherited from class com.liferay.portal.kernel.util.BasePortalLifecycle
portalDestroy, portalInit, registerPortalLifecycle, registerPortalLifecycle
 
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 httpSessionEvent)
Method Detail

doPortalDestroy

protected void doPortalDestroy()
Specified by:
doPortalDestroy in class com.liferay.portal.kernel.util.BasePortalLifecycle

doPortalInit

protected void doPortalInit()
Specified by:
doPortalInit in class com.liferay.portal.kernel.util.BasePortalLifecycle

getCompanyId

protected long getCompanyId(long userId)
                     throws java.lang.Exception
Throws:
java.lang.Exception