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.
|
getDelegate
getConditions, getEntity, getField1, getField2, getMbrGrpId, getMbrGrpIdInEntityType, instantiateEntity, setConditions, setField1, setField2, setInitKey_iMbrGrpId, setInitKey_iMbrGrpId, setMbrGrpId, setMbrGrpId
public static final java.lang.String COPYRIGHT
public MemberGroupConditionDataBean(java.lang.String aIMbrGrpId)
aIMbrGrpId
- java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aTypedProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIMbrGrpId()
getDataBeanKeyIMbrGrpId
in interface com.ibm.commerce.user.beans.MemberGroupConditionSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIMbrGrpId(java.lang.String aIMbrGrpId)
setDataBeanKeyIMbrGrpId
in interface com.ibm.commerce.user.beans.MemberGroupConditionInputDataBean
aIMbrGrpId
- java.lang.Stringpublic void populate()
populate
in interface SmartDataBean
java.lang.Exception