Package sk.iway.iwcm.dmail.jpa
Class EmailsEntity
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecordRepository
sk.iway.iwcm.dmail.jpa.EmailsEntity
-
Constructor Summary
ConstructorsConstructorDescriptionEmailsEntity
(String recipientEmail) EmailsEntity
(String recipientEmail, String recipientName) -
Method Summary
Modifier and TypeMethodDescriptionInteger[]
getId()
getRetry()
getUrl()
boolean
During recipients adding, this flag is used to skip wrong emails.void
void
setAttachments
(String attachments) void
setBccEmail
(String bccEmail) void
setCampainId
(Long campainId) void
setCcEmail
(String ccEmail) void
setCreateDate
(Date createDate) void
setCreatedByUserId
(Integer createdByUserId) void
setDisabled
(Boolean disabled) void
setDomainId
(Integer domainId) void
setGroupIds
(Integer[] groupIds) void
void
setRecipientEmail
(String recipientEmail) void
setRecipientName
(String recipientName) void
setRecipientUserId
(Integer recipientUserId) void
setReplyTo
(String replyTo) void
void
setSeenDate
(Date seenDate) void
void
setSenderEmail
(String senderEmail) void
setSenderName
(String senderName) void
setSentDate
(Date sentDate) void
setSkipWrongEmails
(boolean skipWrongEmails) During recipients adding, this flag is used to skip wrong emails.void
void
setSubject
(String subject) void
void
setUserDetailsEntity
(UserDetailsEntity userDetailsEntity) Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
Constructor Details
-
EmailsEntity
public EmailsEntity() -
EmailsEntity
-
EmailsEntity
-
-
Method Details
-
prePersist
public void prePersist() -
setId
- Specified by:
setId
in classActiveRecordRepository
-
getGroupIds
-
getId
- Specified by:
getId
in classActiveRecordRepository
-
getRecipientName
-
getRecipientEmail
-
isSkipWrongEmails
public boolean isSkipWrongEmails()During recipients adding, this flag is used to skip wrong emails. Used in campaigns. -
getSentDate
-
getSeenDate
-
getStatus
-
getCampainId
-
getRecipientUserId
-
getUserDetailsEntity
-
getSenderName
-
getSenderEmail
-
getCreatedByUserId
-
getCreateDate
-
getSubject
-
getUrl
-
getDisabled
-
getRetry
-
getAttachments
-
getReplyTo
-
getCcEmail
-
getBccEmail
-
getSendAt
-
getDomainId
-
setRecipientName
-
setRecipientEmail
-
setSkipWrongEmails
public void setSkipWrongEmails(boolean skipWrongEmails) During recipients adding, this flag is used to skip wrong emails. Used in campaigns. -
setSentDate
-
setSeenDate
-
setStatus
-
setCampainId
-
setRecipientUserId
-
setUserDetailsEntity
-
setGroupIds
-
setSenderName
-
setSenderEmail
-
setCreatedByUserId
-
setCreateDate
-
setSubject
-
setUrl
-
setDisabled
-
setRetry
-
setAttachments
-
setReplyTo
-
setCcEmail
-
setBccEmail
-
setSendAt
-
setDomainId
-