Liferay 7.0-ce-b4

com.liferay.portal.model
Interface UserTracker

All Superinterfaces:
BaseModel<UserTracker>, ClassedModel, Cloneable, Comparable<UserTracker>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserTrackerModel
All Known Implementing Classes:
UserTrackerWrapper

@ProviderType
public interface UserTracker
extends UserTrackerModel, PersistedModel

The extended model interface for the UserTracker service. Represents a row in the "UserTracker" database table, with each column mapped to a property of this class.

See Also:
UserTrackerModel, UserTrackerImpl, UserTrackerModelImpl

Field Summary
static Accessor<UserTracker,Long> USER_TRACKER_ID_ACCESSOR
           
 
Method Summary
 void addPath(UserTrackerPath path)
           
 String getEmailAddress()
           
 String getFullName()
           
 int getHits()
           
 List<UserTrackerPath> getPaths()
           
 
Methods inherited from interface com.liferay.portal.model.UserTrackerModel
clone, compareTo, getCompanyId, getExpandoBridge, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setMvccVersion, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

USER_TRACKER_ID_ACCESSOR

static final Accessor<UserTracker,Long> USER_TRACKER_ID_ACCESSOR
Method Detail

addPath

void addPath(UserTrackerPath path)

getEmailAddress

String getEmailAddress()

getFullName

String getFullName()

getHits

int getHits()

getPaths

List<UserTrackerPath> getPaths()

Liferay 7.0-ce-b4