@ProviderType public interface UserTracker extends PersistedModel, UserTrackerModel
UserTrackerModel
Modifier and Type | Field and Description |
---|---|
static Accessor<UserTracker,Long> |
USER_TRACKER_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
void |
addPath(UserTrackerPath path) |
int |
compareTo(UserTracker userTracker) |
String |
getEmailAddress() |
String |
getFullName() |
int |
getHits() |
List<UserTrackerPath> |
getPaths() |
persist
getCompanyId, getModifiedDate, getMvccVersion, getPrimaryKey, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, setCompanyId, setModifiedDate, setMvccVersion, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
static final Accessor<UserTracker,Long> USER_TRACKER_ID_ACCESSOR
com.liferay.portal.model.impl.UserTrackerImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.void addPath(UserTrackerPath path)
int compareTo(UserTracker userTracker)
compareTo
in interface Comparable<UserTracker>
String getEmailAddress()
String getFullName()
int getHits()
List<UserTrackerPath> getPaths()