public class PolicyAccountDataBean
extends com.ibm.commerce.user.beansrc.PolicyAccountDataBeanBase
implements com.ibm.commerce.user.beans.PolicyAccountInputDataBean, com.ibm.commerce.user.beans.PolicyAccountSmartDataBean
| 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 |
|---|
PolicyAccountDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIPolicyAccountId()
Gets the key (policy account ID) of this data bean.
|
java.lang.String |
getDescription(PolicyAccountAccessBean paab)
The description of the policy account for the language ID set in the command context.
|
java.util.Vector |
getPolicyAcct()
Gets policy accounts
|
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 |
setDataBeanKeyIPolicyAccountId(java.lang.String aIPolicyAccountId)
Sets the key of the bean (the account policy ID).
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findAll, findAllNoCache, getDescription, getDescriptionNoCache, getEntity, getPolicyAccountId, getPolicyAccountIdInEntityType, getPolicyAccountLockoutId, getPolicyAccountLockoutIdInEntityType, getPolicyPasswordId, getPolicyPasswordIdInEntityType, instantiateEntity, setInitKey_iPolicyAccountId, setInitKey_iPolicyAccountId, setPolicyAccountLockoutId, setPolicyAccountLockoutId, setPolicyPasswordId, setPolicyPasswordIdpublic static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyIPolicyAccountId()
getDataBeanKeyIPolicyAccountId in interface com.ibm.commerce.user.beans.PolicyAccountSmartDataBeanpublic java.lang.String getDescription(PolicyAccountAccessBean paab)
paab - The policy account access bean object.public java.util.Vector getPolicyAcct()
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 setDataBeanKeyIPolicyAccountId(java.lang.String aIPolicyAccountId)
setDataBeanKeyIPolicyAccountId in interface com.ibm.commerce.user.beans.PolicyAccountInputDataBeanaIPolicyAccountId - The account policy ID.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request properties.