Class CommerceNotificationAttachmentWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>
com.liferay.commerce.notification.model.CommerceNotificationAttachmentWrapper
All Implemented Interfaces:
CommerceNotificationAttachment, CommerceNotificationAttachmentModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationAttachment>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<CommerceNotificationAttachment>

@Deprecated public class CommerceNotificationAttachmentWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment> implements CommerceNotificationAttachment, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationAttachment>
Deprecated.

This class is a wrapper for CommerceNotificationAttachment.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.commerce.notification.model.CommerceNotificationAttachment

    COMMERCE_NOTIFICATION_ATTACHMENT_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    long
    Deprecated.
    Returns the commerce notification attachment ID of this commerce notification attachment.
    long
    Deprecated.
    Returns the commerce notification queue entry ID of this commerce notification attachment.
    long
    Deprecated.
    Returns the company ID of this commerce notification attachment.
    Deprecated.
    Returns the create date of this commerce notification attachment.
    boolean
    Deprecated.
    Returns the delete on send of this commerce notification attachment.
    com.liferay.portal.kernel.repository.model.FileEntry
    Deprecated.
     
    long
    Deprecated.
    Returns the file entry ID of this commerce notification attachment.
    long
    Deprecated.
    Returns the group ID of this commerce notification attachment.
    Deprecated.
     
    Deprecated.
    Returns the modified date of this commerce notification attachment.
    long
    Deprecated.
    Returns the mvcc version of this commerce notification attachment.
    long
    Deprecated.
    Returns the primary key of this commerce notification attachment.
    com.liferay.exportimport.kernel.lar.StagedModelType
    Deprecated.
     
    long
    Deprecated.
    Returns the user ID of this commerce notification attachment.
    Deprecated.
    Returns the user name of this commerce notification attachment.
    Deprecated.
    Returns the user uuid of this commerce notification attachment.
    Deprecated.
    Returns the uuid of this commerce notification attachment.
    boolean
    Deprecated.
    Returns true if this commerce notification attachment is delete on send.
    void
    Deprecated.
     
    void
    setCommerceNotificationAttachmentId(long commerceNotificationAttachmentId)
    Deprecated.
    Sets the commerce notification attachment ID of this commerce notification attachment.
    void
    setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
    Deprecated.
    Sets the commerce notification queue entry ID of this commerce notification attachment.
    void
    setCompanyId(long companyId)
    Deprecated.
    Sets the company ID of this commerce notification attachment.
    void
    setCreateDate(Date createDate)
    Deprecated.
    Sets the create date of this commerce notification attachment.
    void
    setDeleteOnSend(boolean deleteOnSend)
    Deprecated.
    Sets whether this commerce notification attachment is delete on send.
    void
    setFileEntryId(long fileEntryId)
    Deprecated.
    Sets the file entry ID of this commerce notification attachment.
    void
    setGroupId(long groupId)
    Deprecated.
    Sets the group ID of this commerce notification attachment.
    void
    Deprecated.
     
    void
    setModifiedDate(Date modifiedDate)
    Deprecated.
    Sets the modified date of this commerce notification attachment.
    void
    setMvccVersion(long mvccVersion)
    Deprecated.
    Sets the mvcc version of this commerce notification attachment.
    void
    setPrimaryKey(long primaryKey)
    Deprecated.
    Sets the primary key of this commerce notification attachment.
    void
    setUserId(long userId)
    Deprecated.
    Sets the user ID of this commerce notification attachment.
    void
    setUserName(String userName)
    Deprecated.
    Sets the user name of this commerce notification attachment.
    void
    setUserUuid(String userUuid)
    Deprecated.
    Sets the user uuid of this commerce notification attachment.
    void
    Deprecated.
    Sets the uuid of this commerce notification attachment.
    Deprecated.
     
    wrap(CommerceNotificationAttachment commerceNotificationAttachment)
    Deprecated.
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

    • CommerceNotificationAttachmentWrapper

      public CommerceNotificationAttachmentWrapper(CommerceNotificationAttachment commerceNotificationAttachment)
      Deprecated.
  • Method Details

    • getModelAttributes

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

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

      public CommerceNotificationAttachment cloneWithOriginalValues()
      Deprecated.
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
      Specified by:
      cloneWithOriginalValues in interface CommerceNotificationAttachmentModel
    • getCommerceNotificationAttachmentId

      public long getCommerceNotificationAttachmentId()
      Deprecated.
      Returns the commerce notification attachment ID of this commerce notification attachment.
      Specified by:
      getCommerceNotificationAttachmentId in interface CommerceNotificationAttachmentModel
      Returns:
      the commerce notification attachment ID of this commerce notification attachment
    • getCommerceNotificationQueueEntryId

      public long getCommerceNotificationQueueEntryId()
      Deprecated.
      Returns the commerce notification queue entry ID of this commerce notification attachment.
      Specified by:
      getCommerceNotificationQueueEntryId in interface CommerceNotificationAttachmentModel
      Returns:
      the commerce notification queue entry ID of this commerce notification attachment
    • getCompanyId

      public long getCompanyId()
      Deprecated.
      Returns the company ID of this commerce notification attachment.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceNotificationAttachmentModel
      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 commerce notification attachment
    • getCreateDate

      public Date getCreateDate()
      Deprecated.
      Returns the create date of this commerce notification attachment.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceNotificationAttachmentModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this commerce notification attachment
    • getDeleteOnSend

      public boolean getDeleteOnSend()
      Deprecated.
      Returns the delete on send of this commerce notification attachment.
      Specified by:
      getDeleteOnSend in interface CommerceNotificationAttachmentModel
      Returns:
      the delete on send of this commerce notification attachment
    • getFileEntry

      public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry() throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Specified by:
      getFileEntry in interface CommerceNotificationAttachment
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFileEntryId

      public long getFileEntryId()
      Deprecated.
      Returns the file entry ID of this commerce notification attachment.
      Specified by:
      getFileEntryId in interface CommerceNotificationAttachmentModel
      Returns:
      the file entry ID of this commerce notification attachment
    • getGroupId

      public long getGroupId()
      Deprecated.
      Returns the group ID of this commerce notification attachment.
      Specified by:
      getGroupId in interface CommerceNotificationAttachmentModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this commerce notification attachment
    • getModifiedDate

      public Date getModifiedDate()
      Deprecated.
      Returns the modified date of this commerce notification attachment.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommerceNotificationAttachmentModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this commerce notification attachment
    • getMvccVersion

      public long getMvccVersion()
      Deprecated.
      Returns the mvcc version of this commerce notification attachment.
      Specified by:
      getMvccVersion in interface CommerceNotificationAttachmentModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce notification attachment
    • getPrimaryKey

      public long getPrimaryKey()
      Deprecated.
      Returns the primary key of this commerce notification attachment.
      Specified by:
      getPrimaryKey in interface CommerceNotificationAttachmentModel
      Returns:
      the primary key of this commerce notification attachment
    • getUserId

      public long getUserId()
      Deprecated.
      Returns the user ID of this commerce notification attachment.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CommerceNotificationAttachmentModel
      Returns:
      the user ID of this commerce notification attachment
    • getUserName

      public String getUserName()
      Deprecated.
      Returns the user name of this commerce notification attachment.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CommerceNotificationAttachmentModel
      Returns:
      the user name of this commerce notification attachment
    • getUserUuid

      public String getUserUuid()
      Deprecated.
      Returns the user uuid of this commerce notification attachment.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceNotificationAttachmentModel
      Returns:
      the user uuid of this commerce notification attachment
    • getUuid

      public String getUuid()
      Deprecated.
      Returns the uuid of this commerce notification attachment.
      Specified by:
      getUuid in interface CommerceNotificationAttachmentModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this commerce notification attachment
    • isDeleteOnSend

      public boolean isDeleteOnSend()
      Deprecated.
      Returns true if this commerce notification attachment is delete on send.
      Specified by:
      isDeleteOnSend in interface CommerceNotificationAttachmentModel
      Returns:
      true if this commerce notification attachment is delete on send; false otherwise
    • persist

      public void persist()
      Deprecated.
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCommerceNotificationAttachmentId

      public void setCommerceNotificationAttachmentId(long commerceNotificationAttachmentId)
      Deprecated.
      Sets the commerce notification attachment ID of this commerce notification attachment.
      Specified by:
      setCommerceNotificationAttachmentId in interface CommerceNotificationAttachmentModel
      Parameters:
      commerceNotificationAttachmentId - the commerce notification attachment ID of this commerce notification attachment
    • setCommerceNotificationQueueEntryId

      public void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
      Deprecated.
      Sets the commerce notification queue entry ID of this commerce notification attachment.
      Specified by:
      setCommerceNotificationQueueEntryId in interface CommerceNotificationAttachmentModel
      Parameters:
      commerceNotificationQueueEntryId - the commerce notification queue entry ID of this commerce notification attachment
    • setCompanyId

      public void setCompanyId(long companyId)
      Deprecated.
      Sets the company ID of this commerce notification attachment.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceNotificationAttachmentModel
      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 commerce notification attachment
    • setCreateDate

      public void setCreateDate(Date createDate)
      Deprecated.
      Sets the create date of this commerce notification attachment.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceNotificationAttachmentModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this commerce notification attachment
    • setDeleteOnSend

      public void setDeleteOnSend(boolean deleteOnSend)
      Deprecated.
      Sets whether this commerce notification attachment is delete on send.
      Specified by:
      setDeleteOnSend in interface CommerceNotificationAttachmentModel
      Parameters:
      deleteOnSend - the delete on send of this commerce notification attachment
    • setFileEntryId

      public void setFileEntryId(long fileEntryId)
      Deprecated.
      Sets the file entry ID of this commerce notification attachment.
      Specified by:
      setFileEntryId in interface CommerceNotificationAttachmentModel
      Parameters:
      fileEntryId - the file entry ID of this commerce notification attachment
    • setGroupId

      public void setGroupId(long groupId)
      Deprecated.
      Sets the group ID of this commerce notification attachment.
      Specified by:
      setGroupId in interface CommerceNotificationAttachmentModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this commerce notification attachment
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Deprecated.
      Sets the modified date of this commerce notification attachment.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommerceNotificationAttachmentModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this commerce notification attachment
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Deprecated.
      Sets the mvcc version of this commerce notification attachment.
      Specified by:
      setMvccVersion in interface CommerceNotificationAttachmentModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce notification attachment
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Deprecated.
      Sets the primary key of this commerce notification attachment.
      Specified by:
      setPrimaryKey in interface CommerceNotificationAttachmentModel
      Parameters:
      primaryKey - the primary key of this commerce notification attachment
    • setUserId

      public void setUserId(long userId)
      Deprecated.
      Sets the user ID of this commerce notification attachment.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommerceNotificationAttachmentModel
      Parameters:
      userId - the user ID of this commerce notification attachment
    • setUserName

      public void setUserName(String userName)
      Deprecated.
      Sets the user name of this commerce notification attachment.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CommerceNotificationAttachmentModel
      Parameters:
      userName - the user name of this commerce notification attachment
    • setUserUuid

      public void setUserUuid(String userUuid)
      Deprecated.
      Sets the user uuid of this commerce notification attachment.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommerceNotificationAttachmentModel
      Parameters:
      userUuid - the user uuid of this commerce notification attachment
    • setUuid

      public void setUuid(String uuid)
      Deprecated.
      Sets the uuid of this commerce notification attachment.
      Specified by:
      setUuid in interface CommerceNotificationAttachmentModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this commerce notification attachment
    • toXmlString

      public String toXmlString()
      Deprecated.
      Specified by:
      toXmlString in interface CommerceNotificationAttachmentModel
    • getStagedModelType

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

      protected CommerceNotificationAttachmentWrapper wrap(CommerceNotificationAttachment commerceNotificationAttachment)
      Deprecated.
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>