public class UserRegistryDataBean
extends com.ibm.commerce.user.beansrc.UserRegistryDataBeanBase
implements com.ibm.commerce.user.beans.UserRegistryInputDataBean, com.ibm.commerce.user.beans.UserRegistrySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
UserRegistryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyUserId()
Gets the key (user id) of this data bean.
|
Protectable |
getDelegate()
Retrieves its delegate
|
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 |
setDataBeanKeyUserId(java.lang.String aUserId)
Sets the key(user id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findAdministrators, findByAdministratorLogonId, findByCISLogonId, findByPolicyAccountId, findByUserLogonId, findByUserLogonIdNoCache, getChallengeAnswer, getChallengeQuestion, getEntity, getLogonId, getLogonPassword, getPasswordCreation, getPasswordCreationInEntityType, getPasswordExpired, getPasswordExpiredInEntityType, getPasswordInvalid, getPasswordInvalidInEntityType, getPasswordRetries, getPasswordRetriesInEntityType, getPolicyAccountId, getPolicyAccountIdInEntityType, getSalt, getStatus, getStatusInEntityType, getTimeout, getTimeoutInEntityType, getUserId, getUserIdInEntityType, instantiateEntity, setChallengeAnswer, setChallengeQuestion, setInitKey_userId, setInitKey_userId, setLogonId, setLogonPassword, setPasswordCreation, setPasswordCreation, setPasswordExpired, setPasswordExpired, setPasswordInvalid, setPasswordInvalid, setPasswordRetries, setPasswordRetries, setPolicyAccountId, setPolicyAccountId, setSalt, setStatus, setStatus, setTimeout, setTimeoutpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyUserId()
getDataBeanKeyUserId in interface com.ibm.commerce.user.beans.UserRegistrySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyUserId(java.lang.String aUserId)
setDataBeanKeyUserId in interface com.ibm.commerce.user.beans.UserRegistryInputDataBeanaUserId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exceptionpublic Protectable getDelegate()
getDelegate in interface DelegatorgetDelegate in class com.ibm.commerce.user.beansrc.UserRegistryDataBeanBasejava.lang.Exception