Package com.ibm.commerce.tools.experimentation.commands

Provides the interface and implementation of Experiments commands used in the WebSphere Commerce Accelerator.

See: Description

  • Interface Summary 
    Interface Description
    CreateExperimentCmd
    The CreateExperimentCmd interface must be implemented to provide a task command that creates an experiment.
    ExperimentCompleteControllerCmd
    The ExperimentCompleteControllerCmd interface must be implemented to provide a controller command that completes the experiment.
    ExperimentDeleteControllerCmd
    The ExperimentDeleteControllerCmd interface must be implemented to provide a controller command that deletes experiments.
    ExperimentSaveControllerCmd
    The ExperimentSaveControllerCmd interface must be implemented to provide a controller command that saves experiments.
    ExperimentStatusUpdateControllerCmd
    The ExperimentStatusUpdateControllerCmd interface must be implemented to provide a controller command that updates the status of experiments.
    UpdateExperimentCmd
    The UpdateExperimentCmd interface must be implemented to provide a task command that updates an experiment.
  • Class Summary 
    Class Description
    CreateExperimentCmdImpl
    This class implements the CreateExperimentCmd interface to provide the task command that creates an experiment.
    ExperimentCompleteControllerCmdImpl
    This class implements the ExperimentCompleteControllerCmd interface to provide the controller command that completes an experiment.
    ExperimentDeleteControllerCmdImpl
    This class implements the ExperimentDeleteControllerCmd interface to provide the controller command that deletes experiments.
    ExperimentSaveControllerCmdImpl
    This class implements the ExperimentSaveControllerCmd interface to provide the controller command that saves an ad copy.
    ExperimentStatusUpdateControllerCmdImpl
    This class implements the ExperimentStatusUpdateControllerCmd interface to provide the controller command that update the status of an experiment.
    UpdateExperimentCmdImpl
    This class implements the UpdateExperimentCmd interface to provide the task command that updates an experiment.

Package com.ibm.commerce.tools.experimentation.commands Description

Provides the interface and implementation of Experiments commands used in the WebSphere Commerce Accelerator.

Related Documentation

For more information see Experiments