com.ibm.commerce.tools.campaigns
Interface CampaignInitiativeScheduleDeleteCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CampaignInitiativeScheduleDeleteCmdImpl

public interface CampaignInitiativeScheduleDeleteCmd
extends TaskCommand

The CampaignInitiativeScheduleDeleteCmd interface must be implemented to provide a task command that deletes the scheduling of an initiative from an e-Marketing Spot. 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.CampaignInitiativeScheduleDeleteCmd is not defined in the CMDREG table.
static java.lang.String Name
          The name of this interface.
 
Method Summary
 void setInitiativeScheduleId(java.lang.Integer initiativeScheduleId)           Sets the initiative schedule ID.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

Name

public static final java.lang.String Name
The name of this interface.
See Also:
Constant Field Values

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.CampaignInitiativeScheduleDeleteCmd is not defined in the CMDREG table.
See Also:
Constant Field Values
Method Detail

setInitiativeScheduleId

public void setInitiativeScheduleId(java.lang.Integer initiativeScheduleId)
Sets the initiative schedule ID. This parameter is required.
Parameters:
initiativeScheduleId - The ID of the initiative schedule to be deleted.