public class DDMFormInstanceRecordWrapper extends BaseModelWrapper<DDMFormInstanceRecord> implements DDMFormInstanceRecord, ModelWrapper<DDMFormInstanceRecord>
This class is a wrapper for DDMFormInstanceRecord.
DDMFormInstanceRecord,
Serialized FormmodelFORM_INSTANCE_RECORD_ID_ACCESSOR| Constructor and Description |
|---|
DDMFormInstanceRecordWrapper(DDMFormInstanceRecord ddmFormInstanceRecord) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Function<DDMFormInstanceRecord,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMFormInstanceRecord,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this ddm form instance record.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm form instance record.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm form instance record.
|
DDMFormValues |
getDDMFormValues() |
DDMFormInstance |
getFormInstance() |
long |
getFormInstanceId()
Returns the form instance ID of this ddm form instance record.
|
long |
getFormInstanceRecordId()
Returns the form instance record ID of this ddm form instance record.
|
DDMFormInstanceRecordVersion |
getFormInstanceRecordVersion() |
DDMFormInstanceRecordVersion |
getFormInstanceRecordVersion(java.lang.String version) |
java.lang.String |
getFormInstanceVersion()
Returns the form instance version of this ddm form instance record.
|
long |
getGroupId()
Returns the group ID of this ddm form instance record.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this ddm form instance record.
|
DDMFormInstanceRecordVersion |
getLatestFormInstanceRecordVersion() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this ddm form instance record.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm form instance record.
|
long |
getPrimaryKey()
Returns the primary key of this ddm form instance record.
|
StagedModelType |
getStagedModelType() |
int |
getStatus() |
long |
getStorageId()
Returns the storage ID of this ddm form instance record.
|
java.lang.String |
getStorageType() |
long |
getUserId()
Returns the user ID of this ddm form instance record.
|
java.lang.String |
getUserName()
Returns the user name of this ddm form instance record.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm form instance record.
|
java.lang.String |
getUuid()
Returns the uuid of this ddm form instance record.
|
java.lang.String |
getVersion()
Returns the version of this ddm form instance record.
|
long |
getVersionUserId()
Returns the version user ID of this ddm form instance record.
|
java.lang.String |
getVersionUserName()
Returns the version user name of this ddm form instance record.
|
java.lang.String |
getVersionUserUuid()
Returns the version user uuid of this ddm form instance record.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm form instance record.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm form instance record.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm form instance record.
|
void |
setFormInstanceId(long formInstanceId)
Sets the form instance ID of this ddm form instance record.
|
void |
setFormInstanceRecordId(long formInstanceRecordId)
Sets the form instance record ID of this ddm form instance record.
|
void |
setFormInstanceVersion(java.lang.String formInstanceVersion)
Sets the form instance version of this ddm form instance record.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddm form instance record.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this ddm form instance record.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ddm form instance record.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm form instance record.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm form instance record.
|
void |
setStorageId(long storageId)
Sets the storage ID of this ddm form instance record.
|
void |
setUserId(long userId)
Sets the user ID of this ddm form instance record.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm form instance record.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm form instance record.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ddm form instance record.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddm form instance record.
|
void |
setVersionUserId(long versionUserId)
Sets the version user ID of this ddm form instance record.
|
void |
setVersionUserName(java.lang.String versionUserName)
Sets the version user name of this ddm form instance record.
|
void |
setVersionUserUuid(java.lang.String versionUserUuid)
Sets the version user uuid of this ddm form instance record.
|
protected DDMFormInstanceRecordWrapper |
wrap(DDMFormInstanceRecord ddmFormInstanceRecord) |
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, toXmlStringgetModelClass, getModelClassNameclonegetWrappedModelpublic DDMFormInstanceRecordWrapper(DDMFormInstanceRecord ddmFormInstanceRecord)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMFormInstanceRecord>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DDMFormInstanceRecord>public long getCompanyId()
getCompanyId in interface DDMFormInstanceRecordModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDMFormInstanceRecordModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface DDMFormInstanceRecordModelgetCtCollectionId in interface CTModel<DDMFormInstanceRecord>public DDMFormValues getDDMFormValues() throws PortalException
getDDMFormValues in interface DDMFormInstanceRecordPortalExceptionpublic DDMFormInstance getFormInstance() throws PortalException
getFormInstance in interface DDMFormInstanceRecordPortalExceptionpublic long getFormInstanceId()
getFormInstanceId in interface DDMFormInstanceRecordModelpublic long getFormInstanceRecordId()
getFormInstanceRecordId in interface DDMFormInstanceRecordModelpublic DDMFormInstanceRecordVersion getFormInstanceRecordVersion() throws PortalException
getFormInstanceRecordVersion in interface DDMFormInstanceRecordPortalExceptionpublic DDMFormInstanceRecordVersion getFormInstanceRecordVersion(java.lang.String version) throws PortalException
getFormInstanceRecordVersion in interface DDMFormInstanceRecordPortalExceptionpublic java.lang.String getFormInstanceVersion()
getFormInstanceVersion in interface DDMFormInstanceRecordModelpublic long getGroupId()
getGroupId in interface DDMFormInstanceRecordModelgetGroupId in interface GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface DDMFormInstanceRecordModelgetLastPublishDate in interface StagedGroupedModelpublic DDMFormInstanceRecordVersion getLatestFormInstanceRecordVersion() throws PortalException
getLatestFormInstanceRecordVersion in interface DDMFormInstanceRecordPortalExceptionpublic java.util.Date getModifiedDate()
getModifiedDate in interface DDMFormInstanceRecordModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface DDMFormInstanceRecordModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMFormInstanceRecordModelgetPrimaryKey in interface CTModel<DDMFormInstanceRecord>public int getStatus()
throws PortalException
getStatus in interface DDMFormInstanceRecordPortalExceptionpublic long getStorageId()
getStorageId in interface DDMFormInstanceRecordModelpublic java.lang.String getStorageType()
throws PortalException
getStorageType in interface DDMFormInstanceRecordPortalExceptionpublic long getUserId()
getUserId in interface DDMFormInstanceRecordModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface DDMFormInstanceRecordModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDMFormInstanceRecordModelgetUserUuid in interface AuditedModelpublic java.lang.String getUuid()
getUuid in interface DDMFormInstanceRecordModelgetUuid in interface StagedModelpublic java.lang.String getVersion()
getVersion in interface DDMFormInstanceRecordModelpublic long getVersionUserId()
getVersionUserId in interface DDMFormInstanceRecordModelpublic java.lang.String getVersionUserName()
getVersionUserName in interface DDMFormInstanceRecordModelpublic java.lang.String getVersionUserUuid()
getVersionUserUuid in interface DDMFormInstanceRecordModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DDMFormInstanceRecordModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this ddm form instance recordpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDMFormInstanceRecordModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this ddm form instance recordpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDMFormInstanceRecordModelsetCtCollectionId in interface CTModel<DDMFormInstanceRecord>ctCollectionId - the ct collection ID of this ddm form instance recordpublic void setFormInstanceId(long formInstanceId)
setFormInstanceId in interface DDMFormInstanceRecordModelformInstanceId - the form instance ID of this ddm form instance recordpublic void setFormInstanceRecordId(long formInstanceRecordId)
setFormInstanceRecordId in interface DDMFormInstanceRecordModelformInstanceRecordId - the form instance record ID of this ddm form instance recordpublic void setFormInstanceVersion(java.lang.String formInstanceVersion)
setFormInstanceVersion in interface DDMFormInstanceRecordModelformInstanceVersion - the form instance version of this ddm form instance recordpublic void setGroupId(long groupId)
setGroupId in interface DDMFormInstanceRecordModelsetGroupId in interface GroupedModelgroupId - the group ID of this ddm form instance recordpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface DDMFormInstanceRecordModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this ddm form instance recordpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface DDMFormInstanceRecordModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this ddm form instance recordpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDMFormInstanceRecordModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this ddm form instance recordpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMFormInstanceRecordModelsetPrimaryKey in interface CTModel<DDMFormInstanceRecord>primaryKey - the primary key of this ddm form instance recordpublic void setStorageId(long storageId)
setStorageId in interface DDMFormInstanceRecordModelstorageId - the storage ID of this ddm form instance recordpublic void setUserId(long userId)
setUserId in interface DDMFormInstanceRecordModelsetUserId in interface AuditedModeluserId - the user ID of this ddm form instance recordpublic void setUserName(java.lang.String userName)
setUserName in interface DDMFormInstanceRecordModelsetUserName in interface AuditedModeluserName - the user name of this ddm form instance recordpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDMFormInstanceRecordModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this ddm form instance recordpublic void setUuid(java.lang.String uuid)
setUuid in interface DDMFormInstanceRecordModelsetUuid in interface StagedModeluuid - the uuid of this ddm form instance recordpublic void setVersion(java.lang.String version)
setVersion in interface DDMFormInstanceRecordModelversion - the version of this ddm form instance recordpublic void setVersionUserId(long versionUserId)
setVersionUserId in interface DDMFormInstanceRecordModelversionUserId - the version user ID of this ddm form instance recordpublic void setVersionUserName(java.lang.String versionUserName)
setVersionUserName in interface DDMFormInstanceRecordModelversionUserName - the version user name of this ddm form instance recordpublic void setVersionUserUuid(java.lang.String versionUserUuid)
setVersionUserUuid in interface DDMFormInstanceRecordModelversionUserUuid - the version user uuid of this ddm form instance recordpublic java.util.Map<java.lang.String,java.util.function.Function<DDMFormInstanceRecord,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<DDMFormInstanceRecord>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMFormInstanceRecord,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<DDMFormInstanceRecord>public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected DDMFormInstanceRecordWrapper wrap(DDMFormInstanceRecord ddmFormInstanceRecord)
wrap in class BaseModelWrapper<DDMFormInstanceRecord>