com.liferay.portal.model.impl
Class UserTrackerImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portal.model.impl.UserTrackerModelImpl
          extended bycom.liferay.portal.model.impl.UserTrackerImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, com.liferay.portal.model.UserTracker, com.liferay.portal.model.UserTrackerModel

public class UserTrackerImpl
extends UserTrackerModelImpl
implements com.liferay.portal.model.UserTracker

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_REMOTEADDR, XSS_ALLOW_REMOTEHOST, XSS_ALLOW_SESSIONID, XSS_ALLOW_USERAGENT
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
UserTrackerImpl()
           
 
Method Summary
 void addPath(com.liferay.portal.model.UserTrackerPath path)
           
 int compareTo(java.lang.Object obj)
           
 java.lang.String getEmailAddress()
           
 java.lang.String getFullName()
           
 int getHits()
           
 javax.servlet.http.HttpSession getHttpSession()
           
 java.util.List getPaths()
           
 void setHttpSession(javax.servlet.http.HttpSession ses)
           
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl
clone, equals, getCompanyId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, hashCode, setCompanyId, setModifiedDate, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserTrackerModel
getCompanyId, getModifiedDate, getPrimaryKey, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, setCompanyId, setModifiedDate, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 

Constructor Detail

UserTrackerImpl

public UserTrackerImpl()
Method Detail

getHttpSession

public javax.servlet.http.HttpSession getHttpSession()
Specified by:
getHttpSession in interface com.liferay.portal.model.UserTracker

setHttpSession

public void setHttpSession(javax.servlet.http.HttpSession ses)
Specified by:
setHttpSession in interface com.liferay.portal.model.UserTracker

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in interface com.liferay.portal.model.UserTracker

getEmailAddress

public java.lang.String getEmailAddress()
Specified by:
getEmailAddress in interface com.liferay.portal.model.UserTracker

getPaths

public java.util.List getPaths()
Specified by:
getPaths in interface com.liferay.portal.model.UserTracker

addPath

public void addPath(com.liferay.portal.model.UserTrackerPath path)
Specified by:
addPath in interface com.liferay.portal.model.UserTracker

getHits

public int getHits()
Specified by:
getHits in interface com.liferay.portal.model.UserTracker

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface com.liferay.portal.model.UserTracker
Overrides:
compareTo in class UserTrackerModelImpl