|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.UserTrackerWrapper
public class UserTrackerWrapper
This class is a wrapper for UserTracker.
UserTracker,
Serialized Form| Constructor Summary | |
|---|---|
UserTrackerWrapper(UserTracker userTracker)
|
|
| Method Summary | |
|---|---|
void |
addPath(UserTrackerPath path)
|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserTracker userTracker)
|
long |
getCompanyId()
Returns the company ID of this user tracker. |
String |
getEmailAddress()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getFullName()
|
int |
getHits()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this user tracker. |
List<UserTrackerPath> |
getPaths()
|
long |
getPrimaryKey()
Returns the primary key of this user tracker. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getRemoteAddr()
Returns the remote addr of this user tracker. |
String |
getRemoteHost()
Returns the remote host of this user tracker. |
String |
getSessionId()
Returns the session ID of this user tracker. |
String |
getUserAgent()
Returns the user agent of this user tracker. |
long |
getUserId()
Returns the user ID of this user tracker. |
long |
getUserTrackerId()
Returns the user tracker ID of this user tracker. |
String |
getUserUuid()
Returns the user uuid of this user tracker. |
UserTracker |
getWrappedModel()
|
UserTracker |
getWrappedUserTracker()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this user tracker. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this user tracker. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user tracker. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRemoteAddr(String remoteAddr)
Sets the remote addr of this user tracker. |
void |
setRemoteHost(String remoteHost)
Sets the remote host of this user tracker. |
void |
setSessionId(String sessionId)
Sets the session ID of this user tracker. |
void |
setUserAgent(String userAgent)
Sets the user agent of this user tracker. |
void |
setUserId(long userId)
Sets the user ID of this user tracker. |
void |
setUserTrackerId(long userTrackerId)
Sets the user tracker ID of this user tracker. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this user tracker. |
CacheModel<UserTracker> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserTracker |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserTrackerWrapper(UserTracker userTracker)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface UserTrackerModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserTrackerModelprimaryKey - the primary key of this user trackerpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerModelpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId in interface UserTrackerModeluserTrackerId - the user tracker ID of this user trackerpublic long getCompanyId()
getCompanyId in interface UserTrackerModelpublic void setCompanyId(long companyId)
setCompanyId in interface UserTrackerModelcompanyId - the company ID of this user trackerpublic long getUserId()
getUserId in interface UserTrackerModelpublic void setUserId(long userId)
setUserId in interface UserTrackerModeluserId - the user ID of this user tracker
public String getUserUuid()
throws SystemException
getUserUuid in interface UserTrackerModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface UserTrackerModeluserUuid - the user uuid of this user trackerpublic Date getModifiedDate()
getModifiedDate in interface UserTrackerModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface UserTrackerModelmodifiedDate - the modified date of this user trackerpublic String getSessionId()
getSessionId in interface UserTrackerModelpublic void setSessionId(String sessionId)
setSessionId in interface UserTrackerModelsessionId - the session ID of this user trackerpublic String getRemoteAddr()
getRemoteAddr in interface UserTrackerModelpublic void setRemoteAddr(String remoteAddr)
setRemoteAddr in interface UserTrackerModelremoteAddr - the remote addr of this user trackerpublic String getRemoteHost()
getRemoteHost in interface UserTrackerModelpublic void setRemoteHost(String remoteHost)
setRemoteHost in interface UserTrackerModelremoteHost - the remote host of this user trackerpublic String getUserAgent()
getUserAgent in interface UserTrackerModelpublic void setUserAgent(String userAgent)
setUserAgent in interface UserTrackerModeluserAgent - the user agent of this user trackerpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<UserTracker>isNew in interface UserTrackerModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<UserTracker>setNew in interface UserTrackerModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<UserTracker>isCachedModel in interface UserTrackerModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<UserTracker>setCachedModel in interface UserTrackerModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<UserTracker>isEscapedModel in interface UserTrackerModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserTracker>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserTrackerModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserTracker>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserTrackerModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserTracker>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserTrackerModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserTracker>setExpandoBridgeAttributes in interface UserTrackerModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<UserTracker>clone in interface UserTrackerModelclone in class Objectpublic int compareTo(UserTracker userTracker)
compareTo in interface UserTrackercompareTo in interface UserTrackerModelcompareTo in interface Comparable<UserTracker>public int hashCode()
hashCode in interface UserTrackerModelhashCode in class Objectpublic CacheModel<UserTracker> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserTracker>toCacheModel in interface UserTrackerModelpublic UserTracker toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserTracker>toEscapedModel in interface UserTrackerModelAutoEscapeBeanHandlerpublic String toString()
toString in interface UserTrackerModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<UserTracker>toXmlString in interface UserTrackerModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic String getFullName()
getFullName in interface UserTrackerpublic String getEmailAddress()
getEmailAddress in interface UserTrackerpublic List<UserTrackerPath> getPaths()
getPaths in interface UserTrackerpublic void addPath(UserTrackerPath path)
addPath in interface UserTrackerpublic int getHits()
getHits in interface UserTrackerpublic UserTracker getWrappedUserTracker()
getWrappedModel()
public UserTracker getWrappedModel()
getWrappedModel in interface ModelWrapper<UserTracker>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<UserTracker>
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||