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.
|
getDelegate
findByMemberId, findByMemberIdAndAttributeId, findByMemberIdAndStoreEntityId, getEntity, getMemberAttributeId, getMemberAttributeIdInEntityType, getMemberAttributeType, getMemberAttributeValueId, getMemberAttributeValueIdInEntityType, getMemberId, getMemberIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setInitKey_memberAttributeValueId, setInitKey_memberAttributeValueId, setMemberAttributeId, setMemberAttributeId, setMemberId, setMemberId, setStoreEntityId, setStoreEntityId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aTypedProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyMemberAttributeValueId()
getDataBeanKeyMemberAttributeValueId
in interface com.ibm.commerce.user.beans.MemberAttributeValueSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMemberAttributeValueId(java.lang.String aMemberAttributeValueId)
setDataBeanKeyMemberAttributeValueId
in interface com.ibm.commerce.user.beans.MemberAttributeValueInputDataBean
aMemberAttributeId
- The key of this data bean.public void populate()
populate
in interface SmartDataBean
java.lang.Exception