com.ibm.commerce.user.beans

Class MemberRelationshipsDataBean

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


    public class MemberRelationshipsDataBean
    extends com.ibm.commerce.user.beansrc.MemberRelationshipsDataBeanBase
    implements com.ibm.commerce.user.beans.MemberRelationshipsInputDataBean, com.ibm.commerce.user.beans.MemberRelationshipsSmartDataBean
    This data bean displays member hierarchy relationships (ancestors and descendants) of organizational entities and registered users. Note that member groups are not part of the member hierarchy.
    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

      • MemberRelationshipsDataBean

        public MemberRelationshipsDataBean()
    • 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
      • getDataBeanKeyDescendantId

        public java.lang.String getDataBeanKeyDescendantId()
        Gets the first key (descendant id) of this data bean.
        Specified by:
        getDataBeanKeyDescendantId in interface com.ibm.commerce.user.beans.MemberRelationshipsSmartDataBean
        Returns:
        The key of this data bean.
      • getDataBeanKeyAncestorId

        public java.lang.String getDataBeanKeyAncestorId()
        Gets the second key (ancestor id) of this data bean.
        Specified by:
        getDataBeanKeyAncestorId in interface com.ibm.commerce.user.beans.MemberRelationshipsSmartDataBean
        Returns:
        The key 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
      • setDataBeanKeyDescendantId

        public void setDataBeanKeyDescendantId(java.lang.String aDescendantId)
        Sets the first key(descendant id) of this data bean.
        Specified by:
        setDataBeanKeyDescendantId in interface com.ibm.commerce.user.beans.MemberRelationshipsInputDataBean
        Parameters:
        aDescendantId - The first key of this data bean.
      • setDataBeanKeyAncestorId

        public void setDataBeanKeyAncestorId(java.lang.String aAncestorId)
        Sets the second key(ancestor id) of this data bean.
        Specified by:
        setDataBeanKeyAncestorId in interface com.ibm.commerce.user.beans.MemberRelationshipsInputDataBean
        Parameters:
        aAncestorId - The second key of this data bean.
      • populate

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