|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.UserTrackerPathWrapper
public class UserTrackerPathWrapper
This class is a wrapper for UserTrackerPath.
UserTrackerPath,
Serialized Form| Constructor Summary | |
|---|---|
UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserTrackerPath userTrackerPath)
|
boolean |
equals(Object obj)
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getPath()
Returns the path of this user tracker path. |
Date |
getPathDate()
Returns the path date of this user tracker path. |
long |
getPrimaryKey()
Returns the primary key of this user tracker path. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserTrackerId()
Returns the user tracker ID of this user tracker path. |
long |
getUserTrackerPathId()
Returns the user tracker path ID of this user tracker path. |
UserTrackerPath |
getWrappedModel()
|
UserTrackerPath |
getWrappedUserTrackerPath()
Deprecated. As of 6.1.0, replaced by 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 |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPath(String path)
Sets the path of this user tracker path. |
void |
setPathDate(Date pathDate)
Sets the path date of this user tracker path. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user tracker path. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserTrackerId(long userTrackerId)
Sets the user tracker ID of this user tracker path. |
void |
setUserTrackerPathId(long userTrackerPathId)
Sets the user tracker path ID of this user tracker path. |
CacheModel<UserTrackerPath> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserTrackerPath |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
UserTrackerPath |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserTrackerPath>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserTrackerPath>public long getPrimaryKey()
getPrimaryKey in interface UserTrackerPathModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserTrackerPathModelprimaryKey - the primary key of this user tracker pathpublic long getUserTrackerPathId()
getUserTrackerPathId in interface UserTrackerPathModelpublic void setUserTrackerPathId(long userTrackerPathId)
setUserTrackerPathId in interface UserTrackerPathModeluserTrackerPathId - the user tracker path ID of this user tracker pathpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerPathModelpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId in interface UserTrackerPathModeluserTrackerId - the user tracker ID of this user tracker pathpublic String getPath()
getPath in interface UserTrackerPathModelpublic void setPath(String path)
setPath in interface UserTrackerPathModelpath - the path of this user tracker pathpublic Date getPathDate()
getPathDate in interface UserTrackerPathModelpublic void setPathDate(Date pathDate)
setPathDate in interface UserTrackerPathModelpathDate - the path date of this user tracker pathpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<UserTrackerPath>isNew in interface UserTrackerPathModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<UserTrackerPath>setNew in interface UserTrackerPathModeln - 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<UserTrackerPath>isCachedModel in interface UserTrackerPathModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<UserTrackerPath>setCachedModel in interface UserTrackerPathModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<UserTrackerPath>isEscapedModel in interface UserTrackerPathModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserTrackerPath>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserTrackerPathModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserTrackerPath>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserTrackerPathModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserTrackerPath>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserTrackerPathModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<UserTrackerPath>clone in interface UserTrackerPathModelclone in class Objectpublic int compareTo(UserTrackerPath userTrackerPath)
compareTo in interface UserTrackerPathModelcompareTo in interface Comparable<UserTrackerPath>public int hashCode()
hashCode in interface UserTrackerPathModelhashCode in class Objectpublic CacheModel<UserTrackerPath> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserTrackerPath>toCacheModel in interface UserTrackerPathModelpublic UserTrackerPath toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserTrackerPath>toEscapedModel in interface UserTrackerPathModelAutoEscapeBeanHandlerpublic UserTrackerPath toUnescapedModel()
toUnescapedModel in interface BaseModel<UserTrackerPath>toUnescapedModel in interface UserTrackerPathModelpublic String toString()
toString in interface UserTrackerPathModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<UserTrackerPath>toXmlString in interface UserTrackerPathModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(Object obj)
equals in class Objectpublic UserTrackerPath getWrappedUserTrackerPath()
getWrappedModel()
public UserTrackerPath getWrappedModel()
getWrappedModel in interface ModelWrapper<UserTrackerPath>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<UserTrackerPath>
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||