|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.PasswordTrackerWrapper
@ProviderType public class PasswordTrackerWrapper
This class is a wrapper for PasswordTracker.
PasswordTracker,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portal.model.PasswordTracker |
|---|
PASSWORD_TRACKER_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
PasswordTrackerWrapper(PasswordTracker passwordTracker)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordTracker passwordTracker)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Returns the company ID of this password tracker. |
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()
|
long |
getMvccVersion()
Returns the mvcc version of this password tracker. |
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()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
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 password tracker. |
void |
setCreateDate(Date createDate)
Sets the create date of this password tracker. |
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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this password tracker. |
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 |
|---|
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 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 long getCompanyId()
getCompanyId in interface PasswordTrackerModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface PasswordTrackerModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordTracker>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface PasswordTrackerModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface PasswordTrackerModelpublic String getPassword()
getPassword in interface PasswordTrackerModelpublic long getPasswordTrackerId()
getPasswordTrackerId in interface PasswordTrackerModelpublic long getPrimaryKey()
getPrimaryKey in interface PasswordTrackerModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordTracker>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface PasswordTrackerModelpublic long getUserId()
getUserId in interface PasswordTrackerModelpublic String getUserUuid()
getUserUuid in interface PasswordTrackerModelpublic int hashCode()
hashCode in interface PasswordTrackerModelhashCode in class Objectpublic 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 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 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 persist()
PersistedModel
persist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<PasswordTracker>setCachedModel in interface PasswordTrackerModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface PasswordTrackerModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this password trackerpublic void setCreateDate(Date createDate)
setCreateDate in interface PasswordTrackerModelcreateDate - the create date of this password trackerpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface PasswordTrackerModelmvccVersion - the mvcc version of this password trackerpublic 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 void setPassword(String password)
setPassword in interface PasswordTrackerModelpassword - the password of this password trackerpublic void setPasswordTrackerId(long passwordTrackerId)
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker ID of this password trackerpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PasswordTrackerModelprimaryKey - the primary key of this password trackerpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<PasswordTracker>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface PasswordTrackerModelprimaryKeyObj - the primary key of this model instancepublic void setUserId(long userId)
setUserId in interface PasswordTrackerModeluserId - the user ID of this password trackerpublic void setUserUuid(String userUuid)
setUserUuid in interface PasswordTrackerModeluserUuid - the user uuid of this password trackerpublic 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 String toString()
toString in interface PasswordTrackerModeltoString in class Objectpublic PasswordTracker toUnescapedModel()
toUnescapedModel in interface BaseModel<PasswordTracker>toUnescapedModel in interface PasswordTrackerModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordTracker>toXmlString in interface PasswordTrackerModelpublic boolean equals(Object obj)
equals in class Objectpublic PasswordTracker getWrappedModel()
getWrappedModel in interface ModelWrapper<PasswordTracker>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<PasswordTracker>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<PasswordTracker>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<PasswordTracker>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||