The CampaignCreateCmd interface must be implemented to provide a task command that creates campaigns. 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.CampaignCreateCmd is not defined in the CMDREG table. |
static java.lang.String | Name The name of this interface. |
Method Summary | |
java.lang.Integer | getCampaignId() Returns the campaign ID of the newly created campaign. |
void | setCampaignDescription(java.lang.String description) Sets the description of the campaign. |
void | setCampaignField1(java.lang.String field1) Sets the custom field of the campaign. |
void | setCampaignName(java.lang.String name) Sets the name of the campaign. |
void | setCampaignObjective(java.lang.String objective) Sets the business objective of the campaign. |
void | setCampaignOwner(java.lang.String owner) Sets the sponsor of the campaign. |
void | setCampaignStatus(java.lang.String status) Sets the status of the campaign. |
void | setCampaignType(java.lang.Integer type) Sets the type of the campaign. |
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 java.lang.Integer getCampaignId()
public void setCampaignDescription(java.lang.String description)
public void setCampaignField1(java.lang.String field1)
public void setCampaignName(java.lang.String name)
public void setCampaignObjective(java.lang.String objective)
public void setCampaignOwner(java.lang.String owner)
public void setCampaignStatus(java.lang.String status)
public void setCampaignType(java.lang.Integer type)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.