public interface ListEmailRecipientsInMemberGroupTaskCmd extends TaskCommand, com.ibm.commerce.emarketing.engine.EmailRecipientSupplier
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
static java.lang.String | defaultCommandClassName
Default implementation class.
|
Modifier and Type | Method and Description |
---|---|
java.util.List | getEmailRecipients()
Gets the list of EmailRecipients in the group.
|
void | setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID of the customer segment from which to create a list of EmailRecipient objects.
|
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.
|
void | setQueryOnly(boolean flag)
Defers executing the query generated for querying members of the group to the caller.
|
void | setStoreEntityId(java.lang.Integer storeId)
Sets the store entity ID.
|
void | setUserId(java.lang.Long userId)
Sets the user ID.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setMemberGroupId(java.lang.Long memberGroupId)
java.util.List getEmailRecipients()
void setQueryOnly(boolean flag)
void setStoreEntityId(java.lang.Integer storeId)
void setUserId(java.lang.Long userId)
void setMemberGroupIds(java.lang.String[] mbrGrpIds, java.lang.String anyOrAll)