public class MemberGroupConditionDataBean
extends com.ibm.commerce.user.beansrc.MemberGroupConditionDataBeanBase
implements com.ibm.commerce.user.beans.MemberGroupConditionInputDataBean, com.ibm.commerce.user.beans.MemberGroupConditionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
emptyString| Constructor and Description |
|---|
MemberGroupConditionDataBean(java.lang.String aIMbrGrpId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIMbrGrpId() |
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 |
setDataBeanKeyIMbrGrpId(java.lang.String aIMbrGrpId) |
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetConditions, getEntity, getField1, getField2, getMbrGrpId, getMbrGrpIdInEntityType, instantiateEntity, setConditions, setField1, setField2, setInitKey_iMbrGrpId, setInitKey_iMbrGrpId, setMbrGrpId, setMbrGrpIdpublic static final java.lang.String COPYRIGHT
public MemberGroupConditionDataBean(java.lang.String aIMbrGrpId)
aIMbrGrpId - java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIMbrGrpId()
getDataBeanKeyIMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupConditionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIMbrGrpId(java.lang.String aIMbrGrpId)
setDataBeanKeyIMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupConditionInputDataBeanaIMbrGrpId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception