com.liferay.trash.model.impl.TrashEntryImpl@Deprecated public class TrashEntryWrapper extends Object implements TrashEntry, ModelWrapper<TrashEntry>
This class is a wrapper for TrashEntry.
TrashEntry,
Serialized FormENTRY_ID_ACCESSOR| Constructor and Description |
|---|
TrashEntryWrapper(TrashEntry trashEntry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
Creates a shallow clone of this model instance.
|
int |
compareTo(TrashEntry trashEntry)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getClassName()
Deprecated.
Returns the fully qualified class name of this trash entry.
|
long |
getClassNameId()
Deprecated.
Returns the class name ID of this trash entry.
|
long |
getClassPK()
Deprecated.
Returns the class pk of this trash entry.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this trash entry.
|
Date |
getCreateDate()
Deprecated.
Returns the create date of this trash entry.
|
long |
getEntryId()
Deprecated.
Returns the entry ID of this trash entry.
|
ExpandoBridge |
getExpandoBridge()
Deprecated.
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this trash entry.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
Class<?> |
getModelClass()
Deprecated.
|
String |
getModelClassName()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this trash entry.
|
Serializable |
getPrimaryKeyObj()
Deprecated.
Returns the primary key of this model instance.
|
TrashEntry |
getRootEntry()
Deprecated.
|
int |
getStatus()
Deprecated.
Returns the status of this trash entry.
|
long |
getSystemEventSetKey()
Deprecated.
Returns the system event set key of this trash entry.
|
String |
getTypeSettings()
Deprecated.
Returns the type settings of this trash entry.
|
UnicodeProperties |
getTypeSettingsProperties()
Deprecated.
|
String |
getTypeSettingsProperty(String key)
Deprecated.
|
String |
getTypeSettingsProperty(String key,
String defaultValue)
Deprecated.
|
long |
getUserId()
Deprecated.
Returns the user ID of this trash entry.
|
String |
getUserName()
Deprecated.
Returns the user name of this trash entry.
|
String |
getUserUuid()
Deprecated.
Returns the user uuid of this trash entry.
|
TrashEntry |
getWrappedModel()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isCachedModel()
Deprecated.
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Deprecated.
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Deprecated.
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Deprecated.
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Deprecated.
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isTrashEntry(Class<?> clazz,
long classPK)
Deprecated.
|
boolean |
isTrashEntry(String className,
long classPK)
Deprecated.
|
void |
persist()
Deprecated.
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Deprecated.
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Deprecated.
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassName(String className)
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
Sets the class name ID of this trash entry.
|
void |
setClassPK(long classPK)
Deprecated.
Sets the class pk of this trash entry.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this trash entry.
|
void |
setCreateDate(Date createDate)
Deprecated.
Sets the create date of this trash entry.
|
void |
setEntryId(long entryId)
Deprecated.
Sets the entry ID of this trash entry.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
Deprecated.
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Deprecated.
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Deprecated.
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this trash entry.
|
void |
setModelAttributes(Map<String,Object> attributes)
Deprecated.
|
void |
setNew(boolean n)
Deprecated.
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this trash entry.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Deprecated.
Sets the primary key of this model instance.
|
void |
setRootEntry(TrashEntry rootEntry)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
Sets the status of this trash entry.
|
void |
setSystemEventSetKey(long systemEventSetKey)
Deprecated.
Sets the system event set key of this trash entry.
|
void |
setTypeSettings(String typeSettings)
Deprecated.
Sets the type settings of this trash entry.
|
void |
setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
Sets the user ID of this trash entry.
|
void |
setUserName(String userName)
Deprecated.
Sets the user name of this trash entry.
|
void |
setUserUuid(String userUuid)
Deprecated.
Sets the user uuid of this trash entry.
|
CacheModel<TrashEntry> |
toCacheModel()
Deprecated.
Returns a cache model object for this entity used by entity cache.
|
TrashEntry |
toEscapedModel()
Deprecated.
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
String |
toString()
Deprecated.
|
TrashEntry |
toUnescapedModel()
Deprecated.
|
String |
toXmlString()
Deprecated.
Returns the XML representation of this model instance.
|
public TrashEntryWrapper(TrashEntry trashEntry)
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<TrashEntry>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<TrashEntry>public TrashEntry toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<TrashEntry>toEscapedModel in interface TrashEntryModelAutoEscapeBeanHandlerpublic TrashEntry toUnescapedModel()
toUnescapedModel in interface BaseModel<TrashEntry>toUnescapedModel in interface TrashEntryModelpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<TrashEntry>isCachedModel in interface TrashEntryModeltrue 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<TrashEntry>isEscapedModel in interface TrashEntryModeltrue 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<TrashEntry>isNew in interface TrashEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic boolean isTrashEntry(Class<?> clazz,
long classPK)
isTrashEntry in interface TrashEntrypublic boolean isTrashEntry(String className,
long classPK)
isTrashEntry in interface TrashEntrypublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<TrashEntry>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface TrashEntryModelpublic CacheModel<TrashEntry> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<TrashEntry>toCacheModel in interface TrashEntryModelpublic UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties in interface TrashEntrypublic TrashEntry getRootEntry()
getRootEntry in interface TrashEntrypublic int compareTo(TrashEntry trashEntry)
compareTo in interface TrashEntryModelcompareTo in interface Comparable<TrashEntry>public int getStatus()
getStatus in interface TrashEntryModelpublic int hashCode()
hashCode in interface TrashEntryModelhashCode in class Objectpublic Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<TrashEntry>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface TrashEntryModelpublic Object clone()
BaseModelclone in interface BaseModel<TrashEntry>clone in interface TrashEntryModelclone in class Objectpublic String getClassName()
getClassName in interface TypedModelgetClassName in interface TrashEntryModelpublic String getTypeSettings()
getTypeSettings in interface TrashEntryModelpublic String getTypeSettingsProperty(String key)
getTypeSettingsProperty in interface TrashEntrypublic String getTypeSettingsProperty(String key,
String defaultValue)
getTypeSettingsProperty in interface TrashEntrypublic String getUserName()
getUserName in interface TrashEntryModelpublic String getUserUuid()
getUserUuid in interface TrashEntryModelpublic String toString()
toString in interface TrashEntryModeltoString in class Objectpublic String toXmlString()
BaseModeltoXmlString in interface BaseModel<TrashEntry>toXmlString in interface TrashEntryModelpublic Date getCreateDate()
getCreateDate in interface TrashEntryModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface TrashEntryModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface TrashEntryModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface TrashEntryModelpublic long getEntryId()
getEntryId in interface TrashEntryModelpublic long getGroupId()
getGroupId in interface TrashEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface TrashEntryModelpublic long getSystemEventSetKey()
getSystemEventSetKey in interface TrashEntryModelpublic long getUserId()
getUserId in interface TrashEntryModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<TrashEntry>setCachedModel in interface TrashEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setClassName(String className)
setClassName in interface TrashEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface TrashEntryModelclassNameId - the class name ID of this trash entrypublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface TrashEntryModelclassPK - the class pk of this trash entrypublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface TrashEntryModelcompanyId - the company ID of this trash entrypublic void setCreateDate(Date createDate)
setCreateDate in interface TrashEntryModelcreateDate - the create date of this trash entrypublic void setEntryId(long entryId)
setEntryId in interface TrashEntryModelentryId - the entry ID of this trash entrypublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<TrashEntry>setExpandoBridgeAttributes in interface TrashEntryModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<TrashEntry>setExpandoBridgeAttributes in interface TrashEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<TrashEntry>setExpandoBridgeAttributes in interface TrashEntryModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setGroupId(long groupId)
setGroupId in interface TrashEntryModelgroupId - the group ID of this trash entrypublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<TrashEntry>setNew in interface TrashEntryModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface TrashEntryModelprimaryKey - the primary key of this trash entrypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<TrashEntry>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface TrashEntryModelprimaryKeyObj - the primary key of this model instancepublic void setRootEntry(TrashEntry rootEntry)
setRootEntry in interface TrashEntrypublic void setStatus(int status)
setStatus in interface TrashEntryModelstatus - the status of this trash entrypublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface TrashEntryModelsystemEventSetKey - the system event set key of this trash entrypublic void setTypeSettings(String typeSettings)
setTypeSettings in interface TrashEntryModeltypeSettings - the type settings of this trash entrypublic void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties in interface TrashEntrypublic void setUserId(long userId)
setUserId in interface TrashEntryModeluserId - the user ID of this trash entrypublic void setUserName(String userName)
setUserName in interface TrashEntryModeluserName - the user name of this trash entrypublic void setUserUuid(String userUuid)
setUserUuid in interface TrashEntryModeluserUuid - the user uuid of this trash entrypublic boolean equals(Object obj)
equals in class Objectpublic TrashEntry getWrappedModel()
getWrappedModel in interface ModelWrapper<TrashEntry>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<TrashEntry>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<TrashEntry>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<TrashEntry>