@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) |
String |
getEmailAddress() |
String |
getFullName() |
int |
getHits() |
List<UserTrackerPath> |
getPaths() |
persist
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
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
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)
String getEmailAddress()
String getFullName()
int getHits()
List<UserTrackerPath> getPaths()