com.ibm.commerce.emarketing.commands
Interface EmailPromotionDeleteTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
EmailPromotionDeleteTaskCmdImpl

public interface EmailPromotionDeleteTaskCmd
extends TaskCommand

The interface to a TaskCommand that is used to delete e-mail promotion entries.


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String defaultCommandClassName
          defaultCommandClassName is the default implementation class used by command factory to instantiate this command.
 
Method Summary
 void setEmailPromotionId(java.lang.Integer argEmailPromotionId)           Sets the e-mail activity ID.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command.
Method Detail

setEmailPromotionId

public void setEmailPromotionId(java.lang.Integer argEmailPromotionId)
Sets the e-mail activity ID. This parameter is required.