public class DDLRecordWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecord> implements DDLRecord, com.liferay.portal.kernel.model.ModelWrapper<DDLRecord>
This class is a wrapper for DDLRecord.
DDLRecord,
Serialized FormRECORD_ID_ACCESSOR| Constructor and Description |
|---|
DDLRecordWrapper(DDLRecord ddlRecord) |
| Modifier and Type | Method and Description |
|---|---|
DDLRecord |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<DDLRecord,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDLRecord,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the class name of this ddl record.
|
long |
getClassPK()
Returns the class pk of this ddl record.
|
long |
getCompanyId()
Returns the company ID of this ddl record.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddl record.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddl record.
|
java.util.List<com.liferay.dynamic.data.mapping.storage.DDMFormFieldValue> |
getDDMFormFieldValues(java.lang.String fieldName) |
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues() |
long |
getDDMStorageId()
Returns the ddm storage ID of this ddl record.
|
int |
getDisplayIndex()
Returns the display index of this ddl record.
|
java.io.Serializable |
getFieldDataType(java.lang.String fieldName) |
java.io.Serializable |
getFieldType(java.lang.String fieldName) |
long |
getGroupId()
Returns the group ID of this ddl record.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this ddl record.
|
DDLRecordVersion |
getLatestRecordVersion() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this ddl record.
|
long |
getMvccVersion()
Returns the mvcc version of this ddl record.
|
long |
getPrimaryKey()
Returns the primary key of this ddl record.
|
long |
getRecordId()
Returns the record ID of this ddl record.
|
DDLRecordSet |
getRecordSet() |
long |
getRecordSetId()
Returns the record set ID of this ddl record.
|
java.lang.String |
getRecordSetVersion()
Returns the record set version of this ddl record.
|
DDLRecordVersion |
getRecordVersion() |
DDLRecordVersion |
getRecordVersion(java.lang.String version) |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus() |
long |
getUserId()
Returns the user ID of this ddl record.
|
java.lang.String |
getUserName()
Returns the user name of this ddl record.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddl record.
|
java.lang.String |
getUuid()
Returns the uuid of this ddl record.
|
java.lang.String |
getVersion()
Returns the version of this ddl record.
|
long |
getVersionUserId()
Returns the version user ID of this ddl record.
|
java.lang.String |
getVersionUserName()
Returns the version user name of this ddl record.
|
java.lang.String |
getVersionUserUuid()
Returns the version user uuid of this ddl record.
|
void |
persist() |
void |
setClassName(java.lang.String className)
Sets the class name of this ddl record.
|
void |
setClassPK(long classPK)
Sets the class pk of this ddl record.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddl record.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddl record.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddl record.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the ddm storage ID of this ddl record.
|
void |
setDisplayIndex(int displayIndex)
Sets the display index of this ddl record.
|
void |
setGroupId(long groupId)
Sets the group ID of this ddl record.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this ddl 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 ddl record.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddl record.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddl record.
|
void |
setRecordId(long recordId)
Sets the record ID of this ddl record.
|
void |
setRecordSetId(long recordSetId)
Sets the record set ID of this ddl record.
|
void |
setRecordSetVersion(java.lang.String recordSetVersion)
Sets the record set version of this ddl record.
|
void |
setUserId(long userId)
Sets the user ID of this ddl record.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddl record.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddl record.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ddl record.
|
void |
setVersion(java.lang.String version)
Sets the version of this ddl record.
|
void |
setVersionUserId(long versionUserId)
Sets the version user ID of this ddl record.
|
void |
setVersionUserName(java.lang.String versionUserName)
Sets the version user name of this ddl record.
|
void |
setVersionUserUuid(java.lang.String versionUserUuid)
Sets the version user uuid of this ddl record.
|
protected DDLRecordWrapper |
wrap(DDLRecord ddlRecord) |
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 DDLRecordWrapper(DDLRecord ddlRecord)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecord>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDLRecord>public DDLRecord cloneWithOriginalValues()
cloneWithOriginalValues in interface DDLRecordModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDLRecord>public java.lang.String getClassName()
getClassName in interface DDLRecordModelpublic long getClassPK()
getClassPK in interface DDLRecordModelpublic long getCompanyId()
getCompanyId in interface DDLRecordModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDLRecordModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface DDLRecordModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>public java.util.List<com.liferay.dynamic.data.mapping.storage.DDMFormFieldValue> getDDMFormFieldValues(java.lang.String fieldName)
throws com.liferay.portal.kernel.exception.PortalException
getDDMFormFieldValues in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues()
throws com.liferay.portal.kernel.exception.PortalException
getDDMFormValues in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic long getDDMStorageId()
getDDMStorageId in interface DDLRecordModelpublic int getDisplayIndex()
getDisplayIndex in interface DDLRecordModelpublic java.io.Serializable getFieldDataType(java.lang.String fieldName)
throws com.liferay.portal.kernel.exception.PortalException
getFieldDataType in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic java.io.Serializable getFieldType(java.lang.String fieldName)
throws java.lang.Exception
getFieldType in interface DDLRecordjava.lang.Exceptionpublic long getGroupId()
getGroupId in interface DDLRecordModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface DDLRecordModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic DDLRecordVersion getLatestRecordVersion() throws com.liferay.portal.kernel.exception.PortalException
getLatestRecordVersion in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Date getModifiedDate()
getModifiedDate in interface DDLRecordModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface DDLRecordModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDLRecordModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>public long getRecordId()
getRecordId in interface DDLRecordModelpublic DDLRecordSet getRecordSet() throws com.liferay.portal.kernel.exception.PortalException
getRecordSet in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic long getRecordSetId()
getRecordSetId in interface DDLRecordModelpublic java.lang.String getRecordSetVersion()
getRecordSetVersion in interface DDLRecordModelpublic DDLRecordVersion getRecordVersion() throws com.liferay.portal.kernel.exception.PortalException
getRecordVersion in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic DDLRecordVersion getRecordVersion(java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
getRecordVersion in interface DDLRecordcom.liferay.portal.kernel.exception.PortalExceptionpublic int getStatus()
throws com.liferay.portal.kernel.exception.PortalException
public long getUserId()
getUserId in interface DDLRecordModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface DDLRecordModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDLRecordModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface DDLRecordModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getVersion()
getVersion in interface DDLRecordModelpublic long getVersionUserId()
getVersionUserId in interface DDLRecordModelpublic java.lang.String getVersionUserName()
getVersionUserName in interface DDLRecordModelpublic java.lang.String getVersionUserUuid()
getVersionUserUuid in interface DDLRecordModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface DDLRecordModelclassName - the class name of this ddl recordpublic void setClassPK(long classPK)
setClassPK in interface DDLRecordModelclassPK - the class pk of this ddl recordpublic void setCompanyId(long companyId)
setCompanyId in interface DDLRecordModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this ddl recordpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDLRecordModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this ddl recordpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDLRecordModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>ctCollectionId - the ct collection ID of this ddl recordpublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface DDLRecordModelDDMStorageId - the ddm storage ID of this ddl recordpublic void setDisplayIndex(int displayIndex)
setDisplayIndex in interface DDLRecordModeldisplayIndex - the display index of this ddl recordpublic void setGroupId(long groupId)
setGroupId in interface DDLRecordModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this ddl recordpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface DDLRecordModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this ddl recordpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface DDLRecordModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this ddl recordpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDLRecordModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ddl recordpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDLRecordModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>primaryKey - the primary key of this ddl recordpublic void setRecordId(long recordId)
setRecordId in interface DDLRecordModelrecordId - the record ID of this ddl recordpublic void setRecordSetId(long recordSetId)
setRecordSetId in interface DDLRecordModelrecordSetId - the record set ID of this ddl recordpublic void setRecordSetVersion(java.lang.String recordSetVersion)
setRecordSetVersion in interface DDLRecordModelrecordSetVersion - the record set version of this ddl recordpublic void setUserId(long userId)
setUserId in interface DDLRecordModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this ddl recordpublic void setUserName(java.lang.String userName)
setUserName in interface DDLRecordModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this ddl recordpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDLRecordModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this ddl recordpublic void setUuid(java.lang.String uuid)
setUuid in interface DDLRecordModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this ddl recordpublic void setVersion(java.lang.String version)
setVersion in interface DDLRecordModelversion - the version of this ddl recordpublic void setVersionUserId(long versionUserId)
setVersionUserId in interface DDLRecordModelversionUserId - the version user ID of this ddl recordpublic void setVersionUserName(java.lang.String versionUserName)
setVersionUserName in interface DDLRecordModelversionUserName - the version user name of this ddl recordpublic void setVersionUserUuid(java.lang.String versionUserUuid)
setVersionUserUuid in interface DDLRecordModelversionUserUuid - the version user uuid of this ddl recordpublic java.util.Map<java.lang.String,java.util.function.Function<DDLRecord,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDLRecord>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDLRecord,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDLRecord>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected DDLRecordWrapper wrap(DDLRecord ddlRecord)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecord>