com.ibm.commerce.common.beans
Class SupportedCurrencyDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.common.objects.SupportedCurrencyAccessBean
-
- com.ibm.commerce.common.beansrc.SupportedCurrencyDataBeanBase
-
- com.ibm.commerce.common.beans.SupportedCurrencyDataBean
-
- All Implemented Interfaces:
- com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, SupportedCurrencyInputDataBean, SupportedCurrencySmartDataBean, com.ibm.commerce.security.Delegator, java.io.Serializable
public class SupportedCurrencyDataBean extends SupportedCurrencyDataBeanBase implements SupportedCurrencyInputDataBean, SupportedCurrencySmartDataBean
Gets the supported currency data from the database.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright statement
-
Constructor Summary
Constructors Constructor and Description SupportedCurrencyDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 currencyjava.lang.String
getDataBeanKeyStoreEntityId()
Gets the store entity IDcom.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 currencyvoid
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
Sets the store entity IDvoid
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.common.beansrc.SupportedCurrencyDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.common.objects.SupportedCurrencyAccessBean
findAll, getCurrency, getEntity, getStoreEntityId, instantiateEntity, setInitKey_currency, setInitKey_storeEntityId, setInitKey_storeEntityId
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Copyright statement- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandContext
public com.ibm.commerce.command.CommandContext getCommandContext()
Gets the command context set within this bean.- Specified by:
getCommandContext
in interfacecom.ibm.commerce.beans.SmartDataBean
- Returns:
- The command context set within this bean.
-
getDataBeanKeyCurrency
public java.lang.String getDataBeanKeyCurrency()
Gets the currency- Specified by:
getDataBeanKeyCurrency
in interfaceSupportedCurrencySmartDataBean
- Returns:
- The currency
-
getDataBeanKeyStoreEntityId
public java.lang.String getDataBeanKeyStoreEntityId()
Gets the store entity ID- Specified by:
getDataBeanKeyStoreEntityId
in interfaceSupportedCurrencySmartDataBean
- Returns:
- The store entity ID
-
getRequestProperties
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
Gets the request property set within this bean.- Specified by:
getRequestProperties
in interfacecom.ibm.commerce.beans.InputDataBean
- Returns:
- The request property set within this bean.
-
populate
public void populate()
Retrieves data from the database.- Specified by:
populate
in interfacecom.ibm.commerce.beans.SmartDataBean
- Throws:
java.lang.Exception
- The java.lang.Exception exception
-
setCommandContext
public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.- Specified by:
setCommandContext
in interfacecom.ibm.commerce.beans.SmartDataBean
- Parameters:
aCommandContext
- The command context to set within this bean.
-
setDataBeanKeyCurrency
public void setDataBeanKeyCurrency(java.lang.String aCurrency)
Sets the currency- Specified by:
setDataBeanKeyCurrency
in interfaceSupportedCurrencyInputDataBean
- Parameters:
aCurrency
- The currency
-
setDataBeanKeyStoreEntityId
public void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
Sets the store entity ID- Specified by:
setDataBeanKeyStoreEntityId
in interfaceSupportedCurrencyInputDataBean
- Parameters:
aStoreEntityId
- The store entity ID
-
setRequestProperties
public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.- Specified by:
setRequestProperties
in interfacecom.ibm.commerce.beans.InputDataBean
- Parameters:
aRequestProperty
- The request property to set within this bean.
-
-