|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatamapping.model.DDMStructureLayoutWrapper
@ProviderType public class DDMStructureLayoutWrapper
This class is a wrapper for DDMStructureLayout.
DDMStructureLayout,
Serialized Form| Constructor Summary | |
|---|---|
DDMStructureLayoutWrapper(DDMStructureLayout ddmStructureLayout)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMStructureLayout ddmStructureLayout)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Returns the company ID of this d d m structure layout. |
Date |
getCreateDate()
Returns the create date of this d d m structure layout. |
DDMFormLayout |
getDDMFormLayout()
|
String |
getDefinition()
Returns the definition of this d d m structure layout. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this d d m structure layout. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this d d m structure layout. |
long |
getPrimaryKey()
Returns the primary key of this d d m structure layout. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
StagedModelType |
getStagedModelType()
|
long |
getStructureLayoutId()
Returns the structure layout ID of this d d m structure layout. |
long |
getStructureVersionId()
Returns the structure version ID of this d d m structure layout. |
long |
getUserId()
Returns the user ID of this d d m structure layout. |
String |
getUserName()
Returns the user name of this d d m structure layout. |
String |
getUserUuid()
Returns the user uuid of this d d m structure layout. |
String |
getUuid()
Returns the uuid of this d d m structure layout. |
DDMStructureLayout |
getWrappedDDMStructureLayout()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
DDMStructureLayout |
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 d d m structure layout. |
void |
setCreateDate(Date createDate)
Sets the create date of this d d m structure layout. |
void |
setDefinition(String definition)
Sets the definition of this d d m structure layout. |
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 |
setGroupId(long groupId)
Sets the group ID of this d d m structure layout. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d d m structure layout. |
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 d d m structure layout. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setStructureLayoutId(long structureLayoutId)
Sets the structure layout ID of this d d m structure layout. |
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this d d m structure layout. |
void |
setUserId(long userId)
Sets the user ID of this d d m structure layout. |
void |
setUserName(String userName)
Sets the user name of this d d m structure layout. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d d m structure layout. |
void |
setUuid(String uuid)
Sets the uuid of this d d m structure layout. |
CacheModel<DDMStructureLayout> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DDMStructureLayout |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
DDMStructureLayout |
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 DDMStructureLayoutWrapper(DDMStructureLayout ddmStructureLayout)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStructureLayout>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DDMStructureLayout>public Object clone()
BaseModel
clone in interface BaseModel<DDMStructureLayout>clone in interface StagedModelclone in interface DDMStructureLayoutModelclone in class Objectpublic int compareTo(DDMStructureLayout ddmStructureLayout)
compareTo in interface DDMStructureLayoutModelcompareTo in interface Comparable<DDMStructureLayout>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface DDMStructureLayoutModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DDMStructureLayoutModelpublic DDMFormLayout getDDMFormLayout()
getDDMFormLayout in interface DDMStructureLayoutpublic String getDefinition()
getDefinition in interface DDMStructureLayoutModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DDMStructureLayout>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMStructureLayoutModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface DDMStructureLayoutModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DDMStructureLayoutModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStructureLayoutModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DDMStructureLayout>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMStructureLayoutModelpublic long getStructureLayoutId()
getStructureLayoutId in interface DDMStructureLayoutModelpublic long getStructureVersionId()
getStructureVersionId in interface DDMStructureLayoutModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface DDMStructureLayoutModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface DDMStructureLayoutModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface DDMStructureLayoutModelpublic String getUuid()
getUuid in interface StagedModelgetUuid in interface DDMStructureLayoutModelpublic int hashCode()
hashCode in interface DDMStructureLayoutModelhashCode in class Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<DDMStructureLayout>isCachedModel in interface DDMStructureLayoutModeltrue 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<DDMStructureLayout>isEscapedModel in interface DDMStructureLayoutModeltrue 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<DDMStructureLayout>isNew in interface DDMStructureLayoutModeltrue 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<DDMStructureLayout>setCachedModel in interface DDMStructureLayoutModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface DDMStructureLayoutModelcompanyId - the company ID of this d d m structure layoutpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DDMStructureLayoutModelcreateDate - the create date of this d d m structure layoutpublic void setDefinition(String definition)
setDefinition in interface DDMStructureLayoutModeldefinition - the definition of this d d m structure layoutpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DDMStructureLayout>setExpandoBridgeAttributes in interface DDMStructureLayoutModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DDMStructureLayout>setExpandoBridgeAttributes in interface DDMStructureLayoutModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DDMStructureLayout>setExpandoBridgeAttributes in interface DDMStructureLayoutModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface DDMStructureLayoutModelgroupId - the group ID of this d d m structure layoutpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DDMStructureLayoutModelmodifiedDate - the modified date of this d d m structure layoutpublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<DDMStructureLayout>setNew in interface DDMStructureLayoutModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStructureLayoutModelprimaryKey - the primary key of this d d m structure layoutpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DDMStructureLayout>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMStructureLayoutModelprimaryKeyObj - the primary key of this model instancepublic void setStructureLayoutId(long structureLayoutId)
setStructureLayoutId in interface DDMStructureLayoutModelstructureLayoutId - the structure layout ID of this d d m structure layoutpublic void setStructureVersionId(long structureVersionId)
setStructureVersionId in interface DDMStructureLayoutModelstructureVersionId - the structure version ID of this d d m structure layoutpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface DDMStructureLayoutModeluserId - the user ID of this d d m structure layoutpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface DDMStructureLayoutModeluserName - the user name of this d d m structure layoutpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface DDMStructureLayoutModeluserUuid - the user uuid of this d d m structure layoutpublic void setUuid(String uuid)
setUuid in interface StagedModelsetUuid in interface DDMStructureLayoutModeluuid - the uuid of this d d m structure layoutpublic CacheModel<DDMStructureLayout> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DDMStructureLayout>toCacheModel in interface DDMStructureLayoutModelpublic DDMStructureLayout toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DDMStructureLayout>toEscapedModel in interface DDMStructureLayoutModelAutoEscapeBeanHandlerpublic String toString()
toString in interface DDMStructureLayoutModeltoString in class Objectpublic DDMStructureLayout toUnescapedModel()
toUnescapedModel in interface BaseModel<DDMStructureLayout>toUnescapedModel in interface DDMStructureLayoutModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DDMStructureLayout>toXmlString in interface DDMStructureLayoutModelpublic boolean equals(Object obj)
equals in class Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModel@Deprecated public DDMStructureLayout getWrappedDDMStructureLayout()
getWrappedModel()
public DDMStructureLayout getWrappedModel()
getWrappedModel in interface ModelWrapper<DDMStructureLayout>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<DDMStructureLayout>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<DDMStructureLayout>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DDMStructureLayout>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||