com.liferay.portal.model
Interface UserTracker
- All Superinterfaces:
- BaseModel<UserTracker>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<UserTracker>, PersistedModel, java.io.Serializable, UserTrackerModel
- All Known Implementing Classes:
- UserTrackerWrapper
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.
- Author:
- Brian Wing Shun Chan
- See Also:
UserTrackerModel,
UserTrackerImpl,
UserTrackerModelImpl- Generated:
| 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, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
addPath
void addPath(UserTrackerPath path)
compareTo
int compareTo(UserTracker userTracker)
- Specified by:
compareTo in interface java.lang.Comparable<UserTracker>- Specified by:
compareTo in interface UserTrackerModel
getEmailAddress
java.lang.String getEmailAddress()
getFullName
java.lang.String getFullName()
getHits
int getHits()
getPaths
java.util.List<UserTrackerPath> getPaths()