com.ibm.commerce.user.beans

Class MemberAttributeDataBean

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


    public class MemberAttributeDataBean
    extends com.ibm.commerce.user.beansrc.MemberAttributeDataBeanBase
    implements com.ibm.commerce.user.beans.MemberAttributeInputDataBean, com.ibm.commerce.user.beans.MemberAttributeSmartDataBean
    The data bean lists the custom member attributes available to be assigned to users and organizations.
    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

      • MemberAttributeDataBean

        public MemberAttributeDataBean()
    • 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
      • getDataBeanKeyMemberAttributeId

        public java.lang.String getDataBeanKeyMemberAttributeId()
        Gets the key(member attribute id) of this data bean.
        Specified by:
        getDataBeanKeyMemberAttributeId in interface com.ibm.commerce.user.beans.MemberAttributeSmartDataBean
        Returns:
        The key of this data bean.
      • setCommandContext

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

        public void setDataBeanKeyMemberAttributeId(java.lang.String aMemberAttributeId)
        Sets the key(member attribute id) of this data bean.
        Specified by:
        setDataBeanKeyMemberAttributeId in interface com.ibm.commerce.user.beans.MemberAttributeInputDataBean
        Parameters:
        aMemberAttributeId - The key of this data bean.
      • populate

        public void populate()
        Fetches and populates information needed by the bean.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - Any exception thrown during populating.