Class DDMFormInstanceRecordWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceRecord>
com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecordWrapper
- All Implemented Interfaces:
DDMFormInstanceRecord
,DDMFormInstanceRecordModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<DDMFormInstanceRecord>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<DDMFormInstanceRecord>
public class DDMFormInstanceRecordWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceRecord>
implements DDMFormInstanceRecord, com.liferay.portal.kernel.model.ModelWrapper<DDMFormInstanceRecord>
This class is a wrapper for DDMFormInstanceRecord
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecord
FORM_INSTANCE_RECORD_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this ddm form instance record.Returns the create date of this ddm form instance record.long
Returns the ct collection ID of this ddm form instance record.long
Returns the form instance ID of this ddm form instance record.long
Returns the form instance record ID of this ddm form instance record.getFormInstanceRecordVersion
(String version) Returns the form instance version of this ddm form instance record.long
Returns the group ID of this ddm form instance record.Returns the ip address of this ddm form instance record.Returns the last publish date of this ddm form instance record.Returns the modified date of this ddm form instance record.long
Returns the mvcc version of this ddm form instance record.long
Returns the primary key of this ddm form instance record.com.liferay.exportimport.kernel.lar.StagedModelType
int
long
Returns the storage ID of this ddm form instance record.long
Returns the user ID of this ddm form instance record.Returns the user name of this ddm form instance record.Returns the user uuid of this ddm form instance record.getUuid()
Returns the uuid of this ddm form instance record.Returns the version of this ddm form instance record.long
Returns the version user ID of this ddm form instance record.Returns the version user name of this ddm form instance record.Returns the version user uuid of this ddm form instance record.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this ddm form instance record.void
setCreateDate
(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
(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
setIpAddress
(String ipAddress) Sets the ip address of this ddm form instance record.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this ddm form instance record.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this ddm form instance record.void
setUserUuid
(String userUuid) Sets the user uuid of this ddm form instance record.void
Sets the uuid of this ddm form instance record.void
setVersion
(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
(String versionUserName) Sets the version user name of this ddm form instance record.void
setVersionUserUuid
(String versionUserUuid) Sets the version user uuid of this ddm form instance record.protected DDMFormInstanceRecordWrapper
wrap
(DDMFormInstanceRecord ddmFormInstanceRecord) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
DDMFormInstanceRecordWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
- Specified by:
cloneWithOriginalValues
in interfaceDDMFormInstanceRecordModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm form instance record.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceDDMFormInstanceRecordModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this ddm form instance record
-
getCreateDate
Returns the create date of this ddm form instance record.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceDDMFormInstanceRecordModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this ddm form instance record
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddm form instance record.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
- Specified by:
getCtCollectionId
in interfaceDDMFormInstanceRecordModel
- Returns:
- the ct collection ID of this ddm form instance record
-
getDDMFormValues
- Specified by:
getDDMFormValues
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstance
- Specified by:
getFormInstance
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceId
public long getFormInstanceId()Returns the form instance ID of this ddm form instance record.- Specified by:
getFormInstanceId
in interfaceDDMFormInstanceRecordModel
- Returns:
- the form instance ID of this ddm form instance record
-
getFormInstanceRecordId
public long getFormInstanceRecordId()Returns the form instance record ID of this ddm form instance record.- Specified by:
getFormInstanceRecordId
in interfaceDDMFormInstanceRecordModel
- Returns:
- the form instance record ID of this ddm form instance record
-
getFormInstanceRecordVersion
public DDMFormInstanceRecordVersion getFormInstanceRecordVersion() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getFormInstanceRecordVersion
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceRecordVersion
public DDMFormInstanceRecordVersion getFormInstanceRecordVersion(String version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFormInstanceRecordVersion
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceVersion
Returns the form instance version of this ddm form instance record.- Specified by:
getFormInstanceVersion
in interfaceDDMFormInstanceRecordModel
- Returns:
- the form instance version of this ddm form instance record
-
getGroupId
public long getGroupId()Returns the group ID of this ddm form instance record.- Specified by:
getGroupId
in interfaceDDMFormInstanceRecordModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this ddm form instance record
-
getIpAddress
Returns the ip address of this ddm form instance record.- Specified by:
getIpAddress
in interfaceDDMFormInstanceRecordModel
- Returns:
- the ip address of this ddm form instance record
-
getLastPublishDate
Returns the last publish date of this ddm form instance record.- Specified by:
getLastPublishDate
in interfaceDDMFormInstanceRecordModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this ddm form instance record
-
getLatestFormInstanceRecordVersion
public DDMFormInstanceRecordVersion getLatestFormInstanceRecordVersion() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getLatestFormInstanceRecordVersion
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getModifiedDate
Returns the modified date of this ddm form instance record.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceDDMFormInstanceRecordModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this ddm form instance record
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm form instance record.- Specified by:
getMvccVersion
in interfaceDDMFormInstanceRecordModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ddm form instance record
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm form instance record.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
- Specified by:
getPrimaryKey
in interfaceDDMFormInstanceRecordModel
- Returns:
- the primary key of this ddm form instance record
-
getStatus
public int getStatus() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getStatus
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStorageId
public long getStorageId()Returns the storage ID of this ddm form instance record.- Specified by:
getStorageId
in interfaceDDMFormInstanceRecordModel
- Returns:
- the storage ID of this ddm form instance record
-
getStorageType
- Specified by:
getStorageType
in interfaceDDMFormInstanceRecord
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserId
public long getUserId()Returns the user ID of this ddm form instance record.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceDDMFormInstanceRecordModel
- Returns:
- the user ID of this ddm form instance record
-
getUserName
Returns the user name of this ddm form instance record.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceDDMFormInstanceRecordModel
- Returns:
- the user name of this ddm form instance record
-
getUserUuid
Returns the user uuid of this ddm form instance record.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceDDMFormInstanceRecordModel
- Returns:
- the user uuid of this ddm form instance record
-
getUuid
Returns the uuid of this ddm form instance record.- Specified by:
getUuid
in interfaceDDMFormInstanceRecordModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this ddm form instance record
-
getVersion
Returns the version of this ddm form instance record.- Specified by:
getVersion
in interfaceDDMFormInstanceRecordModel
- Returns:
- the version of this ddm form instance record
-
getVersionUserId
public long getVersionUserId()Returns the version user ID of this ddm form instance record.- Specified by:
getVersionUserId
in interfaceDDMFormInstanceRecordModel
- Returns:
- the version user ID of this ddm form instance record
-
getVersionUserName
Returns the version user name of this ddm form instance record.- Specified by:
getVersionUserName
in interfaceDDMFormInstanceRecordModel
- Returns:
- the version user name of this ddm form instance record
-
getVersionUserUuid
Returns the version user uuid of this ddm form instance record.- Specified by:
getVersionUserUuid
in interfaceDDMFormInstanceRecordModel
- Returns:
- the version user uuid of this ddm form instance record
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm form instance record.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceDDMFormInstanceRecordModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this ddm form instance record
-
setCreateDate
Sets the create date of this ddm form instance record.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceDDMFormInstanceRecordModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this ddm form instance record
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm form instance record.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
- Specified by:
setCtCollectionId
in interfaceDDMFormInstanceRecordModel
- Parameters:
ctCollectionId
- the ct collection ID of this ddm form instance record
-
setFormInstanceId
public void setFormInstanceId(long formInstanceId) Sets the form instance ID of this ddm form instance record.- Specified by:
setFormInstanceId
in interfaceDDMFormInstanceRecordModel
- Parameters:
formInstanceId
- the form instance ID of this ddm form instance record
-
setFormInstanceRecordId
public void setFormInstanceRecordId(long formInstanceRecordId) Sets the form instance record ID of this ddm form instance record.- Specified by:
setFormInstanceRecordId
in interfaceDDMFormInstanceRecordModel
- Parameters:
formInstanceRecordId
- the form instance record ID of this ddm form instance record
-
setFormInstanceVersion
Sets the form instance version of this ddm form instance record.- Specified by:
setFormInstanceVersion
in interfaceDDMFormInstanceRecordModel
- Parameters:
formInstanceVersion
- the form instance version of this ddm form instance record
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this ddm form instance record.- Specified by:
setGroupId
in interfaceDDMFormInstanceRecordModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this ddm form instance record
-
setIpAddress
Sets the ip address of this ddm form instance record.- Specified by:
setIpAddress
in interfaceDDMFormInstanceRecordModel
- Parameters:
ipAddress
- the ip address of this ddm form instance record
-
setLastPublishDate
Sets the last publish date of this ddm form instance record.- Specified by:
setLastPublishDate
in interfaceDDMFormInstanceRecordModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this ddm form instance record
-
setModifiedDate
Sets the modified date of this ddm form instance record.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceDDMFormInstanceRecordModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this ddm form instance record
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm form instance record.- Specified by:
setMvccVersion
in interfaceDDMFormInstanceRecordModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ddm form instance record
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddm form instance record.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
- Specified by:
setPrimaryKey
in interfaceDDMFormInstanceRecordModel
- Parameters:
primaryKey
- the primary key of this ddm form instance record
-
setStorageId
public void setStorageId(long storageId) Sets the storage ID of this ddm form instance record.- Specified by:
setStorageId
in interfaceDDMFormInstanceRecordModel
- Parameters:
storageId
- the storage ID of this ddm form instance record
-
setUserId
public void setUserId(long userId) Sets the user ID of this ddm form instance record.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceDDMFormInstanceRecordModel
- Parameters:
userId
- the user ID of this ddm form instance record
-
setUserName
Sets the user name of this ddm form instance record.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceDDMFormInstanceRecordModel
- Parameters:
userName
- the user name of this ddm form instance record
-
setUserUuid
Sets the user uuid of this ddm form instance record.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceDDMFormInstanceRecordModel
- Parameters:
userUuid
- the user uuid of this ddm form instance record
-
setUuid
Sets the uuid of this ddm form instance record.- Specified by:
setUuid
in interfaceDDMFormInstanceRecordModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this ddm form instance record
-
setVersion
Sets the version of this ddm form instance record.- Specified by:
setVersion
in interfaceDDMFormInstanceRecordModel
- Parameters:
version
- the version of this ddm form instance record
-
setVersionUserId
public void setVersionUserId(long versionUserId) Sets the version user ID of this ddm form instance record.- Specified by:
setVersionUserId
in interfaceDDMFormInstanceRecordModel
- Parameters:
versionUserId
- the version user ID of this ddm form instance record
-
setVersionUserName
Sets the version user name of this ddm form instance record.- Specified by:
setVersionUserName
in interfaceDDMFormInstanceRecordModel
- Parameters:
versionUserName
- the version user name of this ddm form instance record
-
setVersionUserUuid
Sets the version user uuid of this ddm form instance record.- Specified by:
setVersionUserUuid
in interfaceDDMFormInstanceRecordModel
- Parameters:
versionUserUuid
- the version user uuid of this ddm form instance record
-
toXmlString
- Specified by:
toXmlString
in interfaceDDMFormInstanceRecordModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceRecord>
-