public interface CampaignUpdateCmd
extends com.ibm.commerce.command.TaskCommand
| Modifier and Type | Field and Description |
|---|---|
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 if the interface com.ibm.commerce.tools.campaigns.CampaignUpdateCmd is not
defined in the CMDREG table.
|
static java.lang.String |
Name
The name of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCampaignDescription(java.lang.String description)
Sets the description of the campaign.
|
void |
setCampaignField1(java.lang.String field1)
Sets the custom field of the campaign.
|
void |
setCampaignId(java.lang.Integer id)
Sets the ID of the campaign.
|
void |
setCampaignName(java.lang.String name)
Sets the name of the campaign.
|
void |
setCampaignObjective(java.lang.String objective)
Sets the business objective of the campaign.
|
void |
setCampaignOwner(java.lang.String owner)
Sets the sponsor of the campaign.
|
void |
setCampaignStatus(java.lang.String status)
Sets the status of the campaign.
|
void |
setCampaignType(java.lang.Integer type)
Sets the type of the campaign.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String Name
void setCampaignDescription(java.lang.String description)
description - The description of the campaign.void setCampaignField1(java.lang.String field1)
field1 - The custom field of the campaign.void setCampaignId(java.lang.Integer id)
id - The ID of the campaign.void setCampaignName(java.lang.String name)
name - The name of the campaign.void setCampaignObjective(java.lang.String objective)
objective - The business objective of the campaign.void setCampaignOwner(java.lang.String owner)
owner - The sponsor of the campaign.void setCampaignStatus(java.lang.String status)
status - The status of the campaign.void setCampaignType(java.lang.Integer type)
type - The type of the campaign.