public class DDLRecordVersionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion> 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 |
|---|---|
DDLRecordVersion |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<DDLRecordVersion,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDLRecordVersion,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this ddl record version.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddl record version.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddl record version.
|
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues() |
long |
getDDMStorageId()
Returns the ddm storage ID of this ddl record version.
|
int |
getDisplayIndex()
Returns the display index of this ddl record version.
|
long |
getGroupId()
Returns the group ID of this ddl record version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ddl record version.
|
long |
getPrimaryKey()
Returns the primary key of this ddl record version.
|
DDLRecord |
getRecord() |
long |
getRecordId()
Returns the record ID of this ddl record version.
|
DDLRecordSet |
getRecordSet() |
long |
getRecordSetId()
Returns the record set ID of this ddl record version.
|
java.lang.String |
getRecordSetVersion()
Returns the record set version of this ddl record version.
|
long |
getRecordVersionId()
Returns the record version ID of this ddl record version.
|
int |
getStatus()
Returns the status of this ddl record version.
|
long |
getStatusByUserId()
Returns the status by user ID of this ddl record version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this ddl record version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ddl record version.
|
java.util.Date |
getStatusDate()
Returns the status date of this ddl record version.
|
long |
getUserId()
Returns the user ID of this ddl record version.
|
java.lang.String |
getUserName()
Returns the user name of this ddl record version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddl record version.
|
java.lang.String |
getVersion()
Returns the version of this ddl record version.
|
boolean |
isApproved()
Returns
true if this ddl record version is approved. |
boolean |
isDenied()
Returns
true if this ddl record version is denied. |
boolean |
isDraft()
Returns
true if this ddl record version is a draft. |
boolean |
isExpired()
Returns
true if this ddl record version is expired. |
boolean |
isInactive()
Returns
true if this ddl record version is inactive. |
boolean |
isIncomplete()
Returns
true if this ddl record version is incomplete. |
boolean |
isPending()
Returns
true if this ddl record version is pending. |
boolean |
isScheduled()
Returns
true if this ddl record version is scheduled. |
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this ddl record version.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddl record version.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddl record version.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the ddm storage ID of this ddl record version.
|
void |
setDisplayIndex(int displayIndex)
Sets the display index of this ddl record version.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddl record version.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddl record version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddl record version.
|
void |
setRecordId(long recordId)
Sets the record ID of this ddl record version.
|
void |
setRecordSetId(long recordSetId)
Sets the record set ID of this ddl record version.
|
void |
setRecordSetVersion(java.lang.String recordSetVersion)
Sets the record set version of this ddl record version.
|
void |
setRecordVersionId(long recordVersionId)
Sets the record version ID of this ddl record version.
|
void |
setStatus(int status)
Sets the status of this ddl record version.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ddl record version.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this ddl record version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ddl record version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ddl record version.
|
void |
setUserId(long userId)
Sets the user ID of this ddl record version.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddl record version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddl record version.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddl record version.
|
protected DDLRecordVersionWrapper |
wrap(DDLRecordVersion ddlRecordVersion) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion)
public 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 DDLRecordVersion cloneWithOriginalValues()
cloneWithOriginalValues in interface DDLRecordVersionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public long getCompanyId()
getCompanyId in interface DDLRecordVersionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDLRecordVersionModelpublic long getCtCollectionId()
getCtCollectionId in interface DDLRecordVersionModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>public 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 long getGroupId()
getGroupId in interface DDLRecordVersionModelpublic long getMvccVersion()
getMvccVersion in interface DDLRecordVersionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDLRecordVersionModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>public 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 java.lang.String getRecordSetVersion()
getRecordSetVersion 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 boolean isApproved()
true if this ddl record version is approved.isApproved in interface DDLRecordVersionModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is approved; false otherwisepublic boolean isDenied()
true if this ddl record version is denied.isDenied in interface DDLRecordVersionModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is denied; false otherwisepublic boolean isDraft()
true if this ddl record version is a draft.isDraft in interface DDLRecordVersionModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is a draft; false otherwisepublic boolean isExpired()
true if this ddl record version is expired.isExpired in interface DDLRecordVersionModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is expired; false otherwisepublic boolean isInactive()
true if this ddl record version is inactive.isInactive in interface DDLRecordVersionModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is inactive; false otherwisepublic boolean isIncomplete()
true if this ddl record version is incomplete.isIncomplete in interface DDLRecordVersionModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is incomplete; false otherwisepublic boolean isPending()
true if this ddl record version is pending.isPending in interface DDLRecordVersionModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is pending; false otherwisepublic boolean isScheduled()
true if this ddl record version is scheduled.isScheduled in interface DDLRecordVersionModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ddl record version is scheduled; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DDLRecordVersionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ddl record versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDLRecordVersionModelcreateDate - the create date of this ddl record versionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDLRecordVersionModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>ctCollectionId - the ct collection ID of this ddl record versionpublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface DDLRecordVersionModelDDMStorageId - the ddm storage ID of this ddl record versionpublic void setDisplayIndex(int displayIndex)
setDisplayIndex in interface DDLRecordVersionModeldisplayIndex - the display index of this ddl record versionpublic void setGroupId(long groupId)
setGroupId in interface DDLRecordVersionModelgroupId - the group ID of this ddl record versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDLRecordVersionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ddl record versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDLRecordVersionModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>primaryKey - the primary key of this ddl record versionpublic void setRecordId(long recordId)
setRecordId in interface DDLRecordVersionModelrecordId - the record ID of this ddl record versionpublic void setRecordSetId(long recordSetId)
setRecordSetId in interface DDLRecordVersionModelrecordSetId - the record set ID of this ddl record versionpublic void setRecordSetVersion(java.lang.String recordSetVersion)
setRecordSetVersion in interface DDLRecordVersionModelrecordSetVersion - the record set version of this ddl record versionpublic void setRecordVersionId(long recordVersionId)
setRecordVersionId in interface DDLRecordVersionModelrecordVersionId - the record version ID of this ddl record versionpublic void setStatus(int status)
setStatus in interface DDLRecordVersionModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this ddl 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 ddl 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 ddl 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 ddl 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 ddl record versionpublic void setUserId(long userId)
setUserId in interface DDLRecordVersionModeluserId - the user ID of this ddl record versionpublic void setUserName(java.lang.String userName)
setUserName in interface DDLRecordVersionModeluserName - the user name of this ddl record versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDLRecordVersionModeluserUuid - the user uuid of this ddl record versionpublic void setVersion(java.lang.String version)
setVersion in interface DDLRecordVersionModelversion - the version of this ddl record versionpublic java.util.Map<java.lang.String,java.util.function.Function<DDLRecordVersion,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDLRecordVersion,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>protected DDLRecordVersionWrapper wrap(DDLRecordVersion ddlRecordVersion)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion>