com.ibm.commerce.common.beans
Class CurrencyConversionDataBean

com.ibm.commerce.common.beans.CurrencyConversionDataBean
All Implemented Interfaces:
Delegator

public class CurrencyConversionDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
CurrencyConversionDataBean()
           
 
Method Summary
 java.lang.String getBidirectional()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getConversionFactor()
          IBM internal use only.
 java.math.BigDecimal getConversionFactorInEJBType()
          IBM internal use only.
 java.lang.String getCurrencyConversionId()
          IBM internal use only.
 java.lang.Integer getCurrencyConversionIdInEJBType()
          IBM internal use only.
 java.lang.String getDataBeanKeyCurrencyConversionId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getFromCurrency()
          IBM internal use only.
 java.lang.String getMultiplyOrDivide()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getStoreEntityId()
          IBM internal use only.
 java.lang.Integer getStoreEntityIdInEJBType()
          IBM internal use only.
 java.lang.String getToCurrency()
          IBM internal use only.
 java.lang.String getUpdatable()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setBidirectional(java.lang.String aBidirectional)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setConversionFactor(java.math.BigDecimal aConversionFactor)
          IBM internal use only.
 void setCurrencyConversionId(java.lang.Integer aCurrencyConversionId)
          IBM internal use only.
 void setDataBeanKeyCurrencyConversionId(java.lang.String aDataBeanKeyCurrencyConversionId)
          Set its primary key for fetching.
 void setFromCurrency(java.lang.String aFromCurrency)
          IBM internal use only.
 void setMultiplyOrDivide(java.lang.String aMultiplyOrDivide)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setToCurrency(java.lang.String aToCurrency)
          IBM internal use only.
 void setUpdatable(java.lang.String aUpdatable)
          IBM internal use only.
 

Constructor Detail

CurrencyConversionDataBean

public CurrencyConversionDataBean()
Method Detail

getBidirectional

public java.lang.String getBidirectional()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getConversionFactor

public java.lang.String getConversionFactor()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getConversionFactorInEJBType

public java.math.BigDecimal getConversionFactorInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencyConversionId

public java.lang.String getCurrencyConversionId()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrencyConversionIdInEJBType

public java.lang.Integer getCurrencyConversionIdInEJBType()
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.CreateException,
                                                          javax.ejb.FinderException,
                                                          javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDataBeanKeyCurrencyConversionId

public java.lang.String getDataBeanKeyCurrencyConversionId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getFromCurrency

public java.lang.String getFromCurrency()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMultiplyOrDivide

public java.lang.String getMultiplyOrDivide()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreEntityIdInEJBType

public java.lang.Integer getStoreEntityIdInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getToCurrency

public java.lang.String getToCurrency()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUpdatable

public java.lang.String getUpdatable()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setBidirectional

public void setBidirectional(java.lang.String aBidirectional)

IBM internal use only.

Parameters:
aBidirectional - java.lang.String
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setConversionFactor

public void setConversionFactor(java.math.BigDecimal aConversionFactor)

IBM internal use only.

Parameters:
aConversionFactor - java.math.BigDecimal
Returns:
void

setCurrencyConversionId

public void setCurrencyConversionId(java.lang.Integer aCurrencyConversionId)

IBM internal use only.

Parameters:
aCurrencyConversionId - java.lang.Integer
Returns:
void

setDataBeanKeyCurrencyConversionId

public void setDataBeanKeyCurrencyConversionId(java.lang.String aDataBeanKeyCurrencyConversionId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyCurrencyConversionId - java.lang.String
Returns:
void

setFromCurrency

public void setFromCurrency(java.lang.String aFromCurrency)

IBM internal use only.

Parameters:
aFromCurrency - java.lang.String
Returns:
void

setMultiplyOrDivide

public void setMultiplyOrDivide(java.lang.String aMultiplyOrDivide)

IBM internal use only.

Parameters:
aMultiplyOrDivide - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setToCurrency

public void setToCurrency(java.lang.String aToCurrency)

IBM internal use only.

Parameters:
aToCurrency - java.lang.String
Returns:
void

setUpdatable

public void setUpdatable(java.lang.String aUpdatable)

IBM internal use only.

Parameters:
aUpdatable - java.lang.String
Returns:
void