public interface MigrateExperimentResultCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
defaultCommandClassName is the default implementation class used by the
command factory to instantiate this command if the interface
com.ibm.commerce.experimentation.commands.MigrateExperimentResultCmd is
not defined in the CMDREG table. |
static java.lang.String |
NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
setOldUserId(java.lang.Long oldUserId)
This method sets the old ID of the user who owns the experiment results before the user logged on.
|
void |
setSessionId(java.lang.String sessionId)
This method sets the ID of the session that the experiment results are associated
with.
|
void |
setUserId(java.lang.Long userId)
This method sets the ID of the user who owns the experiment results.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
defaultCommandClassName
is the default implementation class used by the
command factory to instantiate this command if the interface
com.ibm.commerce.experimentation.commands.MigrateExperimentResultCmd is
not defined in the CMDREG table.
void setSessionId(java.lang.String sessionId)
sessionId
- The ID of the session.void setOldUserId(java.lang.Long oldUserId)
userId
- The old ID of the user.void setUserId(java.lang.Long userId)
userId
- The ID of the user.