public class MemberGroupUsageDataBean
extends com.ibm.commerce.user.beansrc.MemberGroupUsageDataBeanBase
implements com.ibm.commerce.user.beans.MemberGroupUsageInputDataBean, com.ibm.commerce.user.beans.MemberGroupUsageSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
emptyString| Constructor and Description |
|---|
MemberGroupUsageDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMbrGrpId() |
java.lang.String |
getDataBeanKeyMbrGrpTypeId() |
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) |
void |
setDataBeanKeyMbrGrpTypeId(java.lang.String aMbrGrpTypeId) |
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findByMemberGroupId, findRoleGroupTypeByMemberGroup, getEntity, getField1, getMbrGrpId, getMbrGrpIdInEntityType, getMbrGrpTypeId, getMbrGrpTypeIdInEntityType, instantiateEntity, setField1, setInitKey_mbrGrpId, setInitKey_mbrGrpId, setInitKey_mbrGrpTypeId, setInitKey_mbrGrpTypeId, setMbrGrpId, setMbrGrpId, setMbrGrpTypeId, setMbrGrpTypeIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyMbrGrpTypeId()
getDataBeanKeyMbrGrpTypeId in interface com.ibm.commerce.user.beans.MemberGroupUsageSmartDataBeanpublic java.lang.String getDataBeanKeyMbrGrpId()
getDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupUsageSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMbrGrpTypeId(java.lang.String aMbrGrpTypeId)
setDataBeanKeyMbrGrpTypeId in interface com.ibm.commerce.user.beans.MemberGroupUsageInputDataBeanaMbrGrpTypeId - java.lang.Stringpublic void setDataBeanKeyMbrGrpId(java.lang.String aMbrGrpId)
setDataBeanKeyMbrGrpId in interface com.ibm.commerce.user.beans.MemberGroupUsageInputDataBeanaMbrGrpId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception