@ProviderType public class DDLRecordVersionWrapper extends java.lang.Object implements DDLRecordVersion, com.liferay.portal.kernel.model.ModelWrapper<DDLRecordVersion>
This class is a wrapper for DDLRecordVersion.
DDLRecordVersion,
Serialized FormRECORD_VERSION_ID_ACCESSOR| Constructor and Description |
|---|
DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(DDLRecordVersion ddlRecordVersion) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this d d l record version.
|
java.util.Date |
getCreateDate()
Returns the create date of this d d l record version.
|
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues() |
long |
getDDMStorageId()
Returns the d d m storage ID of this d d l record version.
|
int |
getDisplayIndex()
Returns the display index of this d d l record version.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this d d l record version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this d d l record version.
|
java.io.Serializable |
getPrimaryKeyObj() |
DDLRecord |
getRecord() |
long |
getRecordId()
Returns the record ID of this d d l record version.
|
DDLRecordSet |
getRecordSet() |
long |
getRecordSetId()
Returns the record set ID of this d d l record version.
|
long |
getRecordVersionId()
Returns the record version ID of this d d l record version.
|
int |
getStatus()
Returns the status of this d d l record version.
|
long |
getStatusByUserId()
Returns the status by user ID of this d d l record version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this d d l record version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this d d l record version.
|
java.util.Date |
getStatusDate()
Returns the status date of this d d l record version.
|
long |
getUserId()
Returns the user ID of this d d l record version.
|
java.lang.String |
getUserName()
Returns the user name of this d d l record version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this d d l record version.
|
java.lang.String |
getVersion()
Returns the version of this d d l record version.
|
DDLRecordVersion |
getWrappedModel() |
int |
hashCode() |
boolean |
isApproved()
Returns
true if this d d l record version is approved. |
boolean |
isCachedModel() |
boolean |
isDenied()
Returns
true if this d d l record version is denied. |
boolean |
isDraft()
Returns
true if this d d l record version is a draft. |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isExpired()
Returns
true if this d d l record version is expired. |
boolean |
isFinderCacheEnabled() |
boolean |
isInactive()
Returns
true if this d d l record version is inactive. |
boolean |
isIncomplete()
Returns
true if this d d l record version is incomplete. |
boolean |
isNew() |
boolean |
isPending()
Returns
true if this d d l record version is pending. |
boolean |
isScheduled()
Returns
true if this d d l record version is scheduled. |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this d d l record version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this d d l record version.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the d d m storage ID of this d d l record version.
|
void |
setDisplayIndex(int displayIndex)
Sets the display index of this d d l record version.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this d d l record version.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d l record version.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRecordId(long recordId)
Sets the record ID of this d d l record version.
|
void |
setRecordSetId(long recordSetId)
Sets the record set ID of this d d l record version.
|
void |
setRecordVersionId(long recordVersionId)
Sets the record version ID of this d d l record version.
|
void |
setStatus(int status)
Sets the status of this d d l record version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this d d l record version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this d d l record version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this d d l record version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this d d l record version.
|
void |
setUserId(long userId)
Sets the user ID of this d d l record version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this d d l record version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this d d l record version.
|
void |
setVersion(java.lang.String version)
Sets the version of this d d l record version.
|
com.liferay.portal.kernel.model.CacheModel<DDLRecordVersion> |
toCacheModel() |
DDLRecordVersion |
toEscapedModel() |
java.lang.String |
toString() |
DDLRecordVersion |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public java.lang.Object clone()
clone in interface DDLRecordVersionModelclone in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>clone in class java.lang.Objectpublic int compareTo(DDLRecordVersion ddlRecordVersion)
compareTo in interface DDLRecordVersionModelcompareTo in interface java.lang.Comparable<DDLRecordVersion>public long getCompanyId()
getCompanyId in interface DDLRecordVersionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDLRecordVersionModelpublic com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues()
throws com.liferay.dynamic.data.mapping.exception.StorageException
getDDMFormValues in interface DDLRecordVersioncom.liferay.dynamic.data.mapping.exception.StorageExceptionpublic long getDDMStorageId()
getDDMStorageId in interface DDLRecordVersionModelpublic int getDisplayIndex()
getDisplayIndex in interface DDLRecordVersionModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface DDLRecordVersionModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getGroupId()
getGroupId in interface DDLRecordVersionModelpublic long getPrimaryKey()
getPrimaryKey in interface DDLRecordVersionModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface DDLRecordVersionModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic DDLRecord getRecord() throws com.liferay.portal.kernel.exception.PortalException
getRecord in interface DDLRecordVersioncom.liferay.portal.kernel.exception.PortalExceptionpublic long getRecordId()
getRecordId in interface DDLRecordVersionModelpublic DDLRecordSet getRecordSet() throws com.liferay.portal.kernel.exception.PortalException
getRecordSet in interface DDLRecordVersioncom.liferay.portal.kernel.exception.PortalExceptionpublic long getRecordSetId()
getRecordSetId in interface DDLRecordVersionModelpublic long getRecordVersionId()
getRecordVersionId in interface DDLRecordVersionModelpublic int getStatus()
getStatus in interface DDLRecordVersionModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface DDLRecordVersionModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface DDLRecordVersionModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface DDLRecordVersionModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface DDLRecordVersionModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getUserId()
getUserId in interface DDLRecordVersionModelpublic java.lang.String getUserName()
getUserName in interface DDLRecordVersionModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDLRecordVersionModelpublic java.lang.String getVersion()
getVersion in interface DDLRecordVersionModelpublic int hashCode()
hashCode in interface DDLRecordVersionModelhashCode in class java.lang.Objectpublic boolean isApproved()
true if this d d l record version is approved.isApproved in interface DDLRecordVersionModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is approved; false otherwisepublic boolean isCachedModel()
isCachedModel in interface DDLRecordVersionModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public boolean isDenied()
true if this d d l record version is denied.isDenied in interface DDLRecordVersionModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is denied; false otherwisepublic boolean isDraft()
true if this d d l record version is a draft.isDraft in interface DDLRecordVersionModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is a draft; false otherwisepublic boolean isEscapedModel()
isEscapedModel in interface DDLRecordVersionModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public boolean isExpired()
true if this d d l record version is expired.isExpired in interface DDLRecordVersionModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is expired; false otherwisepublic boolean isInactive()
true if this d d l record version is inactive.isInactive in interface DDLRecordVersionModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is inactive; false otherwisepublic boolean isIncomplete()
true if this d d l record version is incomplete.isIncomplete in interface DDLRecordVersionModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is incomplete; false otherwisepublic boolean isNew()
isNew in interface DDLRecordVersionModelisNew in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public boolean isPending()
true if this d d l record version is pending.isPending in interface DDLRecordVersionModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is pending; false otherwisepublic boolean isScheduled()
true if this d d l record version is scheduled.isScheduled in interface DDLRecordVersionModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this d d l record version is scheduled; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface DDLRecordVersionModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void setCompanyId(long companyId)
setCompanyId in interface DDLRecordVersionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this d d l record versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDLRecordVersionModelcreateDate - the create date of this d d l record versionpublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface DDLRecordVersionModelDDMStorageId - the d d m storage ID of this d d l record versionpublic void setDisplayIndex(int displayIndex)
setDisplayIndex in interface DDLRecordVersionModeldisplayIndex - the display index of this d d l record versionpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface DDLRecordVersionModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface DDLRecordVersionModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface DDLRecordVersionModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void setGroupId(long groupId)
setGroupId in interface DDLRecordVersionModelgroupId - the group ID of this d d l record versionpublic void setNew(boolean n)
setNew in interface DDLRecordVersionModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDLRecordVersionModelprimaryKey - the primary key of this d d l record versionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface DDLRecordVersionModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setRecordId(long recordId)
setRecordId in interface DDLRecordVersionModelrecordId - the record ID of this d d l record versionpublic void setRecordSetId(long recordSetId)
setRecordSetId in interface DDLRecordVersionModelrecordSetId - the record set ID of this d d l record versionpublic void setRecordVersionId(long recordVersionId)
setRecordVersionId in interface DDLRecordVersionModelrecordVersionId - the record version ID of this d d l record versionpublic void setStatus(int status)
setStatus in interface DDLRecordVersionModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this d d l record versionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface DDLRecordVersionModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this d d l record versionpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface DDLRecordVersionModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this d d l record versionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface DDLRecordVersionModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this d d l record versionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface DDLRecordVersionModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this d d l record versionpublic void setUserId(long userId)
setUserId in interface DDLRecordVersionModeluserId - the user ID of this d d l record versionpublic void setUserName(java.lang.String userName)
setUserName in interface DDLRecordVersionModeluserName - the user name of this d d l record versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDLRecordVersionModeluserUuid - the user uuid of this d d l record versionpublic void setVersion(java.lang.String version)
setVersion in interface DDLRecordVersionModelversion - the version of this d d l record versionpublic com.liferay.portal.kernel.model.CacheModel<DDLRecordVersion> toCacheModel()
toCacheModel in interface DDLRecordVersionModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public DDLRecordVersion toEscapedModel()
toEscapedModel in interface DDLRecordVersionModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public java.lang.String toString()
toString in interface DDLRecordVersionModeltoString in class java.lang.Objectpublic DDLRecordVersion toUnescapedModel()
toUnescapedModel in interface DDLRecordVersionModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public java.lang.String toXmlString()
toXmlString in interface DDLRecordVersionModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic DDLRecordVersion getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<DDLRecordVersion>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>