Class EmailsEntity


@Entity public class EmailsEntity extends ActiveRecordRepository
  • Constructor Details

    • EmailsEntity

      public EmailsEntity()
    • EmailsEntity

      public EmailsEntity(String recipientEmail)
    • EmailsEntity

      public EmailsEntity(String recipientEmail, String recipientName)
  • Method Details

    • prePersist

      public void prePersist()
    • setId

      public void setId(Long id)
      Specified by:
      setId in class ActiveRecordRepository
    • getGroupIds

      public Integer[] getGroupIds()
    • getId

      public Long getId()
      Specified by:
      getId in class ActiveRecordRepository
    • getRecipientName

      public String getRecipientName()
    • getRecipientEmail

      public String getRecipientEmail()
    • isSkipWrongEmails

      public boolean isSkipWrongEmails()
      During recipients adding, this flag is used to skip wrong emails. Used in campaigns.
    • getSentDate

      public Date getSentDate()
    • getSeenDate

      public Date getSeenDate()
    • getStatus

      public String getStatus()
    • getCampainId

      public Long getCampainId()
    • getRecipientUserId

      public Integer getRecipientUserId()
    • getUserDetailsEntity

      public UserDetailsEntity getUserDetailsEntity()
    • getSenderName

      public String getSenderName()
    • getSenderEmail

      public String getSenderEmail()
    • getCreatedByUserId

      public Integer getCreatedByUserId()
    • getCreateDate

      public Date getCreateDate()
    • getSubject

      public String getSubject()
    • getUrl

      public String getUrl()
    • getDisabled

      public Boolean getDisabled()
    • getRetry

      public Integer getRetry()
    • getAttachments

      public String getAttachments()
    • getReplyTo

      public String getReplyTo()
    • getCcEmail

      public String getCcEmail()
    • getBccEmail

      public String getBccEmail()
    • getSendAt

      public Date getSendAt()
    • getDomainId

      public Integer getDomainId()
    • setRecipientName

      public void setRecipientName(String recipientName)
    • setRecipientEmail

      public void setRecipientEmail(String recipientEmail)
    • setSkipWrongEmails

      public void setSkipWrongEmails(boolean skipWrongEmails)
      During recipients adding, this flag is used to skip wrong emails. Used in campaigns.
    • setSentDate

      public void setSentDate(Date sentDate)
    • setSeenDate

      public void setSeenDate(Date seenDate)
    • setStatus

      public void setStatus(String status)
    • setCampainId

      public void setCampainId(Long campainId)
    • setRecipientUserId

      public void setRecipientUserId(Integer recipientUserId)
    • setUserDetailsEntity

      public void setUserDetailsEntity(UserDetailsEntity userDetailsEntity)
    • setGroupIds

      public void setGroupIds(Integer[] groupIds)
    • setSenderName

      public void setSenderName(String senderName)
    • setSenderEmail

      public void setSenderEmail(String senderEmail)
    • setCreatedByUserId

      public void setCreatedByUserId(Integer createdByUserId)
    • setCreateDate

      public void setCreateDate(Date createDate)
    • setSubject

      public void setSubject(String subject)
    • setUrl

      public void setUrl(String url)
    • setDisabled

      public void setDisabled(Boolean disabled)
    • setRetry

      public void setRetry(Integer retry)
    • setAttachments

      public void setAttachments(String attachments)
    • setReplyTo

      public void setReplyTo(String replyTo)
    • setCcEmail

      public void setCcEmail(String ccEmail)
    • setBccEmail

      public void setBccEmail(String bccEmail)
    • setSendAt

      public void setSendAt(Date sendAt)
    • setDomainId

      public void setDomainId(Integer domainId)