|
||||||||
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.taxation.objects.TaxTypeAccessBean
This bean provides access to the TAXTYPE table.
The following is a description of this table:
This table represents a TaxType. For example, sales tax and shipping tax are two types of taxes.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
TaxTypeAccessBean()
Default constructor. |
|
TaxTypeAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAll()
Retrieves all the tax types. |
java.lang.String |
getSequence()
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getTaxCodeSchemeId()
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getTaxCodeSchemeIdInEJBType()
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getTaxTypeId()
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getTaxTypeIdInEJBType()
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_nTaxTypeId(java.lang.String aInitKey_nTaxTypeId)
Set the primary key for this object |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setSequence(java.lang.String aSequence)
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
void |
setTaxCodeSchemeId(java.lang.String aTaxCodeSchemeId)
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL. |
void |
setTaxTypeId(java.lang.Integer aTaxTypeId)
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setTaxTypeId(java.lang.String aTaxTypeId)
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER 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 TaxTypeAccessBean()
Default constructor. Maps to findByPrimaryKey.
public TaxTypeAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException 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 findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax types.
The SQL query used to fetch all the required rows from the TAXTYPE table is:
SELECT * FROM TAXTYPE T1 WHERE 1 = 1
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This column is deprecated and is provided for backward compatibility only. See the SEQUENCE column of the STENCALUSG table for current information.
getSequence
in interface TaxTypeAccessBeanData
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.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This column is deprecated and is provided for backward compatibility only. See the SEQUENCE column of the STENCALUSG table for current information.
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 getTaxCodeSchemeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxScheme, if any, this TaxType is part of.
getTaxCodeSchemeId
in interface TaxTypeAccessBeanData
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 getTaxCodeSchemeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxScheme, if any, this TaxType is part of.
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 getTaxTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique identifier.
getTaxTypeId
in interface TaxTypeAccessBeanData
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 getTaxTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
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 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 setInitKey_nTaxTypeId(java.lang.String aInitKey_nTaxTypeId)
Set the primary key for this object
aInitKey_nTaxTypeId
- java.lang.Stringpublic void setSequence(java.lang.Double aSequence)
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This column is deprecated and is provided for backward compatibility only. See the SEQUENCE column of the STENCALUSG table for current information.
aSequence
- java.lang.Doublepublic void setSequence(java.lang.String aSequence)
This method provides access to the TAXTYPE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This column is deprecated and is provided for backward compatibility only. See the SEQUENCE column of the STENCALUSG table for current information.
setSequence
in interface TaxTypeAccessBeanData
aSequence
- java.lang.Stringpublic void setTaxCodeSchemeId(java.lang.Integer aTaxCodeSchemeId)
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxScheme, if any, this TaxType is part of.
aTaxCodeSchemeId
- java.lang.Integerpublic void setTaxCodeSchemeId(java.lang.String aTaxCodeSchemeId)
This method provides access to the TAXTYPE.TXCDSCHEME_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The TaxScheme, if any, this TaxType is part of.
setTaxCodeSchemeId
in interface TaxTypeAccessBeanData
aTaxCodeSchemeId
- java.lang.Stringpublic void setTaxTypeId(java.lang.Integer aTaxTypeId)
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique identifier.
aTaxTypeId
- java.lang.Integerpublic void setTaxTypeId(java.lang.String aTaxTypeId)
This method provides access to the TAXTYPE.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique identifier.
setTaxTypeId
in interface TaxTypeAccessBeanData
aTaxTypeId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |