com.ibm.commerce.tools.segmentation

Interface SegmentDeleteControllerCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand


    public interface SegmentDeleteControllerCmd
    extends ToolsControllerCommand
    This interface must be implemented to provide a controller command that deletes segments. Different implementations of this interface can be provided for different stores. This controller command is mapped to the SegmentDelete URL.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this controller command.
        See Also:
        Constant Field Values