|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.PasswordTrackerWrapper
public class PasswordTrackerWrapper
This class is a wrapper for PasswordTracker.
PasswordTracker,
Serialized Form| Constructor Summary | |
|---|---|
PasswordTrackerWrapper(PasswordTracker passwordTracker)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordTracker passwordTracker)
|
Date |
getCreateDate()
Returns the create date of this password tracker. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getPassword()
Returns the password of this password tracker. |
long |
getPasswordTrackerId()
Returns the password tracker ID of this password tracker. |
long |
getPrimaryKey()
Returns the primary key of this password tracker. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this password tracker. |
String |
getUserUuid()
Returns the user uuid of this password tracker. |
PasswordTracker |
getWrappedModel()
|
PasswordTracker |
getWrappedPasswordTracker()
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 |
setCreateDate(Date createDate)
Sets the create date of this password tracker. |
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 |
setPassword(String password)
Sets the password of this password tracker. |
void |
setPasswordTrackerId(long passwordTrackerId)
Sets the password tracker ID of this password tracker. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this password tracker. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this password tracker. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this password tracker. |
CacheModel<PasswordTracker> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
PasswordTracker |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
PasswordTracker |
toUnescapedModel()
|
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 PasswordTrackerWrapper(PasswordTracker passwordTracker)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PasswordTracker>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PasswordTracker>public long getPrimaryKey()
getPrimaryKey in interface PasswordTrackerModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PasswordTrackerModelprimaryKey - the primary key of this password trackerpublic long getPasswordTrackerId()
getPasswordTrackerId in interface PasswordTrackerModelpublic void setPasswordTrackerId(long passwordTrackerId)
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker ID of this password trackerpublic long getUserId()
getUserId in interface PasswordTrackerModelpublic void setUserId(long userId)
setUserId in interface PasswordTrackerModeluserId - the user ID of this password tracker
public String getUserUuid()
throws SystemException
getUserUuid in interface PasswordTrackerModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface PasswordTrackerModeluserUuid - the user uuid of this password trackerpublic Date getCreateDate()
getCreateDate in interface PasswordTrackerModelpublic void setCreateDate(Date createDate)
setCreateDate in interface PasswordTrackerModelcreateDate - the create date of this password trackerpublic String getPassword()
getPassword in interface PasswordTrackerModelpublic void setPassword(String password)
setPassword in interface PasswordTrackerModelpassword - the password of this password trackerpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<PasswordTracker>isNew in interface PasswordTrackerModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<PasswordTracker>setNew in interface PasswordTrackerModeln - 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<PasswordTracker>isCachedModel in interface PasswordTrackerModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<PasswordTracker>setCachedModel in interface PasswordTrackerModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<PasswordTracker>isEscapedModel in interface PasswordTrackerModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordTracker>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface PasswordTrackerModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<PasswordTracker>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface PasswordTrackerModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordTracker>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<PasswordTracker>clone in interface PasswordTrackerModelclone in class Objectpublic int compareTo(PasswordTracker passwordTracker)
compareTo in interface PasswordTrackerModelcompareTo in interface Comparable<PasswordTracker>public int hashCode()
hashCode in interface PasswordTrackerModelhashCode in class Objectpublic CacheModel<PasswordTracker> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<PasswordTracker>toCacheModel in interface PasswordTrackerModelpublic PasswordTracker toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<PasswordTracker>toEscapedModel in interface PasswordTrackerModelAutoEscapeBeanHandlerpublic PasswordTracker toUnescapedModel()
toUnescapedModel in interface BaseModel<PasswordTracker>toUnescapedModel in interface PasswordTrackerModelpublic String toString()
toString in interface PasswordTrackerModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordTracker>toXmlString in interface PasswordTrackerModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic PasswordTracker getWrappedPasswordTracker()
getWrappedModel()
public PasswordTracker getWrappedModel()
getWrappedModel in interface ModelWrapper<PasswordTracker>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<PasswordTracker>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||