com.ibm.commerce.user.beans

Class MemberGroupConditionDataBean

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


    public class MemberGroupConditionDataBean
    extends com.ibm.commerce.user.beansrc.MemberGroupConditionDataBeanBase
    implements com.ibm.commerce.user.beans.MemberGroupConditionInputDataBean, com.ibm.commerce.user.beans.MemberGroupConditionSmartDataBean
    IBM internal use only.
    See Also:
    Serialized Form
    • Constructor Detail

      • MemberGroupConditionDataBean

        public MemberGroupConditionDataBean(java.lang.String aIMbrGrpId)
        Databean constructor.
        Parameters:
        aIMbrGrpId - java.lang.String
    • Method Detail

      • setRequestProperties

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

        public java.lang.String getDataBeanKeyIMbrGrpId()
        Specified by:
        getDataBeanKeyIMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupConditionSmartDataBean
        Returns:
        java.lang.String
      • 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
      • setDataBeanKeyIMbrGrpId

        public void setDataBeanKeyIMbrGrpId(java.lang.String aIMbrGrpId)
        Specified by:
        setDataBeanKeyIMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupConditionInputDataBean
        Parameters:
        aIMbrGrpId - java.lang.String
      • populate

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