com.ibm.commerce.user.beans

Class MemberViewPreferenceDataBean

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

    Deprecated.

    public class MemberViewPreferenceDataBean
    extends com.ibm.commerce.user.beansrc.MemberViewPreferenceDataBeanBase
    implements com.ibm.commerce.user.beans.MemberViewPreferenceInputDataBean, com.ibm.commerce.user.beans.MemberViewPreferenceSmartDataBean
    The underlining table for this data bean is no longer used.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • MemberViewPreferenceDataBean

        public MemberViewPreferenceDataBean()
        Deprecated. 
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        Deprecated. 
        Gets the request property set within this bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • setRequestProperties

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

        public java.lang.String getDataBeanKeyViewName()
        Deprecated. 
        Gets the key(view name) of this data bean.
        Specified by:
        getDataBeanKeyViewName in interface com.ibm.commerce.user.beans.MemberViewPreferenceSmartDataBean
        Returns:
        The view name.
      • getDataBeanKeyMemberId

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

        public CommandContext getCommandContext()
        Deprecated. 
        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)
        Deprecated. 
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyViewName

        public void setDataBeanKeyViewName(java.lang.String aViewName)
        Deprecated. 
        Sets the key(view name) of this data bean.
        Specified by:
        setDataBeanKeyViewName in interface com.ibm.commerce.user.beans.MemberViewPreferenceInputDataBean
        Parameters:
        aViewName - The view name
      • setDataBeanKeyMemberId

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

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