com.ibm.commerce.user.beans

Class PolicyAccountLockoutDataBean

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


    public class PolicyAccountLockoutDataBean
    extends com.ibm.commerce.user.beansrc.PolicyAccountLockoutDataBeanBase
    implements com.ibm.commerce.user.beans.PolicyAccountLockoutInputDataBean, com.ibm.commerce.user.beans.PolicyAccountLockoutSmartDataBean
    This data bean displays information about account lockout policies for users.
    See Also:
    Serialized Form
    • Field Detail

      • CLASSNAME

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

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

      • PolicyAccountLockoutDataBean

        public PolicyAccountLockoutDataBean()
    • 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
      • getDataBeanKeyIPolicyAccountLockoutId

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

        public java.lang.String getDescription(PolicyAccountLockoutAccessBean palab)
        Gets the description of account lockout policy for the language ID set in the command context.
        Parameters:
        palab - The PolicyAccountLockoutAccessBean object.
        Returns:
        The description of the account lockout policy for the language ID set in the command context.
      • getPolicyAccLck

        public java.util.Vector getPolicyAccLck()
        Gets the account lockout policy information (i.e. ID, waiting time, description, etc).
        Returns:
        A vector contains the information for the account lockout policy.
      • 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
      • setDataBeanKeyIPolicyAccountLockoutId

        public void setDataBeanKeyIPolicyAccountLockoutId(java.lang.String aIPolicyAccountLockoutId)
        Sets the key of the bean (account lockout policy ID).
        Specified by:
        setDataBeanKeyIPolicyAccountLockoutId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutInputDataBean
        Parameters:
        aIPolicyAccountLockoutId - The account lockout policy ID.
      • setRequestProperties

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