com.ibm.commerce.user.beans

Class CertificateX509DataBean

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


    public class CertificateX509DataBean
    extends com.ibm.commerce.user.beansrc.CertificateX509DataBeanBase
    implements com.ibm.commerce.user.beans.CertificateX509InputDataBean, com.ibm.commerce.user.beans.CertificateX509SmartDataBean
    This databean displays information from the CERT_X509 table that maps a X509 certificate user to a unique user in WebSphere Commerce system.
    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

      • CertificateX509DataBean

        public CertificateX509DataBean()
    • 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
      • getDataBeanKeyUserId

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

        public void setDataBeanKeyUserId(java.lang.String aUserId)
        Gets the key (user id) of this data bean.
        Specified by:
        setDataBeanKeyUserId in interface com.ibm.commerce.user.beans.CertificateX509InputDataBean
        Parameters:
        aUserId - java.lang.String
      • populate

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