public class MemberDataBean
extends com.ibm.commerce.user.beansrc.MemberDataBeanBase
implements com.ibm.commerce.user.beans.MemberInputDataBean, com.ibm.commerce.user.beans.MemberSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMemberId()
Gets the request property set within this bean.
|
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 |
setDataBeanKeyMemberId(java.lang.String aMemberId)
Sets the key(member id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getAncestors, getChildren, getDescendants, getEntity, getMemberId, getMemberIdInEntityType, getParentMemberId, getRoles, getRoles, getRolesForOrgEntityAndAncestors, getState, getStateInEntityType, getType, instantiateEntity, setInitKey_memberId, setInitKey_memberId, setParentMemberId, setState, setStatepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyMemberId()
getDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMemberId(java.lang.String aMemberId)
setDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberInputDataBeanaMemberId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception