public class MemberRelationshipsDataBean
extends com.ibm.commerce.user.beansrc.MemberRelationshipsDataBeanBase
implements com.ibm.commerce.user.beans.MemberRelationshipsInputDataBean, com.ibm.commerce.user.beans.MemberRelationshipsSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberRelationshipsDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAncestorId()
Gets the second key (ancestor id) of this data bean.
|
java.lang.String |
getDataBeanKeyDescendantId()
Gets the first key (descendant 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 |
setDataBeanKeyAncestorId(java.lang.String aAncestorId)
Sets the second key(ancestor id) of this data bean.
|
void |
setDataBeanKeyDescendantId(java.lang.String aDescendantId)
Sets the first key(descendant id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAncestors, findAncestorsNoCache, findByAncestorsAndDescendants, findByAncestorsAndDescendantsNoCache, findChildren, findChildrenNoCache, findDescendantOrganizations, findDescendantOrganizationsNoCache, findDescendants, findDescendantsNoCache, findParent, findParentNoCache, getAncestorId, getAncestorIdInEntityType, getDescendantId, getDescendantIdInEntityType, getEntity, getPrimaryKey, getSequence, getSequenceInEntityType, instantiateEntity, setInitKey_ancestorId, setInitKey_ancestorId, setInitKey_descendantId, setInitKey_descendantId, setSequence, setSequencepublic 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 getDataBeanKeyDescendantId()
getDataBeanKeyDescendantId in interface com.ibm.commerce.user.beans.MemberRelationshipsSmartDataBeanpublic java.lang.String getDataBeanKeyAncestorId()
getDataBeanKeyAncestorId in interface com.ibm.commerce.user.beans.MemberRelationshipsSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyDescendantId(java.lang.String aDescendantId)
setDataBeanKeyDescendantId in interface com.ibm.commerce.user.beans.MemberRelationshipsInputDataBeanaDescendantId - The first key of this data bean.public void setDataBeanKeyAncestorId(java.lang.String aAncestorId)
setDataBeanKeyAncestorId in interface com.ibm.commerce.user.beans.MemberRelationshipsInputDataBeanaAncestorId - The second key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception