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()booleanDuring recipients adding, this flag is used to skip wrong emails.voidvoidsetAttachments(String attachments) voidsetBccEmail(String bccEmail) voidsetCampainId(Long campainId) voidsetCcEmail(String ccEmail) voidsetCreateDate(Date createDate) voidsetCreatedByUserId(Integer createdByUserId) voidsetDisabled(Boolean disabled) voidsetDomainId(Integer domainId) voidsetGroupIds(Integer[] groupIds) voidvoidsetRecipientEmail(String recipientEmail) voidsetRecipientName(String recipientName) voidsetRecipientUserId(Integer recipientUserId) voidsetReplyTo(String replyTo) voidvoidsetSeenDate(Date seenDate) voidvoidsetSenderEmail(String senderEmail) voidsetSenderName(String senderName) voidsetSentDate(Date sentDate) voidsetSkipWrongEmails(boolean skipWrongEmails) During recipients adding, this flag is used to skip wrong emails.voidvoidsetSubject(String subject) voidvoidsetUserDetailsEntity(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:
setIdin classActiveRecordRepository
-
getGroupIds
-
getId
- Specified by:
getIdin 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
-