public class SupportedCurrencyDataBean extends SupportedCurrencyDataBeanBase implements SupportedCurrencyInputDataBean, SupportedCurrencySmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
Constructor and Description |
---|
SupportedCurrencyDataBean() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCurrency()
Gets the currency
|
java.lang.String |
getDataBeanKeyStoreEntityId()
Gets the store entity ID
|
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 |
setDataBeanKeyCurrency(java.lang.String aCurrency)
Sets the currency
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
Sets the store entity ID
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findAll, getCurrency, getEntity, getStoreEntityId, instantiateEntity, setInitKey_currency, setInitKey_storeEntityId, setInitKey_storeEntityId
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyCurrency()
getDataBeanKeyCurrency
in interface SupportedCurrencySmartDataBean
public java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId
in interface SupportedCurrencySmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public void populate()
populate
in interface com.ibm.commerce.beans.SmartDataBean
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- The command context to set within this bean.public void setDataBeanKeyCurrency(java.lang.String aCurrency)
setDataBeanKeyCurrency
in interface SupportedCurrencyInputDataBean
aCurrency
- The currencypublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId
in interface SupportedCurrencyInputDataBean
aStoreEntityId
- The store entity IDpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
- The request property to set within this bean.