public interface ExperimentService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicEntity[] |
getResults()
This method gets the experiment result after the appropriate command is invoked and
the evaluation logic is performed.
|
void |
invokeService(java.lang.Integer storeElementTypeId,
java.lang.Integer storeElementId,
java.sql.Timestamp currentTime,
CommandContext commandContext)
This method invokes the experimentation evaluation command according to the given
store element type.
|
static final java.lang.String COPYRIGHT
DynamicEntity[] getResults()
void invokeService(java.lang.Integer storeElementTypeId,
java.lang.Integer storeElementId,
java.sql.Timestamp currentTime,
CommandContext commandContext)
throws ECException
storeElementTypeId - The ID of the store element type, which is the type of
object that is used to display content in the store front.storeElementId - The ID of the store element, which is the object that is used
to display content in the store front.currentTime - The current timestamp.commandContext - The current command context.ECException - Thrown whenever an exception occurs during experiment runtime
evaluation.