|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.expando.kernel.model.ExpandoRowWrapper
@ProviderType public class ExpandoRowWrapper
This class is a wrapper for ExpandoRow.
ExpandoRow,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.expando.kernel.model.ExpandoRow |
|---|
ROW_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
ExpandoRowWrapper(ExpandoRow expandoRow)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ExpandoRow expandoRow)
|
boolean |
equals(Object obj)
|
long |
getClassPK()
Returns the class p k of this expando row. |
long |
getCompanyId()
Returns the company ID of this expando row. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this expando row. |
long |
getPrimaryKey()
Returns the primary key of this expando row. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRowId()
Returns the row ID of this expando row. |
long |
getTableId()
Returns the table ID of this expando row. |
ExpandoRow |
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 |
setClassPK(long classPK)
Sets the class p k of this expando row. |
void |
setCompanyId(long companyId)
Sets the company ID of this expando row. |
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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this expando row. |
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 expando row. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRowId(long rowId)
Sets the row ID of this expando row. |
void |
setTableId(long tableId)
Sets the table ID of this expando row. |
CacheModel<ExpandoRow> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ExpandoRow |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
ExpandoRow |
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 ExpandoRowWrapper(ExpandoRow expandoRow)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<ExpandoRow>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ExpandoRow>public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface ExpandoRowModelgetExpandoBridge in interface BaseModel<ExpandoRow>getExpandoBridge in interface ClassedModelpublic ExpandoRow toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface ExpandoRowModeltoEscapedModel in interface BaseModel<ExpandoRow>AutoEscapeBeanHandlerpublic ExpandoRow toUnescapedModel()
toUnescapedModel in interface ExpandoRowModeltoUnescapedModel in interface BaseModel<ExpandoRow>public boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface ExpandoRowModelisCachedModel in interface BaseModel<ExpandoRow>true 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 ExpandoRowModelisEscapedModel in interface BaseModel<ExpandoRow>true 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 ExpandoRowModelisNew in interface BaseModel<ExpandoRow>true if this model instance does not yet exist in
the database; false otherwisepublic CacheModel<ExpandoRow> toCacheModel()
BaseModel
toCacheModel in interface ExpandoRowModeltoCacheModel in interface BaseModel<ExpandoRow>public int compareTo(ExpandoRow expandoRow)
compareTo in interface ExpandoRowModelcompareTo in interface Comparable<ExpandoRow>public int hashCode()
hashCode in interface ExpandoRowModelhashCode in class Objectpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface ExpandoRowModelgetPrimaryKeyObj in interface BaseModel<ExpandoRow>getPrimaryKeyObj in interface ClassedModelpublic Object clone()
BaseModel
clone in interface ExpandoRowModelclone in interface BaseModel<ExpandoRow>clone in class Objectpublic String toString()
toString in interface ExpandoRowModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface ExpandoRowModeltoXmlString in interface BaseModel<ExpandoRow>public Date getModifiedDate()
getModifiedDate in interface ExpandoRowModelpublic long getClassPK()
getClassPK in interface ExpandoRowModelpublic long getCompanyId()
getCompanyId in interface ExpandoRowModelgetCompanyId in interface ShardedModelpublic long getPrimaryKey()
getPrimaryKey in interface ExpandoRowModelpublic long getRowId()
getRowId in interface ExpandoRowModelpublic long getTableId()
getTableId in interface ExpandoRowModelpublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface ExpandoRowModelsetCachedModel in interface BaseModel<ExpandoRow>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setClassPK(long classPK)
setClassPK in interface ExpandoRowModelclassPK - the class p k of this expando rowpublic void setCompanyId(long companyId)
setCompanyId in interface ExpandoRowModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this expando rowpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface ExpandoRowModelsetExpandoBridgeAttributes in interface BaseModel<ExpandoRow>public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface ExpandoRowModelsetExpandoBridgeAttributes in interface BaseModel<ExpandoRow>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface ExpandoRowModelsetExpandoBridgeAttributes in interface BaseModel<ExpandoRow>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ExpandoRowModelmodifiedDate - the modified date of this expando rowpublic void setNew(boolean n)
BaseModel
setNew in interface ExpandoRowModelsetNew in interface BaseModel<ExpandoRow>n - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ExpandoRowModelprimaryKey - the primary key of this expando rowpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface ExpandoRowModelsetPrimaryKeyObj in interface BaseModel<ExpandoRow>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instancepublic void setRowId(long rowId)
setRowId in interface ExpandoRowModelrowId - the row ID of this expando rowpublic void setTableId(long tableId)
setTableId in interface ExpandoRowModeltableId - the table ID of this expando rowpublic boolean equals(Object obj)
equals in class Objectpublic ExpandoRow getWrappedModel()
getWrappedModel in interface ModelWrapper<ExpandoRow>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<ExpandoRow>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<ExpandoRow>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ExpandoRow>
|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||