com.ibm.commerce.tools.segmentation

Interface SegmentConstraintListCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand


    public interface SegmentConstraintListCmd
    extends TaskCommand
    This interface must be implemented to provide a task command that generates the HTML necessary for displaying the list of customer profile constraints. Different implementations of this interface can be provided for different stores.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation of this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setSegmentId

        void setSegmentId(java.lang.Long segmentId)
        Sets the member group ID. This parameter is required.
        Parameters:
        segmentId - The member group ID of the member group.
      • getConstraintList

        java.lang.String getConstraintList()
        Returns the HTML that describes the customer profile constraints. You must execute this task command before accessing this value.
        Returns:
        HTML that describes the customer profile constraints.