public interface CampaignEmsCreateCmd
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.CampaignEmsCreateCmd is not
defined in the CMDREG table.
|
static java.lang.String |
Name
The name of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getEmsId()
Returns the e-Marketing Spot ID of the newly created e-Marketing Spot.
|
void |
setEmsDescription(java.lang.String description)
Sets the description of the e-Marketing Spot.
|
void |
setEmsName(java.lang.String name)
Sets the name of the e-Marketing Spot.
|
void |
setSupportedTypes(java.lang.String supportedTypes)
Sets the supported types of the e-Marketing Spot.
|
void |
setUsageType(java.lang.String usageType)
Sets the usage type of the e-Marketing Spot.
|
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
java.lang.Integer getEmsId()
void setEmsDescription(java.lang.String description)
description - The description of the e-Marketing Spot.void setEmsName(java.lang.String name)
name - The name of the e-Marketing Spot.void setSupportedTypes(java.lang.String supportedTypes)
supportedTypes - The supported types of the e-Marketing Spot.void setUsageType(java.lang.String usageType)
usageType - The usage type of the e-Marketing Spot.