The CampaignInitiativeScheduleUpdateCmd interface must be implemented to provide a task command that modifies the scheduling of an initiative onto 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.CampaignInitiativeScheduleUpdateCmd is not defined in the CMDREG table. |
static java.lang.String | Name The name of this interface. |
Method Summary | |
void | setEMarketingSpotId(java.lang.Integer eMarketingSpotId) Sets the e-Marketing Spot ID of the initiative schedule. |
void | setEndDate(java.sql.Timestamp endDate) Sets the end date of the initiative schedule. |
void | setInitiativeId(java.lang.Integer initiativeId) Sets the initiative ID of the initiative schedule. |
void | setInitiativeScheduleId(java.lang.Integer initiativeScheduleId) Sets the ID of the initiative schedule. |
void | setPriority(java.lang.Integer priority) Sets the priority of the initiative schedule. |
void | setStartDate(java.sql.Timestamp startDate) Sets the start date of the initiative schedule. |
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 setEMarketingSpotId(java.lang.Integer eMarketingSpotId)
public void setEndDate(java.sql.Timestamp endDate)
public void setInitiativeId(java.lang.Integer initiativeId)
public void setInitiativeScheduleId(java.lang.Integer initiativeScheduleId)
public void setPriority(java.lang.Integer priority)
public void setStartDate(java.sql.Timestamp startDate)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.