com.liferay.portal.model.impl
Class UserTrackerImpl

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

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
CACHE_ENABLED, LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP
 
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<com.liferay.portal.model.UserTrackerPath> 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, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, 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, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, 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<com.liferay.portal.model.UserTrackerPath> 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
Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class UserTrackerModelImpl