Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class UserTrackerImpl

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

public class UserTrackerImpl
extends UserTrackerBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SESSIONID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, USERTRACKERID_COLUMN_BITMASK
 
Constructor Summary
UserTrackerImpl()
           
 
Method Summary
 void addPath(UserTrackerPath path)
           
 int compareTo(UserTracker userTracker)
           
 String getEmailAddress()
           
 String getFullName()
           
 int getHits()
           
 List<UserTrackerPath> getPaths()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl
clone, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalSessionId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserTrackerModel
clone, getCompanyId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

UserTrackerImpl

public UserTrackerImpl()
Method Detail

addPath

public void addPath(UserTrackerPath path)

compareTo

public int compareTo(UserTracker userTracker)
Specified by:
compareTo in interface UserTrackerModel
Specified by:
compareTo in interface Comparable<UserTracker>
Overrides:
compareTo in class UserTrackerModelImpl

getEmailAddress

public String getEmailAddress()

getFullName

public String getFullName()

getHits

public int getHits()

getPaths

public List<UserTrackerPath> getPaths()

Liferay 6.2-ce-ga5