public class MemberGroupMemberDataBean
extends com.ibm.commerce.user.beansrc.MemberGroupMemberDataBeanBase
implements com.ibm.commerce.user.beans.MemberGroupMemberInputDataBean, com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberGroupMemberDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMbrGrpId()
Gets the key(member group ID) of this data bean.
|
java.lang.String |
getDataBeanKeyMemberId()
Gets the key(member 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 |
setDataBeanKeyMbrGrpId(java.lang.String aMbrGrpId)
Sets the key(member group ID) of this data bean.
|
void |
setDataBeanKeyMemberId(java.lang.String aMemberId)
Sets the key(member ID) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAllGroupMember, findAllGroupMemberNoCache, findAllStoreGroupMember, findAllStoreGroupMemberNoCache, findByGroupMember, findByMember, findByMemberAndExclude, findByMemberNoCache, findByStoreAndMember, getCustomerId, getEntity, getExclude, getField1, getMbrGrpId, getMbrGrpIdInEntityType, getMemberId, getMemberIdInEntityType, instantiateEntity, setCustomerId, setExclude, setField1, setInitKey_mbrGrpId, setInitKey_mbrGrpId, setInitKey_memberId, setInitKey_memberId, setMbrGrpId, setMbrGrpId, setMemberId, setMemberIdpublic 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 getDataBeanKeyMbrGrpId()
getDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBeanpublic java.lang.String getDataBeanKeyMemberId()
getDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberGroupMemberSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMbrGrpId(java.lang.String aMbrGrpId)
setDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupMemberInputDataBeanaMbrGrpId - One of the keys (member group ID) of this data bean.public void setDataBeanKeyMemberId(java.lang.String aMemberId)
setDataBeanKeyMemberId in interface com.ibm.commerce.user.beans.MemberGroupMemberInputDataBeanaMemberId - One of the keys(member ID) of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception