com.ibm.commerce.marketingcenter.campaign.beans

Class AssignDiscount

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.marketingcenter.campaign.beans.AssignDiscount
  • All Implemented Interfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, java.io.Serializable


    public class AssignDiscount
    extends com.ibm.commerce.beans.SmartDataBeanImpl
    This class assigns the current user to be explicitly included in a member group.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Constructor Summary

      Constructors 
      Constructor and Description
      AssignDiscount()
      Constructor for AssignDiscount.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void assignByMemberGroupId(java.lang.String memberGroupId)
      Assigns the current user to be explicitly included in the given member group.
      • Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl

        fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, populate, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
      • Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl

        getRequestProperties, setRequestProperties
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AssignDiscount

        public AssignDiscount()
        Constructor for AssignDiscount.
    • Method Detail

      • assignByMemberGroupId

        public void assignByMemberGroupId(java.lang.String memberGroupId)
        Assigns the current user to be explicitly included in the given member group.
        Parameters:
        memberGroupId - The ID of the member group that the current user will be assigned to.