public class CreateExperimentCmdImpl extends TaskCommandImpl implements CreateExperimentCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CreateExperimentCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getExperimentId()
This method returns the ID of the experiment which has been created by this command.
|
boolean | isReadyToCallExecute()
Checks to see if the command is ready to call.
|
void | performExecute()
Performs the execution of the command.
|
void | setDescription(java.lang.String description)
This method sets the description of the experiment to be created.
|
void | setEndDate(java.sql.Timestamp endDate)
This method sets the end date of the experiment to be created.
|
void | setExpireCount(java.lang.Integer expireCount)
This method sets the expire count of the experiment to be created, which is used to determine the number of customers to display the experiment to before the experiment expires.
|
void | setExpTypeId(java.lang.Integer expTypeId)
This method sets the ID of the experiment type to which the new experiment will be assigned.
|
void | setLastUpdate(java.sql.Timestamp lastUpdate)
This method sets the last updated date of the experiment to be created.
|
void | setLastUpdatedBy(java.lang.String lastUpdatedBy)
This method sets the logon ID of the user who creates the experiment.
|
void | setName(java.lang.String name)
This method sets the name of the experiment to be created.
|
void | setPreferredElement(java.lang.Short preferredElement)
This method sets the preferred element of the experiment to be created.
|
void | setPriority(java.lang.Short priority)
This method sets the priority of the experiment to be created.
|
void | setResultScope(java.lang.String resultScope)
This method sets the result scope of the experiment to be created.
|
void | setRuleXml(java.lang.String ruleXml)
This method sets the rule XML document of the experiment to be created.
|
void | setStartDate(java.sql.Timestamp startDate)
This method sets the start date of the experiment to be created.
|
void | setStatus(java.lang.String status)
This method sets the status of the experiment to be created.
|
void | setStoreId(java.lang.Integer storeId)
This method sets the ID of the store which the experiment to be created belongs to.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer getExperimentId()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void setDescription(java.lang.String description)
public void setEndDate(java.sql.Timestamp endDate)
public void setExpireCount(java.lang.Integer expireCount)
public void setExpTypeId(java.lang.Integer expTypeId)
public void setLastUpdate(java.sql.Timestamp lastUpdate)
public void setLastUpdatedBy(java.lang.String lastUpdatedBy)
public void setName(java.lang.String name)
public void setPreferredElement(java.lang.Short preferredElement)
public void setPriority(java.lang.Short priority)
public void setResultScope(java.lang.String resultScope)
public void setRuleXml(java.lang.String ruleXml)
public void setStartDate(java.sql.Timestamp startDate)
public void setStatus(java.lang.String status)
public void setStoreId(java.lang.Integer storeId)