Interface CommerceNotificationQueueEntryModel

All Superinterfaces:
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, Cloneable, Comparable<CommerceNotificationQueueEntry>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel
All Known Subinterfaces:
CommerceNotificationQueueEntry
All Known Implementing Classes:
CommerceNotificationQueueEntryWrapper

@Deprecated @ProviderType public interface CommerceNotificationQueueEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
Deprecated.
The base model interface for the CommerceNotificationQueueEntry service. Represents a row in the "CommerceNotificationQueueEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.commerce.notification.model.impl.CommerceNotificationQueueEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.notification.model.impl.CommerceNotificationQueueEntryImpl.

See Also:
Generated:
  • 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.
    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.
    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
    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.
    default String
    Deprecated.
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Deprecated.
      Returns the primary key of this commerce notification queue entry.
      Returns:
      the primary key of this commerce notification queue entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Deprecated.
      Sets the primary key of this commerce notification queue entry.
      Parameters:
      primaryKey - the primary key of this commerce notification queue entry
    • getMvccVersion

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

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

      long getCommerceNotificationQueueEntryId()
      Deprecated.
      Returns the commerce notification queue entry ID of this commerce notification queue entry.
      Returns:
      the commerce notification queue entry ID of this commerce notification queue entry
    • setCommerceNotificationQueueEntryId

      void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId)
      Deprecated.
      Sets the commerce notification queue entry ID of this commerce notification queue entry.
      Parameters:
      commerceNotificationQueueEntryId - the commerce notification queue entry ID of this commerce notification queue entry
    • getGroupId

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

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

      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 com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce notification queue entry
    • setCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce notification queue entry
    • getUserId

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

      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
      Parameters:
      userId - the user ID of this commerce notification queue entry
    • getUserUuid

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

      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
      Parameters:
      userUuid - the user uuid of this commerce notification queue entry
    • getUserName

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

      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
      Parameters:
      userName - the user name of this commerce notification queue entry
    • getCreateDate

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

      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
      Parameters:
      createDate - the create date of this commerce notification queue entry
    • getModifiedDate

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

      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
      Parameters:
      modifiedDate - the modified date of this commerce notification queue entry
    • getClassName

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

      void setClassName(String className)
      Deprecated.
    • getClassNameId

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

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

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

      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
      Parameters:
      classPK - the class pk of this commerce notification queue entry
    • getCommerceNotificationTemplateId

      long getCommerceNotificationTemplateId()
      Deprecated.
      Returns the commerce notification template ID of this commerce notification queue entry.
      Returns:
      the commerce notification template ID of this commerce notification queue entry
    • setCommerceNotificationTemplateId

      void setCommerceNotificationTemplateId(long commerceNotificationTemplateId)
      Deprecated.
      Sets the commerce notification template ID of this commerce notification queue entry.
      Parameters:
      commerceNotificationTemplateId - the commerce notification template ID of this commerce notification queue entry
    • getFrom

      @AutoEscape String getFrom()
      Deprecated.
      Returns the from of this commerce notification queue entry.
      Returns:
      the from of this commerce notification queue entry
    • setFrom

      void setFrom(String from)
      Deprecated.
      Sets the from of this commerce notification queue entry.
      Parameters:
      from - the from of this commerce notification queue entry
    • getFromName

      @AutoEscape String getFromName()
      Deprecated.
      Returns the from name of this commerce notification queue entry.
      Returns:
      the from name of this commerce notification queue entry
    • setFromName

      void setFromName(String fromName)
      Deprecated.
      Sets the from name of this commerce notification queue entry.
      Parameters:
      fromName - the from name of this commerce notification queue entry
    • getTo

      @AutoEscape String getTo()
      Deprecated.
      Returns the to of this commerce notification queue entry.
      Returns:
      the to of this commerce notification queue entry
    • setTo

      void setTo(String to)
      Deprecated.
      Sets the to of this commerce notification queue entry.
      Parameters:
      to - the to of this commerce notification queue entry
    • getToName

      @AutoEscape String getToName()
      Deprecated.
      Returns the to name of this commerce notification queue entry.
      Returns:
      the to name of this commerce notification queue entry
    • setToName

      void setToName(String toName)
      Deprecated.
      Sets the to name of this commerce notification queue entry.
      Parameters:
      toName - the to name of this commerce notification queue entry
    • getCc

      @AutoEscape String getCc()
      Deprecated.
      Returns the cc of this commerce notification queue entry.
      Returns:
      the cc of this commerce notification queue entry
    • setCc

      void setCc(String cc)
      Deprecated.
      Sets the cc of this commerce notification queue entry.
      Parameters:
      cc - the cc of this commerce notification queue entry
    • getBcc

      @AutoEscape String getBcc()
      Deprecated.
      Returns the bcc of this commerce notification queue entry.
      Returns:
      the bcc of this commerce notification queue entry
    • setBcc

      void setBcc(String bcc)
      Deprecated.
      Sets the bcc of this commerce notification queue entry.
      Parameters:
      bcc - the bcc of this commerce notification queue entry
    • getSubject

      @AutoEscape String getSubject()
      Deprecated.
      Returns the subject of this commerce notification queue entry.
      Returns:
      the subject of this commerce notification queue entry
    • setSubject

      void setSubject(String subject)
      Deprecated.
      Sets the subject of this commerce notification queue entry.
      Parameters:
      subject - the subject of this commerce notification queue entry
    • getBody

      @AutoEscape String getBody()
      Deprecated.
      Returns the body of this commerce notification queue entry.
      Returns:
      the body of this commerce notification queue entry
    • setBody

      void setBody(String body)
      Deprecated.
      Sets the body of this commerce notification queue entry.
      Parameters:
      body - the body of this commerce notification queue entry
    • getPriority

      double getPriority()
      Deprecated.
      Returns the priority of this commerce notification queue entry.
      Returns:
      the priority of this commerce notification queue entry
    • setPriority

      void setPriority(double priority)
      Deprecated.
      Sets the priority of this commerce notification queue entry.
      Parameters:
      priority - the priority of this commerce notification queue entry
    • getSent

      boolean getSent()
      Deprecated.
      Returns the sent of this commerce notification queue entry.
      Returns:
      the sent of this commerce notification queue entry
    • isSent

      boolean isSent()
      Deprecated.
      Returns true if this commerce notification queue entry is sent.
      Returns:
      true if this commerce notification queue entry is sent; false otherwise
    • setSent

      void setSent(boolean sent)
      Deprecated.
      Sets whether this commerce notification queue entry is sent.
      Parameters:
      sent - the sent of this commerce notification queue entry
    • getSentDate

      Date getSentDate()
      Deprecated.
      Returns the sent date of this commerce notification queue entry.
      Returns:
      the sent date of this commerce notification queue entry
    • setSentDate

      void setSentDate(Date sentDate)
      Deprecated.
      Sets the sent date of this commerce notification queue entry.
      Parameters:
      sentDate - the sent date of this commerce notification queue entry
    • cloneWithOriginalValues

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

      default String toXmlString()
      Deprecated.