java.lang.Object | +--com.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.
Constructor Summary | |
---|---|
CalculationCodeTaxExemptAccessBean() constructor | |
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 arg0) 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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByCalculationCode(java.lang.Integer arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_nCalculationCodeId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_strTaxCategoryId(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 getCalculationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getCalculationCodeId
in interface
CalculationCodeTaxExemptAccessBeanData
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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCalculationCodeId(java.lang.String newValue)
setCalculationCodeId
in interface
CalculationCodeTaxExemptAccessBeanData
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
getTaxCategoryId
in interface
CalculationCodeTaxExemptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxCategoryId(java.lang.String newValue)
setTaxCategoryId
in interface
CalculationCodeTaxExemptAccessBeanData