Class CommerceNotificationQueueEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>
com.liferay.commerce.notification.model.CommerceNotificationQueueEntryWrapper
All Implemented Interfaces:
CommerceNotificationQueueEntry, CommerceNotificationQueueEntryModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationQueueEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<CommerceNotificationQueueEntry>

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

This class is a wrapper for CommerceNotificationQueueEntry.

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.CommerceNotificationQueueEntry

    COMMERCE_NOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
    Returns the bcc of this commerce notification queue entry.
    Deprecated.
    Returns the body of this commerce notification queue entry.
    Deprecated.
    Returns the cc of this commerce notification queue entry.
    Deprecated.
    Returns the fully qualified class name of this commerce notification queue entry.
    long
    Deprecated.
    Returns the class name ID of this commerce notification queue entry.
    long
    Deprecated.
    Returns the class pk of this commerce notification queue entry.
    long
    Deprecated.
    Returns the commerce notification queue entry ID of this commerce notification queue entry.
    long
    Deprecated.
    Returns the commerce notification template ID of this commerce notification queue entry.
    long
    Deprecated.
    Returns the company ID of this commerce notification queue entry.
    Deprecated.
    Returns the create date of this commerce notification queue entry.
    Deprecated.
    Returns the from of this commerce notification queue entry.
    Deprecated.
    Returns the from name of this commerce notification queue entry.
    long
    Deprecated.
    Returns the group ID of this commerce notification queue entry.
    Deprecated.
     
    Deprecated.
    Returns the modified date of this commerce notification queue entry.
    long
    Deprecated.
    Returns the mvcc version of this commerce notification queue entry.
    long
    Deprecated.
    Returns the primary key of this commerce notification queue entry.
    double
    Deprecated.
    Returns the priority of this commerce notification queue entry.
    boolean
    Deprecated.
    Returns the sent of this commerce notification queue entry.
    Deprecated.
    Returns the sent date of this commerce notification queue entry.
    Deprecated.
    Returns the subject of this commerce notification queue entry.
    Deprecated.
    Returns the to of this commerce notification queue entry.
    Deprecated.
    Returns the to name of this commerce notification queue entry.
    long
    Deprecated.
    Returns the user ID of this commerce notification queue entry.
    Deprecated.
    Returns the user name of this commerce notification queue entry.
    Deprecated.
    Returns the user uuid of this commerce notification queue entry.
    boolean
    Deprecated.
    Returns true if this commerce notification queue entry is sent.
    void
    Deprecated.
     
    void
    Deprecated.
    Sets the bcc of this commerce notification queue entry.
    void
    Deprecated.
    Sets the body of this commerce notification queue entry.
    void
    Deprecated.
    Sets the cc of this commerce notification queue entry.
    void
    setClassName(String className)
    Deprecated.
     
    void
    setClassNameId(long classNameId)
    Deprecated.
    Sets the class name ID of this commerce notification queue entry.
    void
    setClassPK(long classPK)
    Deprecated.
    Sets the class pk of this commerce notification queue entry.
    void
    setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
    Deprecated.
    Sets the commerce notification queue entry ID of this commerce notification queue entry.
    void
    setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
    Deprecated.
    Sets the commerce notification template ID of this commerce notification queue entry.
    void
    setCompanyId(long companyId)
    Deprecated.
    Sets the company ID of this commerce notification queue entry.
    void
    setCreateDate(Date createDate)
    Deprecated.
    Sets the create date of this commerce notification queue entry.
    void
    Deprecated.
    Sets the from of this commerce notification queue entry.
    void
    setFromName(String fromName)
    Deprecated.
    Sets the from name of this commerce notification queue entry.
    void
    setGroupId(long groupId)
    Deprecated.
    Sets the group ID of this commerce notification queue entry.
    void
    Deprecated.
     
    void
    setModifiedDate(Date modifiedDate)
    Deprecated.
    Sets the modified date of this commerce notification queue entry.
    void
    setMvccVersion(long mvccVersion)
    Deprecated.
    Sets the mvcc version of this commerce notification queue entry.
    void
    setPrimaryKey(long primaryKey)
    Deprecated.
    Sets the primary key of this commerce notification queue entry.
    void
    setPriority(double priority)
    Deprecated.
    Sets the priority of this commerce notification queue entry.
    void
    setSent(boolean sent)
    Deprecated.
    Sets whether this commerce notification queue entry is sent.
    void
    setSentDate(Date sentDate)
    Deprecated.
    Sets the sent date of this commerce notification queue entry.
    void
    setSubject(String subject)
    Deprecated.
    Sets the subject of this commerce notification queue entry.
    void
    Deprecated.
    Sets the to of this commerce notification queue entry.
    void
    setToName(String toName)
    Deprecated.
    Sets the to name of this commerce notification queue entry.
    void
    setUserId(long userId)
    Deprecated.
    Sets the user ID of this commerce notification queue entry.
    void
    setUserName(String userName)
    Deprecated.
    Sets the user name of this commerce notification queue entry.
    void
    setUserUuid(String userUuid)
    Deprecated.
    Sets the user uuid of this commerce notification queue entry.
    Deprecated.
     
    wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry)
    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
  • Constructor Details

    • CommerceNotificationQueueEntryWrapper

      public CommerceNotificationQueueEntryWrapper(CommerceNotificationQueueEntry commerceNotificationQueueEntry)
      Deprecated.
  • Method Details

    • getModelAttributes

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

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

      public CommerceNotificationQueueEntry cloneWithOriginalValues()
      Deprecated.
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
      Specified by:
      cloneWithOriginalValues in interface CommerceNotificationQueueEntryModel
    • getBcc

      public String getBcc()
      Deprecated.
      Returns the bcc of this commerce notification queue entry.
      Specified by:
      getBcc in interface CommerceNotificationQueueEntryModel
      Returns:
      the bcc of this commerce notification queue entry
    • getBody

      public String getBody()
      Deprecated.
      Returns the body of this commerce notification queue entry.
      Specified by:
      getBody in interface CommerceNotificationQueueEntryModel
      Returns:
      the body of this commerce notification queue entry
    • getCc

      public String getCc()
      Deprecated.
      Returns the cc of this commerce notification queue entry.
      Specified by:
      getCc in interface CommerceNotificationQueueEntryModel
      Returns:
      the cc of this commerce notification queue entry
    • getClassName

      public String getClassName()
      Deprecated.
      Returns the fully qualified class name of this commerce notification queue entry.
      Specified by:
      getClassName in interface CommerceNotificationQueueEntryModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this commerce notification queue entry
    • getClassNameId

      public long getClassNameId()
      Deprecated.
      Returns the class name ID of this commerce notification queue entry.
      Specified by:
      getClassNameId in interface CommerceNotificationQueueEntryModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this commerce notification queue entry
    • getClassPK

      public long getClassPK()
      Deprecated.
      Returns the class pk of this commerce notification queue entry.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface CommerceNotificationQueueEntryModel
      Returns:
      the class pk of this commerce notification queue entry
    • getCommerceNotificationQueueEntryId

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

      public long getCommerceNotificationTemplateId()
      Deprecated.
      Returns the commerce notification template ID of this commerce notification queue entry.
      Specified by:
      getCommerceNotificationTemplateId in interface CommerceNotificationQueueEntryModel
      Returns:
      the commerce notification template ID of this commerce notification queue entry
    • getCompanyId

      public long getCompanyId()
      Deprecated.
      Returns the company ID of this commerce notification queue entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceNotificationQueueEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce notification queue entry
    • getCreateDate

      public Date getCreateDate()
      Deprecated.
      Returns the create date of this commerce notification queue entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceNotificationQueueEntryModel
      Returns:
      the create date of this commerce notification queue entry
    • getFrom

      public String getFrom()
      Deprecated.
      Returns the from of this commerce notification queue entry.
      Specified by:
      getFrom in interface CommerceNotificationQueueEntryModel
      Returns:
      the from of this commerce notification queue entry
    • getFromName

      public String getFromName()
      Deprecated.
      Returns the from name of this commerce notification queue entry.
      Specified by:
      getFromName in interface CommerceNotificationQueueEntryModel
      Returns:
      the from name of this commerce notification queue entry
    • getGroupId

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

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

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

      public long getPrimaryKey()
      Deprecated.
      Returns the primary key of this commerce notification queue entry.
      Specified by:
      getPrimaryKey in interface CommerceNotificationQueueEntryModel
      Returns:
      the primary key of this commerce notification queue entry
    • getPriority

      public double getPriority()
      Deprecated.
      Returns the priority of this commerce notification queue entry.
      Specified by:
      getPriority in interface CommerceNotificationQueueEntryModel
      Returns:
      the priority of this commerce notification queue entry
    • getSent

      public boolean getSent()
      Deprecated.
      Returns the sent of this commerce notification queue entry.
      Specified by:
      getSent in interface CommerceNotificationQueueEntryModel
      Returns:
      the sent of this commerce notification queue entry
    • getSentDate

      public Date getSentDate()
      Deprecated.
      Returns the sent date of this commerce notification queue entry.
      Specified by:
      getSentDate in interface CommerceNotificationQueueEntryModel
      Returns:
      the sent date of this commerce notification queue entry
    • getSubject

      public String getSubject()
      Deprecated.
      Returns the subject of this commerce notification queue entry.
      Specified by:
      getSubject in interface CommerceNotificationQueueEntryModel
      Returns:
      the subject of this commerce notification queue entry
    • getTo

      public String getTo()
      Deprecated.
      Returns the to of this commerce notification queue entry.
      Specified by:
      getTo in interface CommerceNotificationQueueEntryModel
      Returns:
      the to of this commerce notification queue entry
    • getToName

      public String getToName()
      Deprecated.
      Returns the to name of this commerce notification queue entry.
      Specified by:
      getToName in interface CommerceNotificationQueueEntryModel
      Returns:
      the to name of this commerce notification queue entry
    • getUserId

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

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

      public String getUserUuid()
      Deprecated.
      Returns the user uuid of this commerce notification queue entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceNotificationQueueEntryModel
      Returns:
      the user uuid of this commerce notification queue entry
    • isSent

      public boolean isSent()
      Deprecated.
      Returns true if this commerce notification queue entry is sent.
      Specified by:
      isSent in interface CommerceNotificationQueueEntryModel
      Returns:
      true if this commerce notification queue entry is sent; false otherwise
    • persist

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

      public void setBcc(String bcc)
      Deprecated.
      Sets the bcc of this commerce notification queue entry.
      Specified by:
      setBcc in interface CommerceNotificationQueueEntryModel
      Parameters:
      bcc - the bcc of this commerce notification queue entry
    • setBody

      public void setBody(String body)
      Deprecated.
      Sets the body of this commerce notification queue entry.
      Specified by:
      setBody in interface CommerceNotificationQueueEntryModel
      Parameters:
      body - the body of this commerce notification queue entry
    • setCc

      public void setCc(String cc)
      Deprecated.
      Sets the cc of this commerce notification queue entry.
      Specified by:
      setCc in interface CommerceNotificationQueueEntryModel
      Parameters:
      cc - the cc of this commerce notification queue entry
    • setClassName

      public void setClassName(String className)
      Deprecated.
      Specified by:
      setClassName in interface CommerceNotificationQueueEntryModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Deprecated.
      Sets the class name ID of this commerce notification queue entry.
      Specified by:
      setClassNameId in interface CommerceNotificationQueueEntryModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this commerce notification queue entry
    • setClassPK

      public void setClassPK(long classPK)
      Deprecated.
      Sets the class pk of this commerce notification queue entry.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface CommerceNotificationQueueEntryModel
      Parameters:
      classPK - the class pk of this commerce notification queue entry
    • setCommerceNotificationQueueEntryId

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

      public void setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
      Deprecated.
      Sets the commerce notification template ID of this commerce notification queue entry.
      Specified by:
      setCommerceNotificationTemplateId in interface CommerceNotificationQueueEntryModel
      Parameters:
      commerceNotificationTemplateId - the commerce notification template ID of this commerce notification queue entry
    • setCompanyId

      public void setCompanyId(long companyId)
      Deprecated.
      Sets the company ID of this commerce notification queue entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceNotificationQueueEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce notification queue entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Deprecated.
      Sets the create date of this commerce notification queue entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceNotificationQueueEntryModel
      Parameters:
      createDate - the create date of this commerce notification queue entry
    • setFrom

      public void setFrom(String from)
      Deprecated.
      Sets the from of this commerce notification queue entry.
      Specified by:
      setFrom in interface CommerceNotificationQueueEntryModel
      Parameters:
      from - the from of this commerce notification queue entry
    • setFromName

      public void setFromName(String fromName)
      Deprecated.
      Sets the from name of this commerce notification queue entry.
      Specified by:
      setFromName in interface CommerceNotificationQueueEntryModel
      Parameters:
      fromName - the from name of this commerce notification queue entry
    • setGroupId

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

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

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

      public void setPrimaryKey(long primaryKey)
      Deprecated.
      Sets the primary key of this commerce notification queue entry.
      Specified by:
      setPrimaryKey in interface CommerceNotificationQueueEntryModel
      Parameters:
      primaryKey - the primary key of this commerce notification queue entry
    • setPriority

      public void setPriority(double priority)
      Deprecated.
      Sets the priority of this commerce notification queue entry.
      Specified by:
      setPriority in interface CommerceNotificationQueueEntryModel
      Parameters:
      priority - the priority of this commerce notification queue entry
    • setSent

      public void setSent(boolean sent)
      Deprecated.
      Sets whether this commerce notification queue entry is sent.
      Specified by:
      setSent in interface CommerceNotificationQueueEntryModel
      Parameters:
      sent - the sent of this commerce notification queue entry
    • setSentDate

      public void setSentDate(Date sentDate)
      Deprecated.
      Sets the sent date of this commerce notification queue entry.
      Specified by:
      setSentDate in interface CommerceNotificationQueueEntryModel
      Parameters:
      sentDate - the sent date of this commerce notification queue entry
    • setSubject

      public void setSubject(String subject)
      Deprecated.
      Sets the subject of this commerce notification queue entry.
      Specified by:
      setSubject in interface CommerceNotificationQueueEntryModel
      Parameters:
      subject - the subject of this commerce notification queue entry
    • setTo

      public void setTo(String to)
      Deprecated.
      Sets the to of this commerce notification queue entry.
      Specified by:
      setTo in interface CommerceNotificationQueueEntryModel
      Parameters:
      to - the to of this commerce notification queue entry
    • setToName

      public void setToName(String toName)
      Deprecated.
      Sets the to name of this commerce notification queue entry.
      Specified by:
      setToName in interface CommerceNotificationQueueEntryModel
      Parameters:
      toName - the to name of this commerce notification queue entry
    • setUserId

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

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

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

      public String toXmlString()
      Deprecated.
      Specified by:
      toXmlString in interface CommerceNotificationQueueEntryModel
    • wrap

      protected CommerceNotificationQueueEntryWrapper wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry)
      Deprecated.
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>