com.ibm.commerce.tools.segmentation

Interface SegmentRemoveUserControllerCmd

  • 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 SegmentRemoveUserControllerCmd
    extends ToolsControllerCommand
    This interface must be implemented to provide a controller command that removes users to a segment. Different implementations of this interface can be provided for different stores. This controller command is mapped to the SegmentRemoveUser URL.
    • Field Detail

      • defaultCommandClassName

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