public interface CampaignCollateralCreateCmd
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.CampaignCollateralCreateCmd 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 |
getCollateralId()
Returns the collateral ID of the newly created ad copy.
|
void |
setCollateralDescriptionField1(java.lang.String field1)
Sets the description field 1 of the ad copy.
|
void |
setCollateralDescriptionField2(java.lang.String field2)
Sets the description field 2 of the ad copy.
|
void |
setCollateralField1(java.lang.String field1)
Sets the custom field 1 of the ad copy.
|
void |
setCollateralField2(java.lang.String field2)
Sets the custom field 2 of the ad copy.
|
void |
setCollateralLocation(java.lang.String location)
Sets the image file location of the ad copy.
|
void |
setCollateralMarketingText(java.lang.String text)
Sets the marketing text of the ad copy.
|
void |
setCollateralName(java.lang.String name)
Sets the name of the ad copy.
|
void |
setCollateralType(java.lang.Integer type)
Sets the image type of the ad copy.
|
void |
setCollateralUrl(java.lang.String url)
Sets the URL of the ad copy.
|
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
static final java.lang.String Name
java.lang.Integer getCollateralId()
void setCollateralDescriptionField1(java.lang.String field1)
field1
- The first description field of the ad copy.void setCollateralDescriptionField2(java.lang.String field2)
field2
- The second description field of the ad copy.void setCollateralField1(java.lang.String field1)
field1
- The first custom field of the ad copy.void setCollateralField2(java.lang.String field2)
field2
- The second custom field of the ad copy.void setCollateralLocation(java.lang.String location)
location
- The image full qualify path and file location of the ad copy.void setCollateralMarketingText(java.lang.String text)
text
- The marketing text of the ad copy, which is to be displayed beside the ad copy image.void setCollateralName(java.lang.String name)
name
- The name of the ad copy.void setCollateralType(java.lang.Integer type)
type
- The image type of the ad copy.void setCollateralUrl(java.lang.String url)
url
- The URL of the ad copy.