com.ibm.commerce.emarketing.commands
Interface ListEmailRecipientsInMemberGroupTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ListEmailRecipientsInMemberGroupTaskCmdImpl

public interface ListEmailRecipientsInMemberGroupTaskCmd
extends TaskCommand

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
Copyright.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class.
Method Detail

setMemberGroupId

public void setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID of the customer profile from which to create a list EmailRecipient objects.
Parameters:
memberGroupId - The member group ID.

getEmailRecipients

public java.util.List getEmailRecipients()
Gets the memberGroupId.
Returns:
the list of EmailRecipient objects created from the customer profile.