The interface to a TaskCommand
that is used to save e-mail
promotion entries.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Method Summary | |
---|---|
java.lang.Integer |
getEmailPromotionId() Gets the emailPromotionId of the e-mail activity |
void |
setDescription(java.lang.String description) Sets the description of the e-mail activity |
void |
setEmailMessageId(java.lang.Integer emailMessageId) Sets the e-mail message ID of the message template sent by the e-mail activity. |
void |
setEmailPromotionId(java.lang.Integer emailPromotionId) Sets the e-mail promotion ID of the e-mail activity. |
void |
setJobReferenceNumber(java.lang.Long jobReferenceNumber) Sets the JobReferenceNumber of the scheduled job that will launch the e-mail activity |
void |
setMemberGroupId(java.lang.Long memberGroupId) Sets the member group ID of the customer profile that will receive the e-mail activity. |
void |
setModifiedBy(java.lang.String modifiedBy) Sets the user logon name of the person who modified/created the e-mail activity. |
void |
setModifiedDate(java.sql.Timestamp modifiedDate) Sets the date when this e-mail activity is modified |
void |
setName(java.lang.String name) Sets the name of the e-mail activity. |
void |
setStatus(java.lang.Integer argStatus) Sets the status of the e-mail activity (unsent, sent, deleted) |
void |
setStoreEntityId(java.lang.Integer storeEntityId)
Sets the store ID of the store to which the activity
belongs. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public java.lang.Integer getEmailPromotionId()
public void setEmailPromotionId(java.lang.Integer emailPromotionId)
emailPromotionId
- the e-mail promotion
ID.public void setEmailMessageId(java.lang.Integer emailMessageId)
emailMessageId
- The e-mail message ID of the e-mail
activitypublic void setJobReferenceNumber(java.lang.Long jobReferenceNumber)
jobReferenceNumber
- The job reference
number.public void setMemberGroupId(java.lang.Long memberGroupId)
memberGroupId
- The member group ID.public void setModifiedBy(java.lang.String modifiedBy)
modifiedBy
- The user who modified/created the e-mail
activitypublic void setModifiedDate(java.sql.Timestamp modifiedDate)
modifiedDate
- The time when the e-mail activity is last
modifiedpublic void setStatus(java.lang.Integer argStatus)
argStatus
- 0=unsent, 1=sent, 2=deleted.public void setStoreEntityId(java.lang.Integer storeEntityId)
storeEntityId
- The store ID.public void setName(java.lang.String name)
name
- The name of the e-mail activitypublic void setDescription(java.lang.String description)
description
- The description of the e-mail
activity