Package com.ibm.commerce.experimentation.commands

Provides the interface and implementation for run time commands in Experiments.

See: Description

  • Interface Summary 
    Interface Description
    ExperimentBaseEvaluateCmd
    This command evaluates marketing experiments; provide a custom implementation for each type of store element, which is the object used to display content in the store front.
    ExperimentCheckExpiryCmd
    The ExperimentCheckExpiryCmd interface must be implemented to provide a controller command that checks if any marketing experiments are expired.
    MigrateExperimentResultCmd
    This command is used to migrate experiment results.
  • Class Summary 
    Class Description
    ExperimentBaseEvaluateCmdImpl
    This class implements the ExperimentBaseEvaluateCmd interface to provide the task command that contains common methods used in evaluation of experiments.
    ExperimentCheckExpiryCmdImpl
    This class implements the ExperimentCheckExpiryCmd interface to provide the controller command that checks if any experiments are expired.
    MigrateExperimentResultCmdImpl
    This class implements the MigrateExperimentResultCmd interface to provide the task command that migrates experiment results.

Package com.ibm.commerce.experimentation.commands Description

Provides the interface and implementation for run time commands in Experiments.

Related Documentation

For more information see Experiments