com.ibm.commerce.tools.campaigns
Interface CampaignCollateralDeleteCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CampaignCollateralDeleteCmdImpl
- public interface CampaignCollateralDeleteCmd
- extends TaskCommand
The CampaignCollateralDeleteCmd interface must be implemented to provide a task
command that deletes ad copy. Different implementations of this interface
can be provided for different stores.
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 if the interface com.ibm.commerce.tools.campaigns.CampaignCollateralDeleteCmd is not
defined in the CMDREG table. |
static java.lang.String |
Name
The name of this interface. |
Method Summary |
void |
setCollateralId(java.lang.Integer collateralId)
Sets the collateral ID. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright.
defaultCommandClassName
public static final 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.CampaignCollateralDeleteCmd is not
defined in the CMDREG table.
Name
public static final java.lang.String Name
- The name of this interface.
setCollateralId
public void setCollateralId(java.lang.Integer collateralId)
- Sets the collateral ID. This parameter is required.
- Parameters:
collateralId
- The ID of the collateral to be deleted.