public interface UpdateEmailActivityCampaignRelationTaskCmd
extends com.ibm.commerce.command.TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation of this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
setCampaignId(java.lang.Integer campaignId)
Sets the campaign ID to which the e-mail activity associates.
|
void |
setEmailPromotionId(java.lang.Integer emailPromotionId)
Sets the e-mail promotion ID of the e-mail activity.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setCampaignId(java.lang.Integer campaignId)
campaignId
- the campaign ID to which the e-mail activity associates.void setEmailPromotionId(java.lang.Integer emailPromotionId)
emailPromotionId
- the e-mail promotion ID.