Class DDLRecordVersionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion>
com.liferay.dynamic.data.lists.model.DDLRecordVersionWrapper
All Implemented Interfaces:
DDLRecordVersion, DDLRecordVersionModel, com.liferay.portal.kernel.model.BaseModel<DDLRecordVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DDLRecordVersion>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<DDLRecordVersion>

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.

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.lists.model.DDLRecordVersion

    RECORD_VERSION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    long
    Returns the company ID of this ddl record version.
    Returns the create date of this ddl record version.
    long
    Returns the ct collection ID of this ddl record version.
    com.liferay.dynamic.data.mapping.storage.DDMFormValues
     
    long
    Returns the ddm storage ID of this ddl record version.
    int
    Returns the display index of this ddl record version.
    long
    Returns the group ID of this ddl record version.
     
    long
    Returns the mvcc version of this ddl record version.
    long
    Returns the primary key of this ddl record version.
     
    long
    Returns the record ID of this ddl record version.
     
    long
    Returns the record set ID of this ddl record version.
    Returns the record set version of this ddl record version.
    long
    Returns the record version ID of this ddl record version.
    int
    Returns the status of this ddl record version.
    long
    Returns the status by user ID of this ddl record version.
    Returns the status by user name of this ddl record version.
    Returns the status by user uuid of this ddl record version.
    Returns the status date of this ddl record version.
    long
    Returns the user ID of this ddl record version.
    Returns the user name of this ddl record version.
    Returns the user uuid of this ddl record version.
    Returns the version of this ddl record version.
    boolean
    Returns true if this ddl record version is approved.
    boolean
    Returns true if this ddl record version is denied.
    boolean
    Returns true if this ddl record version is a draft.
    boolean
    Returns true if this ddl record version is expired.
    boolean
    Returns true if this ddl record version is inactive.
    boolean
    Returns true if this ddl record version is incomplete.
    boolean
    Returns true if this ddl record version is pending.
    boolean
    Returns true if this ddl record version is scheduled.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this ddl record version.
    void
    setCreateDate(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
     
    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(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(String statusByUserName)
    Sets the status by user name of this ddl record version.
    void
    setStatusByUserUuid(String statusByUserUuid)
    Sets the status by user uuid of this ddl record version.
    void
    setStatusDate(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(String userName)
    Sets the user name of this ddl record version.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this ddl record version.
    void
    setVersion(String version)
    Sets the version of this ddl record version.
     
    wrap(DDLRecordVersion ddlRecordVersion)
     

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

    • DDLRecordVersionWrapper

      public DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this ddl record version.
      Specified by:
      getCompanyId in interface DDLRecordVersionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ddl record version
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this ddl record version.
      Specified by:
      getCreateDate in interface DDLRecordVersionModel
      Returns:
      the create date of this ddl record version
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this ddl record version.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>
      Specified by:
      getCtCollectionId in interface DDLRecordVersionModel
      Returns:
      the ct collection ID of this ddl record version
    • getDDMFormValues

      public com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues() throws com.liferay.dynamic.data.mapping.exception.StorageException
      Specified by:
      getDDMFormValues in interface DDLRecordVersion
      Throws:
      com.liferay.dynamic.data.mapping.exception.StorageException
    • getDDMStorageId

      public long getDDMStorageId()
      Returns the ddm storage ID of this ddl record version.
      Specified by:
      getDDMStorageId in interface DDLRecordVersionModel
      Returns:
      the ddm storage ID of this ddl record version
    • getDisplayIndex

      public int getDisplayIndex()
      Returns the display index of this ddl record version.
      Specified by:
      getDisplayIndex in interface DDLRecordVersionModel
      Returns:
      the display index of this ddl record version
    • getGroupId

      public long getGroupId()
      Returns the group ID of this ddl record version.
      Specified by:
      getGroupId in interface DDLRecordVersionModel
      Returns:
      the group ID of this ddl record version
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this ddl record version.
      Specified by:
      getMvccVersion in interface DDLRecordVersionModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ddl record version
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this ddl record version.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>
      Specified by:
      getPrimaryKey in interface DDLRecordVersionModel
      Returns:
      the primary key of this ddl record version
    • getRecord

      public DDLRecord getRecord() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRecord in interface DDLRecordVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecordId

      public long getRecordId()
      Returns the record ID of this ddl record version.
      Specified by:
      getRecordId in interface DDLRecordVersionModel
      Returns:
      the record ID of this ddl record version
    • getRecordSet

      public DDLRecordSet getRecordSet() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRecordSet in interface DDLRecordVersion
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecordSetId

      public long getRecordSetId()
      Returns the record set ID of this ddl record version.
      Specified by:
      getRecordSetId in interface DDLRecordVersionModel
      Returns:
      the record set ID of this ddl record version
    • getRecordSetVersion

      public String getRecordSetVersion()
      Returns the record set version of this ddl record version.
      Specified by:
      getRecordSetVersion in interface DDLRecordVersionModel
      Returns:
      the record set version of this ddl record version
    • getRecordVersionId

      public long getRecordVersionId()
      Returns the record version ID of this ddl record version.
      Specified by:
      getRecordVersionId in interface DDLRecordVersionModel
      Returns:
      the record version ID of this ddl record version
    • getStatus

      public int getStatus()
      Returns the status of this ddl record version.
      Specified by:
      getStatus in interface DDLRecordVersionModel
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this ddl record version
    • getStatusByUserId

      public long getStatusByUserId()
      Returns the status by user ID of this ddl record version.
      Specified by:
      getStatusByUserId in interface DDLRecordVersionModel
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this ddl record version
    • getStatusByUserName

      public String getStatusByUserName()
      Returns the status by user name of this ddl record version.
      Specified by:
      getStatusByUserName in interface DDLRecordVersionModel
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this ddl record version
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this ddl record version.
      Specified by:
      getStatusByUserUuid in interface DDLRecordVersionModel
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this ddl record version
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this ddl record version.
      Specified by:
      getStatusDate in interface DDLRecordVersionModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this ddl record version
    • getUserId

      public long getUserId()
      Returns the user ID of this ddl record version.
      Specified by:
      getUserId in interface DDLRecordVersionModel
      Returns:
      the user ID of this ddl record version
    • getUserName

      public String getUserName()
      Returns the user name of this ddl record version.
      Specified by:
      getUserName in interface DDLRecordVersionModel
      Returns:
      the user name of this ddl record version
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this ddl record version.
      Specified by:
      getUserUuid in interface DDLRecordVersionModel
      Returns:
      the user uuid of this ddl record version
    • getVersion

      public String getVersion()
      Returns the version of this ddl record version.
      Specified by:
      getVersion in interface DDLRecordVersionModel
      Returns:
      the version of this ddl record version
    • isApproved

      public boolean isApproved()
      Returns true if this ddl record version is approved.
      Specified by:
      isApproved in interface DDLRecordVersionModel
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is approved; false otherwise
    • isDenied

      public boolean isDenied()
      Returns true if this ddl record version is denied.
      Specified by:
      isDenied in interface DDLRecordVersionModel
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is denied; false otherwise
    • isDraft

      public boolean isDraft()
      Returns true if this ddl record version is a draft.
      Specified by:
      isDraft in interface DDLRecordVersionModel
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is a draft; false otherwise
    • isExpired

      public boolean isExpired()
      Returns true if this ddl record version is expired.
      Specified by:
      isExpired in interface DDLRecordVersionModel
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is expired; false otherwise
    • isInactive

      public boolean isInactive()
      Returns true if this ddl record version is inactive.
      Specified by:
      isInactive in interface DDLRecordVersionModel
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is inactive; false otherwise
    • isIncomplete

      public boolean isIncomplete()
      Returns true if this ddl record version is incomplete.
      Specified by:
      isIncomplete in interface DDLRecordVersionModel
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is incomplete; false otherwise
    • isPending

      public boolean isPending()
      Returns true if this ddl record version is pending.
      Specified by:
      isPending in interface DDLRecordVersionModel
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is pending; false otherwise
    • isScheduled

      public boolean isScheduled()
      Returns true if this ddl record version is scheduled.
      Specified by:
      isScheduled in interface DDLRecordVersionModel
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this ddl record version is scheduled; false otherwise
    • 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 ddl record version.
      Specified by:
      setCompanyId in interface DDLRecordVersionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ddl record version
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this ddl record version.
      Specified by:
      setCreateDate in interface DDLRecordVersionModel
      Parameters:
      createDate - the create date of this ddl record version
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ddl record version.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>
      Specified by:
      setCtCollectionId in interface DDLRecordVersionModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddl record version
    • setDDMStorageId

      public void setDDMStorageId(long DDMStorageId)
      Sets the ddm storage ID of this ddl record version.
      Specified by:
      setDDMStorageId in interface DDLRecordVersionModel
      Parameters:
      DDMStorageId - the ddm storage ID of this ddl record version
    • setDisplayIndex

      public void setDisplayIndex(int displayIndex)
      Sets the display index of this ddl record version.
      Specified by:
      setDisplayIndex in interface DDLRecordVersionModel
      Parameters:
      displayIndex - the display index of this ddl record version
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this ddl record version.
      Specified by:
      setGroupId in interface DDLRecordVersionModel
      Parameters:
      groupId - the group ID of this ddl record version
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this ddl record version.
      Specified by:
      setMvccVersion in interface DDLRecordVersionModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this ddl record version
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this ddl record version.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecordVersion>
      Specified by:
      setPrimaryKey in interface DDLRecordVersionModel
      Parameters:
      primaryKey - the primary key of this ddl record version
    • setRecordId

      public void setRecordId(long recordId)
      Sets the record ID of this ddl record version.
      Specified by:
      setRecordId in interface DDLRecordVersionModel
      Parameters:
      recordId - the record ID of this ddl record version
    • setRecordSetId

      public void setRecordSetId(long recordSetId)
      Sets the record set ID of this ddl record version.
      Specified by:
      setRecordSetId in interface DDLRecordVersionModel
      Parameters:
      recordSetId - the record set ID of this ddl record version
    • setRecordSetVersion

      public void setRecordSetVersion(String recordSetVersion)
      Sets the record set version of this ddl record version.
      Specified by:
      setRecordSetVersion in interface DDLRecordVersionModel
      Parameters:
      recordSetVersion - the record set version of this ddl record version
    • setRecordVersionId

      public void setRecordVersionId(long recordVersionId)
      Sets the record version ID of this ddl record version.
      Specified by:
      setRecordVersionId in interface DDLRecordVersionModel
      Parameters:
      recordVersionId - the record version ID of this ddl record version
    • setStatus

      public void setStatus(int status)
      Sets the status of this ddl record version.
      Specified by:
      setStatus in interface DDLRecordVersionModel
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      status - the status of this ddl record version
    • setStatusByUserId

      public void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this ddl record version.
      Specified by:
      setStatusByUserId in interface DDLRecordVersionModel
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this ddl record version
    • setStatusByUserName

      public void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this ddl record version.
      Specified by:
      setStatusByUserName in interface DDLRecordVersionModel
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this ddl record version
    • setStatusByUserUuid

      public void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this ddl record version.
      Specified by:
      setStatusByUserUuid in interface DDLRecordVersionModel
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this ddl record version
    • setStatusDate

      public void setStatusDate(Date statusDate)
      Sets the status date of this ddl record version.
      Specified by:
      setStatusDate in interface DDLRecordVersionModel
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this ddl record version
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this ddl record version.
      Specified by:
      setUserId in interface DDLRecordVersionModel
      Parameters:
      userId - the user ID of this ddl record version
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this ddl record version.
      Specified by:
      setUserName in interface DDLRecordVersionModel
      Parameters:
      userName - the user name of this ddl record version
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this ddl record version.
      Specified by:
      setUserUuid in interface DDLRecordVersionModel
      Parameters:
      userUuid - the user uuid of this ddl record version
    • setVersion

      public void setVersion(String version)
      Sets the version of this ddl record version.
      Specified by:
      setVersion in interface DDLRecordVersionModel
      Parameters:
      version - the version of this ddl record version
    • toXmlString

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

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

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

      protected DDLRecordVersionWrapper wrap(DDLRecordVersion ddlRecordVersion)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDLRecordVersion>