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 |
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyIMbrGrpId |
protected TypedProperty | iRequestProperties |
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.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyIMbrGrpId
public MemberGroupConditionDataBean(java.lang.String aIMbrGrpId)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyIMbrGrpId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyIMbrGrpId(java.lang.String aIMbrGrpId)
public void populate() throws java.lang.Exception