com.ibm.commerce.user.beans

Class MemberGroupMemberDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, Delegator, com.ibm.commerce.user.beans.MemberGroupMemberInputDataBean, com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBean, java.io.Serializable


    public class MemberGroupMemberDataBean
    extends com.ibm.commerce.user.beansrc.MemberGroupMemberDataBeanBase
    implements com.ibm.commerce.user.beans.MemberGroupMemberInputDataBean, com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBean
    The data bean displays the members that are explicitly included in or excluded from a member group.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • MemberGroupMemberDataBean

        public MemberGroupMemberDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyMbrGrpId

        public java.lang.String getDataBeanKeyMbrGrpId()
        Gets the key(member group ID) of this data bean.
        Specified by:
        getDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBean
        Returns:
        The member group ID (one of the keys of this data bean).
      • getDataBeanKeyMemberId

        public java.lang.String getDataBeanKeyMemberId()
        Gets the key(member ID) of this data bean.
        Specified by:
        getDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBean
        Returns:
        The member ID (one of the keys of this data bean).
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyMbrGrpId

        public void setDataBeanKeyMbrGrpId(java.lang.String aMbrGrpId)
        Sets the key(member group ID) of this data bean.
        Specified by:
        setDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupMemberInputDataBean
        Parameters:
        aMbrGrpId - One of the keys (member group ID) of this data bean.
      • setDataBeanKeyMemberId

        public void setDataBeanKeyMemberId(java.lang.String aMemberId)
        Sets the key(member ID) of this data bean.
        Specified by:
        setDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberGroupMemberInputDataBean
        Parameters:
        aMemberId - One of the keys(member ID) of this data bean.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception