Liferay 6.2-ce-ga5

com.liferay.portlet.expando.model
Class ExpandoRowWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.model.ExpandoRowWrapper
All Implemented Interfaces:
BaseModel<ExpandoRow>, ClassedModel, ModelWrapper<ExpandoRow>, PersistedModel, ExpandoRow, ExpandoRowModel, Serializable, Cloneable, Comparable<ExpandoRow>

@ProviderType
public class ExpandoRowWrapper
extends Object
implements ExpandoRow, ModelWrapper<ExpandoRow>

This class is a wrapper for ExpandoRow.

See Also:
ExpandoRow, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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 getWrappedExpandoRow()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 ExpandoRow 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 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

ExpandoRowWrapper

public ExpandoRowWrapper(ExpandoRow expandoRow)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ExpandoRow>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ExpandoRow>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this expando row.

Specified by:
getPrimaryKey in interface ExpandoRowModel
Returns:
the primary key of this expando row

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this expando row.

Specified by:
setPrimaryKey in interface ExpandoRowModel
Parameters:
primaryKey - the primary key of this expando row

getRowId

public long getRowId()
Returns the row ID of this expando row.

Specified by:
getRowId in interface ExpandoRowModel
Returns:
the row ID of this expando row

setRowId

public void setRowId(long rowId)
Sets the row ID of this expando row.

Specified by:
setRowId in interface ExpandoRowModel
Parameters:
rowId - the row ID of this expando row

getCompanyId

public long getCompanyId()
Returns the company ID of this expando row.

Specified by:
getCompanyId in interface ExpandoRowModel
Returns:
the company ID of this expando row

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this expando row.

Specified by:
setCompanyId in interface ExpandoRowModel
Parameters:
companyId - the company ID of this expando row

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this expando row.

Specified by:
getModifiedDate in interface ExpandoRowModel
Returns:
the modified date of this expando row

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this expando row.

Specified by:
setModifiedDate in interface ExpandoRowModel
Parameters:
modifiedDate - the modified date of this expando row

getTableId

public long getTableId()
Returns the table ID of this expando row.

Specified by:
getTableId in interface ExpandoRowModel
Returns:
the table ID of this expando row

setTableId

public void setTableId(long tableId)
Sets the table ID of this expando row.

Specified by:
setTableId in interface ExpandoRowModel
Parameters:
tableId - the table ID of this expando row

getClassPK

public long getClassPK()
Returns the class p k of this expando row.

Specified by:
getClassPK in interface ExpandoRowModel
Returns:
the class p k of this expando row

setClassPK

public void setClassPK(long classPK)
Sets the class p k of this expando row.

Specified by:
setClassPK in interface ExpandoRowModel
Parameters:
classPK - the class p k of this expando row

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<ExpandoRow>
Specified by:
isNew in interface ExpandoRowModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<ExpandoRow>
Specified by:
setNew in interface ExpandoRowModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<ExpandoRow>
Specified by:
isCachedModel in interface ExpandoRowModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<ExpandoRow>
Specified by:
setCachedModel in interface ExpandoRowModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<ExpandoRow>
Specified by:
isEscapedModel in interface ExpandoRowModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ExpandoRow>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ExpandoRowModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ExpandoRow>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ExpandoRowModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ExpandoRow>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ExpandoRowModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoRow>
Specified by:
setExpandoBridgeAttributes in interface ExpandoRowModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoRow>
Specified by:
setExpandoBridgeAttributes in interface ExpandoRowModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ExpandoRow>
Specified by:
setExpandoBridgeAttributes in interface ExpandoRowModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ExpandoRow>
Specified by:
clone in interface ExpandoRowModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(ExpandoRow expandoRow)
Specified by:
compareTo in interface ExpandoRowModel
Specified by:
compareTo in interface Comparable<ExpandoRow>

hashCode

public int hashCode()
Specified by:
hashCode in interface ExpandoRowModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<ExpandoRow> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ExpandoRow>
Specified by:
toCacheModel in interface ExpandoRowModel
Returns:
the cache model object

toEscapedModel

public ExpandoRow toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ExpandoRow>
Specified by:
toEscapedModel in interface ExpandoRowModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public ExpandoRow toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ExpandoRow>
Specified by:
toUnescapedModel in interface ExpandoRowModel

toString

public String toString()
Specified by:
toString in interface ExpandoRowModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ExpandoRow>
Specified by:
toXmlString in interface ExpandoRowModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedExpandoRow

public ExpandoRow getWrappedExpandoRow()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public ExpandoRow getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<ExpandoRow>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ExpandoRow>

Liferay 6.2-ce-ga5