public class MemberAttributeDataBean
extends com.ibm.commerce.user.beansrc.MemberAttributeDataBeanBase
implements com.ibm.commerce.user.beans.MemberAttributeInputDataBean, com.ibm.commerce.user.beans.MemberAttributeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberAttributeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMemberAttributeId()
Gets the key(member attribute id) of this data bean.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Fetches and populates information needed by the bean.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyMemberAttributeId(java.lang.String aMemberAttributeId)
Sets the key(member attribute id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
addAttributeValue, findByAttributeName, getAttributeTypeId, getDescription, getEntity, getMemberAttributeId, getMemberAttributeIdInEntityType, getName, instantiateEntity, removeAttributeValue, replaceAttributeValue, setAttributeTypeId, setDescription, setInitKey_memberAttributeId, setInitKey_memberAttributeId, setNamepublic 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 getDataBeanKeyMemberAttributeId()
getDataBeanKeyMemberAttributeId in interface com.ibm.commerce.user.beans.MemberAttributeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context.public void setDataBeanKeyMemberAttributeId(java.lang.String aMemberAttributeId)
setDataBeanKeyMemberAttributeId in interface com.ibm.commerce.user.beans.MemberAttributeInputDataBeanaMemberAttributeId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception - Any exception thrown during populating.