public interface EmailPromotionSaveTaskCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getEmailPromotionId()
Gets the emailPromotionId of the e-mail activity.
|
void | setCampaignId(java.lang.Integer campaignId)
Sets the campaign ID.
|
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 or created the e-mail activity.
|
void | setModifiedDate(java.sql.Timestamp modifiedDate)
Sets the date when this e-mail activity was modified.
|
void | setName(java.lang.String name)
Sets the name of the e-mail activity.
|
void | setReplyTo(java.lang.String replyTo)
Sets the reply-to of the email 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.
|
static final java.lang.String COPYRIGHT
java.lang.Integer getEmailPromotionId()
void setEmailPromotionId(java.lang.Integer emailPromotionId)
void setEmailMessageId(java.lang.Integer emailMessageId)
void setJobReferenceNumber(java.lang.Long jobReferenceNumber)
void setMemberGroupId(java.lang.Long memberGroupId)
void setModifiedBy(java.lang.String modifiedBy)
void setModifiedDate(java.sql.Timestamp modifiedDate)
void setStatus(java.lang.Integer argStatus)
void setStoreEntityId(java.lang.Integer storeEntityId)
void setName(java.lang.String name)
void setDescription(java.lang.String description)
void setReplyTo(java.lang.String replyTo)
void setCampaignId(java.lang.Integer campaignId)