public class RecognizedMemberGroupDataBean extends RecognizedMemberGroupDataBeanBase implements RecognizedMemberGroupInputDataBean, RecognizedMemberGroupSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
| Constructor and Description |
|---|
RecognizedMemberGroupDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMemberGroupId()
Returns MemberGroupId
|
java.lang.String |
getDataBeanKeyStoreId()
Returns StoreId
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyMemberGroupId(java.lang.String aMemberGroupId)
Sets MemberGroupId
|
void |
setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets StoreId
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByMemberGroupId, getEntity, getMemberGroupId, getMemberGroupIdInEntityType, getStoreId, getStoreIdInEntityType, instantiateEntity, setInitKey_memberGroupId, setInitKey_memberGroupId, setInitKey_storeId, setInitKey_storeId, setMemberGroupId, setMemberGroupId, setStoreId, setStoreIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyMemberGroupId()
getDataBeanKeyMemberGroupId in interface RecognizedMemberGroupSmartDataBeanpublic java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId in interface RecognizedMemberGroupSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMemberGroupId(java.lang.String aMemberGroupId)
setDataBeanKeyMemberGroupId in interface RecognizedMemberGroupInputDataBeanaMemberGroupId - java.lang.Stringpublic void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId in interface RecognizedMemberGroupInputDataBeanaStoreId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -