com.ibm.commerce.user.beans

Class PolicyPasswordDataBean

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


    public class PolicyPasswordDataBean
    extends com.ibm.commerce.user.beansrc.PolicyPasswordDataBeanBase
    implements com.ibm.commerce.user.beans.PolicyPasswordInputDataBean, com.ibm.commerce.user.beans.PolicyPasswordSmartDataBean
    This bean displays password policy information.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String CLASSNAME
        The name of the class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PolicyPasswordDataBean

        public PolicyPasswordDataBean()
    • Method Detail

      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • getDataBeanKeyIPolicyPasswordId

        public java.lang.String getDataBeanKeyIPolicyPasswordId()
        Gets the key (password policy ID) of this data bean.
        Specified by:
        getDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordSmartDataBean
        Returns:
        The key of this data bean.
      • getDescription

        public java.lang.String getDescription(PolicyPasswordAccessBean ppab)
        Gets the description of the password policy for the language ID set in the command context.
        Parameters:
        ppab - The PolicyPasswordAccessBean object which contains the password policy information.
        Returns:
        The description of the password policy for the language ID set in the command context.
      • getPolicyPassword

        public java.util.Vector getPolicyPassword()
        Gets the password policy information, for example, the policy ID, the minimum length of a password, and other password policy information.
        Returns:
        a vector contains the password policy information.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception
      • 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
      • setDataBeanKeyIPolicyPasswordId

        public void setDataBeanKeyIPolicyPasswordId(java.lang.String aIPolicyPasswordId)
        Sets the key of the bean (password policy ID).
        Specified by:
        setDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordInputDataBean
        Parameters:
        aIPolicyPasswordId - The key of the bean.
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - The request property.