public class UserProfileDataBean
extends com.ibm.commerce.user.beansrc.UserProfileDataBeanBase
implements com.ibm.commerce.user.beans.UserProfileInputDataBean, com.ibm.commerce.user.beans.UserProfileSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
UserProfileDataBean() |
| 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.
|
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.
|
getDescription, getDisplayName, getEntity, getPhoto, getPreferredCommunication, getPreferredDelivery, getPreferredMeasure, getReceiveSMSNotification, getReceiveSMSNotificationInEntityType, getTaxPayerId, getUserId, getUserIdInEntityType, getUserProfileField1, getUserProfileField2, instantiateEntity, setDescription, setDisplayName, setInitKey_userId, setInitKey_userId, setPhoto, setPreferredCommunication, setPreferredDelivery, setPreferredMeasure, setReceiveSMSNotification, setReceiveSMSNotification, setTaxPayerId, setUserProfileField1, setUserProfileField2public 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.UserProfileSmartDataBeanpublic 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.UserProfileInputDataBeanaUserId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception