public class MemberAttributeValueDataBean
extends com.ibm.commerce.user.beansrc.MemberAttributeValueDataBeanBase
implements com.ibm.commerce.user.beans.MemberAttributeValueInputDataBean, com.ibm.commerce.user.beans.MemberAttributeValueSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberAttributeValueDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMemberAttributeValueId()
Gets the key(member attribute value id) of this data 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 |
setDataBeanKeyMemberAttributeValueId(java.lang.String aMemberAttributeValueId)
Sets the key(member attribute value id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByMemberId, findByMemberIdAndAttributeId, findByMemberIdAndStoreEntityId, getEntity, getMemberAttributeId, getMemberAttributeIdInEntityType, getMemberAttributeType, getMemberAttributeValueId, getMemberAttributeValueIdInEntityType, getMemberId, getMemberIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setInitKey_memberAttributeValueId, setInitKey_memberAttributeValueId, setMemberAttributeId, setMemberAttributeId, setMemberId, setMemberId, setStoreEntityId, setStoreEntityIdpublic 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 getDataBeanKeyMemberAttributeValueId()
getDataBeanKeyMemberAttributeValueId in interface com.ibm.commerce.user.beans.MemberAttributeValueSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMemberAttributeValueId(java.lang.String aMemberAttributeValueId)
setDataBeanKeyMemberAttributeValueId in interface com.ibm.commerce.user.beans.MemberAttributeValueInputDataBeanaMemberAttributeId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception