java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.ListPriceAccessBean
Each row of this table represents a ListPrice in a particular currency for a CatalogEntry. This table is &l
Constructor Summary | |
---|---|
ListPriceAccessBean() constructor | |
ListPriceAccessBean(javax.ejb.EJBObject o) constructor | |
ListPriceAccessBean(java.lang.Long arg0, java.lang.String arg1,
java.math.BigDecimal arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatalogEntry(java.lang.Long arg0) Finds the list price with the catalog entry ID. |
java.lang.String |
getCurrency() This method provides access to the LISTPRICE.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
java.lang.String |
getListPrice() This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL. |
java.math.BigDecimal |
getListPriceInEJBType() This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL. |
java.lang.String |
getOid() This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64). |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_catalogEntryReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_currency(java.lang.String newValue) Set the primary key for this object |
void |
setListPrice(java.math.BigDecimal newValue) This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL. |
void |
setListPrice(java.lang.String newValue) This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL. |
void |
setOid(java.lang.String newValue) This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ListPriceAccessBean()
public ListPriceAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ListPriceAccessBean(java.lang.Long arg0, java.lang.String arg1, java.math.BigDecimal arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Stringarg2
- java.math.BigDecimaljavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public java.util.Enumeration findByCatalogEntry(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the list price with the catalog entry ID.
SQL:
SELECT CATENTRY_ID, CURRENCY, LISTPRICE, OID FROM LISTPRICE WHERE catentry_id
= catentryId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_currency(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getListPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The amount of the ListPrice.
getListPrice
in interface
ListPriceAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getListPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The amount of the ListPrice.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setListPrice(java.lang.String newValue)
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The amount of the ListPrice.
setListPrice
in interface
ListPriceAccessBeanData
newValue
- Stringpublic void setListPrice(java.math.BigDecimal newValue)
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The amount of the ListPrice.
newValue
- java.math.BigDecimalpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LISTPRICE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The Currency of the ListPrice. This is a currency code as per ISO 4217 standards.
getCurrency
in interface
ListPriceAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getOid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface
ListPriceAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOid(java.lang.String newValue)
This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface
ListPriceAccessBeanData
newValue
- java.lang.String