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:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AssignDiscount
extends SmartDataBeanImpl

This class assigns the current user to be explicitly included in a member group.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
AssignDiscount()
Constructor for AssignDiscount.
Method Summary
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, getResources, populate, setCommandContext
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.

Feedback