|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.fulfillment.objects.CalculationRangeLookupResultAccessBean
This bean provides access to the CALRLOOKUP table.
The following is a description of this table:
Each row in this table represents a CalculationRangeLookupResult, which is part of a CalculationRange.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CalculationRangeLookupResultAccessBean()
Default constructor. |
|
CalculationRangeLookupResultAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
CalculationRangeLookupResultAccessBean(java.lang.Integer aCalculationRangeId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByRange(java.lang.Integer aCalculationRangeId)
Retrieves the CalculationRangeLookupResultAccessBeans of the specified CalculationRange. |
java.util.Enumeration |
findByRangeAndCurrency(java.lang.Integer aCalculationRangeId,
java.lang.String aCurrency)
Retrieves the CalculationRangeLookupResultAccessBeans that match the specified CalculationRange and currency. |
java.util.Enumeration |
findPercentageLookupResultsByRange(java.lang.Integer aCalculationRangeId)
Retrieves the CalculationRangeLookupResultAccessBeans of the specified CalculationRange, with no currency specified. |
java.lang.String |
getCalculationRangeId()
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationRangeIdInEJBType()
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCalculationRangeLookupResultId()
This method provides access to the CALRLOOKUP.CALRLOOKUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCalculationRangeLookupResultIdInEJBType()
This method provides access to the CALRLOOKUP.CALRLOOKUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.String |
getValue()
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getValueInEJBType()
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCalculationRangeId(java.lang.Integer aCalculationRangeId)
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationRangeId(java.lang.String aCalculationRangeId)
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setInitKey_calculationRangeLookupResultId(java.lang.String aInitKey_calculationRangeLookupResultId)
Set the primary key for this object |
void |
setValue(java.math.BigDecimal aValue)
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setValue(java.lang.String aValue)
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalculationRangeLookupResultAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CalculationRangeLookupResultAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CalculationRangeLookupResultAccessBean(java.lang.Integer aCalculationRangeId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
aCalculationRangeId
- the CalculationRange IDjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRange(java.lang.Integer aCalculationRangeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRangeLookupResultAccessBeans of the specified CalculationRange.
The SQL query used to fetch all the required rows from the
CALRLOOKUP table is:
SELECT * FROM CALRLOOKUP T1 WHERE
T1.CALRANGE_ID = ?
aCalculationRangeId
- the CalculationRange IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRangeAndCurrency(java.lang.Integer aCalculationRangeId, java.lang.String aCurrency) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRangeLookupResultAccessBeans that match the specified CalculationRange and currency.
The SQL query used to fetch all the required rows from the
CALRLOOKUP table is:
SELECT * FROM CALRLOOKUP T1 WHERE
T1.CALRANGE_ID = ? AND T1.SETCCURR = ?
aCalculationRangeId
- the CalculationRange IDaCurrency
- the currencyjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findPercentageLookupResultsByRange(java.lang.Integer aCalculationRangeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRangeLookupResultAccessBeans of the specified CalculationRange, with no currency specified. Reserved for IBM internal use.
The SQL query used to fetch all the required rows from the
CALRLOOKUP table is:
SELECT * FROM CALRLOOKUP T1 WHERE
T1.CALRANGE_ID = ? AND T1.SETCCURR IS NULL
aCalculationRangeId
- the CalculationRange IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCalculationRangeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRange of which this CalculationRangeLookupResult is a part.
getCalculationRangeId
in interface CalculationRangeLookupResultAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getCalculationRangeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRange of which this CalculationRangeLookupResult is a part.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCalculationRangeLookupResultId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.CALRLOOKUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
getCalculationRangeLookupResultId
in interface CalculationRangeLookupResultAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getCalculationRangeLookupResultIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.CALRLOOKUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique identifier.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
If specified, this is the currency of the monetary amount in the VALUE column. This is a currency code as per ISO 4217 standards.
getCurrency
in interface CalculationRangeLookupResultAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getValue() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The value of the CalculationRangeLookupResult, used by the CalculationRangeMethod of the CalculationRange to determine a monetary result.
getValue
in interface CalculationRangeLookupResultAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getValueInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The value of the CalculationRangeLookupResult, used by the CalculationRangeMethod of the CalculationRange to determine a monetary result.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCalculationRangeId(java.lang.Integer aCalculationRangeId)
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRange of which this CalculationRangeLookupResult is a part.
aCalculationRangeId
- java.lang.Integerpublic void setCalculationRangeId(java.lang.String aCalculationRangeId)
This method provides access to the CALRLOOKUP.CALRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRange of which this CalculationRangeLookupResult is a part.
setCalculationRangeId
in interface CalculationRangeLookupResultAccessBeanData
aCalculationRangeId
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the CALRLOOKUP.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
If specified, this is the currency of the monetary amount in the VALUE column. This is a currency code as per ISO 4217 standards.
setCurrency
in interface CalculationRangeLookupResultAccessBeanData
aCurrency
- java.lang.Stringpublic void setInitKey_calculationRangeLookupResultId(java.lang.String aInitKey_calculationRangeLookupResultId)
Set the primary key for this object
aInitKey_calculationRangeLookupResultId
- java.lang.Stringpublic void setValue(java.math.BigDecimal aValue)
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The value of the CalculationRangeLookupResult, used by the CalculationRangeMethod of the CalculationRange to determine a monetary result.
aValue
- java.math.BigDecimalpublic void setValue(java.lang.String aValue)
This method provides access to the CALRLOOKUP.VALUE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The value of the CalculationRangeLookupResult, used by the CalculationRangeMethod of the CalculationRange to determine a monetary result.
setValue
in interface CalculationRangeLookupResultAccessBeanData
aValue
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |