public interface SendEmailActivityTaskCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
static java.lang.String | defaultCommandClassName
Default implementation class for this command.
|
Modifier and Type | Method and Description |
---|---|
void | setEmailPromotionId(java.lang.Integer newEmailPromotionId)
Sets the EmailPromotionId for this command.
|
void | setMemberGroupIds(java.lang.String[] mbrGrpIds, java.lang.String anyOrAll)
This method sets the additonal member group IDs of the customer segment to which to send the the bulk email.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setEmailPromotionId(java.lang.Integer newEmailPromotionId)
void setMemberGroupIds(java.lang.String[] mbrGrpIds, java.lang.String anyOrAll)