public class OrganizationCodeDataBean
extends com.ibm.commerce.user.beansrc.OrganizationCodeDataBeanBase
implements com.ibm.commerce.user.beans.OrganizationCodeInputDataBean, com.ibm.commerce.user.beans.OrganizationCodeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrganizationCodeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIOrganizationCodeId()
Gets the key(organization code ID) of this data bean.
|
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 |
setDataBeanKeyIOrganizationCodeId(java.lang.String aIOrganizationCodeId)
Sets the key(organization code ID) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findByCodeAndCodeType, findByOrganizationIdAndCodeType, getCode, getCodeType, getEntity, getOrganizationCodeId, getOrganizationCodeIdInEntityType, getOrganizationId, getOrganizationIdInEntityType, instantiateEntity, setCode, setCodeType, setInitKey_iOrganizationCodeId, setInitKey_iOrganizationCodeId, setOrganizationCodeId, setOrganizationCodeId, setOrganizationId, setOrganizationIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIOrganizationCodeId()
getDataBeanKeyIOrganizationCodeId in interface com.ibm.commerce.user.beans.OrganizationCodeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIOrganizationCodeId(java.lang.String aIOrganizationCodeId)
setDataBeanKeyIOrganizationCodeId in interface com.ibm.commerce.user.beans.OrganizationCodeInputDataBeanaIOrganizationCodeId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception