com.ibm.commerce.user.beans

Class MemberGroupUsageDataBean

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


    public class MemberGroupUsageDataBean
    extends com.ibm.commerce.user.beansrc.MemberGroupUsageDataBeanBase
    implements com.ibm.commerce.user.beans.MemberGroupUsageInputDataBean, com.ibm.commerce.user.beans.MemberGroupUsageSmartDataBean
    IBM internal use only.
    See Also:
    Serialized Form
    • Constructor Detail

      • MemberGroupUsageDataBean

        public MemberGroupUsageDataBean()
    • 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
      • getDataBeanKeyMbrGrpTypeId

        public java.lang.String getDataBeanKeyMbrGrpTypeId()
        Specified by:
        getDataBeanKeyMbrGrpTypeId in interface com.ibm.commerce.user.beans.MemberGroupUsageSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyMbrGrpId

        public java.lang.String getDataBeanKeyMbrGrpId()
        Specified by:
        getDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupUsageSmartDataBean
        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
      • setDataBeanKeyMbrGrpTypeId

        public void setDataBeanKeyMbrGrpTypeId(java.lang.String aMbrGrpTypeId)
        Specified by:
        setDataBeanKeyMbrGrpTypeId in interface com.ibm.commerce.user.beans.MemberGroupUsageInputDataBean
        Parameters:
        aMbrGrpTypeId - java.lang.String
      • setDataBeanKeyMbrGrpId

        public void setDataBeanKeyMbrGrpId(java.lang.String aMbrGrpId)
        Specified by:
        setDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupUsageInputDataBean
        Parameters:
        aMbrGrpId - java.lang.String
      • populate

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