com.liferay.portal.model
Interface UserTracker

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserTrackerModel

public interface UserTracker
extends UserTrackerModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the UserTracker table in the database.

Customize com.liferay.portal.service.model.impl.UserTrackerImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.UserTrackerModel, com.liferay.portal.service.model.impl.UserTrackerImpl, com.liferay.portal.service.model.impl.UserTrackerModelImpl

Method Summary
 void addPath(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 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
 

Method Detail

getHttpSession

public javax.servlet.http.HttpSession getHttpSession()

setHttpSession

public void setHttpSession(javax.servlet.http.HttpSession ses)

getFullName

public java.lang.String getFullName()

getEmailAddress

public java.lang.String getEmailAddress()

getPaths

public java.util.List getPaths()

addPath

public void addPath(UserTrackerPath path)

getHits

public int getHits()

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable