public class PolicyAccountLockoutDataBean
extends com.ibm.commerce.user.beansrc.PolicyAccountLockoutDataBeanBase
implements com.ibm.commerce.user.beans.PolicyAccountLockoutInputDataBean, com.ibm.commerce.user.beans.PolicyAccountLockoutSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of the class.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PolicyAccountLockoutDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIPolicyAccountLockoutId()
Gets the key (account lockout policy ID) of this data bean.
|
java.lang.String |
getDescription(PolicyAccountLockoutAccessBean palab)
Gets the description of account lockout policy for the language ID set in the command context.
|
java.util.Vector |
getPolicyAccLck()
Gets the account lockout policy information (i.e.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyIPolicyAccountLockoutId(java.lang.String aIPolicyAccountLockoutId)
Sets the key of the bean (account lockout policy ID).
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAll, findAllNoCache, getDescription, getDescriptionNoCache, getEntity, getLockoutThreshold, getLockoutThresholdInEntityType, getPolicyAccountLockoutId, getPolicyAccountLockoutIdInEntityType, getWaitTime, getWaitTimeInEntityType, instantiateEntity, setInitKey_iPolicyAccountLockoutId, setInitKey_iPolicyAccountLockoutId, setLockoutThreshold, setLockoutThreshold, setWaitTime, setWaitTimepublic static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyIPolicyAccountLockoutId()
getDataBeanKeyIPolicyAccountLockoutId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutSmartDataBeanpublic java.lang.String getDescription(PolicyAccountLockoutAccessBean palab)
palab - The PolicyAccountLockoutAccessBean object.public java.util.Vector getPolicyAccLck()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIPolicyAccountLockoutId(java.lang.String aIPolicyAccountLockoutId)
setDataBeanKeyIPolicyAccountLockoutId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutInputDataBeanaIPolicyAccountLockoutId - The account lockout policy ID.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request property set.