public class SupportedCurrencyAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements com.ibm.commerce.common.objects.SupportedCurrencyAccessBeanData
Constructor and Description |
---|
SupportedCurrencyAccessBean()
Zero argument constructor used to initialize the access bean.
|
SupportedCurrencyAccessBean(javax.ejb.EJBObject o)
constructor
|
SupportedCurrencyAccessBean(java.lang.Integer aStoreEntityId, java.lang.String aCurrency)
Creates a SupportedCurrency object with the specified store entity ID and currency code.
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
|
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll()
Retrieves all SupportedCurrencyAccessBeans
|
java.lang.String | getCurrency()
This method accesses a non-CMP field
|
java.lang.Integer | getStoreEntityId()
This method accesses a non-CMP field
|
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper()
Load data from the EJBObject.
|
void | setInitKey_currency(java.lang.String newValue)
Set the primary key for this object
|
void | setInitKey_storeEntityId(java.lang.String newValue)
Set the primary key for this object
|
public SupportedCurrencyAccessBean()
public SupportedCurrencyAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public SupportedCurrencyAccessBean(java.lang.Integer aStoreEntityId, java.lang.String aCurrency) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Creates a SupportedCurrency object with the specified store entity ID and currency code.
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all SupportedCurrencyAccessBeans
The SQL query used to fetch the requested row from the CURLIST table is:
SELECT * FROM CURLIST T1 WHERE 1 = 1
public void setInitKey_currency(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_storeEntityId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException