The interface for any TaskCommand
that is to be used as an
EmailRecipientSupplier
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
static java.lang.String |
defaultCommandClassName Default implementation class. |
Method Summary | |
---|---|
java.util.List |
getEmailRecipients() Gets the memberGroupId. |
void |
setMemberGroupId(java.lang.Long memberGroupId) Sets the member group ID of the customer profile from which to create a list EmailRecipient objects. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setMemberGroupId(java.lang.Long memberGroupId)
EmailRecipient
objects.
memberGroupId
- The member group ID.public java.util.List getEmailRecipients()
EmailRecipient
objects created from the customer
profile.