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:
  • Constructor Details

    • DDMFormInstanceRecordWrapper

      public DDMFormInstanceRecordWrapper(DDMFormInstanceRecord ddmFormInstanceRecord)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
    • cloneWithOriginalValues

      public DDMFormInstanceRecord cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
      Specified by:
      cloneWithOriginalValues in interface DDMFormInstanceRecordModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this ddm form instance record.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface DDMFormInstanceRecordModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this ddm form instance record
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ddm form instance record.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface DDMFormInstanceRecordModel
      Specified by:
      getCreateDate in interface com.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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
      Specified by:
      getCtCollectionId in interface DDMFormInstanceRecordModel
      Returns:
      the ct collection ID of this ddm form instance record
    • getDDMFormValues

      public DDMFormValues getDDMFormValues() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDDMFormValues in interface DDMFormInstanceRecord
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstance

      public DDMFormInstance getFormInstance() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFormInstance in interface DDMFormInstanceRecord
      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 interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecord
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstanceRecordVersion

      public DDMFormInstanceRecordVersion getFormInstanceRecordVersion(String version) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFormInstanceRecordVersion in interface DDMFormInstanceRecord
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstanceVersion

      public String getFormInstanceVersion()
      Returns the form instance version of this ddm form instance record.
      Specified by:
      getFormInstanceVersion in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this ddm form instance record
    • getIpAddress

      public String getIpAddress()
      Returns the ip address of this ddm form instance record.
      Specified by:
      getIpAddress in interface DDMFormInstanceRecordModel
      Returns:
      the ip address of this ddm form instance record
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this ddm form instance record.
      Specified by:
      getLastPublishDate in interface DDMFormInstanceRecordModel
      Specified by:
      getLastPublishDate in interface com.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 interface DDMFormInstanceRecord
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this ddm form instance record.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface DDMFormInstanceRecordModel
      Specified by:
      getModifiedDate in interface com.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 interface DDMFormInstanceRecordModel
      Specified by:
      getMvccVersion in interface com.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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
      Specified by:
      getPrimaryKey in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecord
      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 interface DDMFormInstanceRecordModel
      Returns:
      the storage ID of this ddm form instance record
    • getStorageType

      public String getStorageType() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getStorageType in interface DDMFormInstanceRecord
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface DDMFormInstanceRecordModel
      Returns:
      the user ID of this ddm form instance record
    • getUserName

      public String getUserName()
      Returns the user name of this ddm form instance record.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface DDMFormInstanceRecordModel
      Returns:
      the user name of this ddm form instance record
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ddm form instance record.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface DDMFormInstanceRecordModel
      Returns:
      the user uuid of this ddm form instance record
    • getUuid

      public String getUuid()
      Returns the uuid of this ddm form instance record.
      Specified by:
      getUuid in interface DDMFormInstanceRecordModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this ddm form instance record
    • getVersion

      public String getVersion()
      Returns the version of this ddm form instance record.
      Specified by:
      getVersion in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      Returns:
      the version user ID of this ddm form instance record
    • getVersionUserName

      public String getVersionUserName()
      Returns the version user name of this ddm form instance record.
      Specified by:
      getVersionUserName in interface DDMFormInstanceRecordModel
      Returns:
      the version user name of this ddm form instance record
    • getVersionUserUuid

      public String getVersionUserUuid()
      Returns the version user uuid of this ddm form instance record.
      Specified by:
      getVersionUserUuid in interface DDMFormInstanceRecordModel
      Returns:
      the version user uuid of this ddm form instance record
    • persist

      public void persist()
      Specified by:
      persist in interface com.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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface DDMFormInstanceRecordModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this ddm form instance record
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this ddm form instance record.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface DDMFormInstanceRecordModel
      Specified by:
      setCreateDate in interface com.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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
      Specified by:
      setCtCollectionId in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      Parameters:
      formInstanceRecordId - the form instance record ID of this ddm form instance record
    • setFormInstanceVersion

      public void setFormInstanceVersion(String formInstanceVersion)
      Sets the form instance version of this ddm form instance record.
      Specified by:
      setFormInstanceVersion in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this ddm form instance record
    • setIpAddress

      public void setIpAddress(String ipAddress)
      Sets the ip address of this ddm form instance record.
      Specified by:
      setIpAddress in interface DDMFormInstanceRecordModel
      Parameters:
      ipAddress - the ip address of this ddm form instance record
    • setLastPublishDate

      public void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this ddm form instance record.
      Specified by:
      setLastPublishDate in interface DDMFormInstanceRecordModel
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this ddm form instance record
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this ddm form instance record.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface DDMFormInstanceRecordModel
      Specified by:
      setModifiedDate in interface com.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 interface DDMFormInstanceRecordModel
      Specified by:
      setMvccVersion in interface com.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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
      Specified by:
      setPrimaryKey in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface DDMFormInstanceRecordModel
      Parameters:
      userId - the user ID of this ddm form instance record
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this ddm form instance record.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface DDMFormInstanceRecordModel
      Parameters:
      userName - the user name of this ddm form instance record
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ddm form instance record.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface DDMFormInstanceRecordModel
      Parameters:
      userUuid - the user uuid of this ddm form instance record
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this ddm form instance record.
      Specified by:
      setUuid in interface DDMFormInstanceRecordModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this ddm form instance record
    • setVersion

      public void setVersion(String version)
      Sets the version of this ddm form instance record.
      Specified by:
      setVersion in interface DDMFormInstanceRecordModel
      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 interface DDMFormInstanceRecordModel
      Parameters:
      versionUserId - the version user ID of this ddm form instance record
    • setVersionUserName

      public void setVersionUserName(String versionUserName)
      Sets the version user name of this ddm form instance record.
      Specified by:
      setVersionUserName in interface DDMFormInstanceRecordModel
      Parameters:
      versionUserName - the version user name of this ddm form instance record
    • setVersionUserUuid

      public void setVersionUserUuid(String versionUserUuid)
      Sets the version user uuid of this ddm form instance record.
      Specified by:
      setVersionUserUuid in interface DDMFormInstanceRecordModel
      Parameters:
      versionUserUuid - the version user uuid of this ddm form instance record
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DDMFormInstanceRecordModel
    • getAttributeGetterFunctions

      public Map<String,Function<DDMFormInstanceRecord,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<DDMFormInstanceRecord,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected DDMFormInstanceRecordWrapper wrap(DDMFormInstanceRecord ddmFormInstanceRecord)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFormInstanceRecord>