The CampaignInitiativeDisableCmd interface must be implemented to provide a task command that updates campaign initiatives. 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.CampaignInitiativeDisableCmd is not defined in the CMDREG table. |
static java.lang.String |
Name The name of this interface. |
Method Summary | |
---|---|
void |
setInitiativeId(java.lang.Integer id) Sets the campaign initiative ID. |
void |
setInitiativeStatus(java.lang.String status)
Sets the campaign initiative status. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String Name
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setInitiativeId(java.lang.Integer id)
public void setInitiativeStatus(java.lang.String status)
status
- The status of the campaign initiative to be
resumed/suspended.