java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.taxation.objects.CalculationCodeTaxExemptAccessBean
Each row of this table indicates that monetary amounts calculated using a particular CalculationCode are exempt from taxation of a particular TaxCategory. This access bean corresponds to the database table 'CALCODTXEX'.
Constructor Summary | |
CalculationCodeTaxExemptAccessBean() Zero argument constructor used to initialize the access bean. |
|
CalculationCodeTaxExemptAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByCalculationCode(java.lang.Integer aCalculationCodeId) Retrieves all the tax categories from which calculated amounts are tax exempt when the indicated calculation code is being used. |
java.lang.String | getCalculationCodeId() This method accesses a non-CMP field |
java.lang.Integer | getCalculationCodeIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getTaxCategoryId() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCalculationCodeId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setCalculationCodeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_nCalculationCodeId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_strTaxCategoryId(java.lang.String newValue) Set the primary key for this object |
void | setTaxCategoryId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalculationCodeTaxExemptAccessBean()
public CalculationCodeTaxExemptAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.util.Enumeration findByCalculationCode(java.lang.Integer aCalculationCodeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax categories from which calculated amounts are tax exempt when the indicated calculation code is being used.
The SQL query used to fetch all the required rows from the CALCODTXEX table is:
SELECT * FROM CALCODTXEX T1 WHERE T1.CALCODE_ID = ?
public void setInitKey_nCalculationCodeId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_strTaxCategoryId(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 getCalculationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCalculationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationCodeId(java.lang.String newValue)
public void setCalculationCodeId(java.lang.Integer newValue)
public java.lang.String getTaxCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxCategoryId(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.