|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl
com.liferay.portal.model.impl.UserTrackerModelImpl
com.liferay.portal.model.impl.UserTrackerImpl
public class UserTrackerImpl
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 |
---|
public UserTrackerImpl()
Method Detail |
---|
public javax.servlet.http.HttpSession getHttpSession()
getHttpSession
in interface com.liferay.portal.model.UserTracker
public void setHttpSession(javax.servlet.http.HttpSession ses)
setHttpSession
in interface com.liferay.portal.model.UserTracker
public java.lang.String getFullName()
getFullName
in interface com.liferay.portal.model.UserTracker
public java.lang.String getEmailAddress()
getEmailAddress
in interface com.liferay.portal.model.UserTracker
public java.util.List<com.liferay.portal.model.UserTrackerPath> getPaths()
getPaths
in interface com.liferay.portal.model.UserTracker
public void addPath(com.liferay.portal.model.UserTrackerPath path)
addPath
in interface com.liferay.portal.model.UserTracker
public int getHits()
getHits
in interface com.liferay.portal.model.UserTracker
public int compareTo(java.lang.Object obj)
compareTo
in interface com.liferay.portal.model.UserTracker
compareTo
in interface java.lang.Comparable
compareTo
in class UserTrackerModelImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |