public class MemberViewPreferenceDataBean
extends com.ibm.commerce.user.beansrc.MemberViewPreferenceDataBeanBase
implements com.ibm.commerce.user.beans.MemberViewPreferenceInputDataBean, com.ibm.commerce.user.beans.MemberViewPreferenceSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberViewPreferenceDataBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Deprecated.
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMemberId()
Deprecated.
Gets the key(member ID) of this data bean.
|
java.lang.String |
getDataBeanKeyViewName()
Deprecated.
Gets the key(view name) of this data bean.
|
TypedProperty |
getRequestProperties()
Deprecated.
Gets the request property set within this bean.
|
void |
populate()
Deprecated.
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Deprecated.
Sets the command context within this bean.
|
void |
setDataBeanKeyMemberId(java.lang.String aMemberId)
Deprecated.
Sets the key(member ID) of this data bean.
|
void |
setDataBeanKeyViewName(java.lang.String aViewName)
Deprecated.
Sets the key(view name) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Deprecated.
Sets the request property within this bean.
|
getDelegategetEntity, getMemberId, getMemberIdInEntityType, getPreference, getPreferenceInEntityType, getViewName, instantiateEntity, setInitKey_memberId, setInitKey_memberId, setInitKey_viewName, setMemberId, setMemberId, setPreference, setPreference, setViewNamepublic 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 getDataBeanKeyViewName()
getDataBeanKeyViewName in interface com.ibm.commerce.user.beans.MemberViewPreferenceSmartDataBeanpublic java.lang.String getDataBeanKeyMemberId()
getDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberViewPreferenceSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyViewName(java.lang.String aViewName)
setDataBeanKeyViewName in interface com.ibm.commerce.user.beans.MemberViewPreferenceInputDataBeanaViewName - The view namepublic void setDataBeanKeyMemberId(java.lang.String aMemberId)
setDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberViewPreferenceInputDataBeanaMemberId - The member ID.public void populate()
populate in interface SmartDataBeanjava.lang.Exception