java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderAdjustmentTaxExemptAccessBean
Each row of this table indicates that an OrderAdjustment is exempt from taxation of a particular TaxCategory. For example, an &quo
Constructor Summary | |
---|---|
OrderAdjustmentTaxExemptAccessBean() constructor | |
OrderAdjustmentTaxExemptAccessBean(javax.ejb.EJBObject o) constructor | |
OrderAdjustmentTaxExemptAccessBean(java.lang.Long arg0,
java.lang.Integer arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByOrderAdjustmentIds(java.lang.Long[] arg0) |
java.lang.String |
getOrderAdjustmentId() This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderAdjustmentIdInEJBType() This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTaxCategoryId() This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getTaxCategoryIdInEJBType() This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_orderAdjustmentId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_taxCategoryId(java.lang.String newValue) Set the primary key for this object |
void |
setOrderAdjustmentId(java.lang.Long newValue) This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderAdjustmentId(java.lang.String newValue) This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setTaxCategoryId(java.lang.Integer newValue) This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
void |
setTaxCategoryId(java.lang.String newValue) This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderAdjustmentTaxExemptAccessBean()
public OrderAdjustmentTaxExemptAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderAdjustmentTaxExemptAccessBean(java.lang.Long arg0, java.lang.Integer arg1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public void setInitKey_orderAdjustmentId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_taxCategoryId(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 getTaxCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
getTaxCategoryId
in interface
OrderAdjustmentTaxExemptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getTaxCategoryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxCategoryId(java.lang.String newValue)
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
setTaxCategoryId
in interface
OrderAdjustmentTaxExemptAccessBeanData
newValue
- Stringpublic void setTaxCategoryId(java.lang.Integer newValue)
This method provides access to the ORDADJTXEX.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxCategory.
newValue
- java.lang.Integerpublic java.lang.String getOrderAdjustmentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment.
getOrderAdjustmentId
in interface
OrderAdjustmentTaxExemptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderAdjustmentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderAdjustmentId(java.lang.String newValue)
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment.
setOrderAdjustmentId
in interface
OrderAdjustmentTaxExemptAccessBeanData
newValue
- Stringpublic void setOrderAdjustmentId(java.lang.Long newValue)
This method provides access to the ORDADJTXEX.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The OrderAdjustment.
newValue
- java.lang.Longpublic java.util.Enumeration findByOrderAdjustmentIds(java.lang.Long[] arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException