|
||||||||
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.TaxCategoryAccessBean
This bean provides access to the TAXCGRY table.
The following is a description of this table:
Each row in this table represents a TaxCategory.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
TaxCategoryAccessBean()
Default constructor. |
|
TaxCategoryAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
TaxCategoryAccessBean(java.lang.Integer aTaxTypeId,
java.lang.Integer aStoreEntityId)
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 |
findAllDisplayed()
Retrieves all the tax categories which can be displayed. |
java.util.Enumeration |
findByStore(java.lang.Integer storeId)
Retrieves all the tax categories for the indicated store. |
java.util.Enumeration |
findByStoreAndTaxType(java.lang.Integer storeId,
java.lang.Integer taxTypeId)
Retrieves all the tax categories for the indicated store and tax type. |
java.util.Enumeration |
findByStoreAndTaxTypeWithDisplayTaxUsage(java.lang.Integer storeId,
java.lang.Integer taxTypeId)
Retrieves all the tax categories for the indicated store and tax type for display. |
java.util.Enumeration |
findByStoreWithDisplayTaxUsage(java.lang.Integer storeId)
Retrieves all the tax categories that the Store supports for display. |
java.lang.String |
getCalculationSequence()
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getCalculationSequenceInEJBType()
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getCategoryId()
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCategoryIdInEJBType()
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
TaxCategoryDescriptionAccessBean |
getDescription(java.lang.Integer aDescription,
java.lang.Integer aDescription)
This method retrieves the tax category description. |
java.lang.String |
getDisplaySequence()
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getDisplaySequenceInEJBType()
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getDisplayUsage()
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getDisplayUsageInEJBType()
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getField1()
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField1InEJBType()
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField2()
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2InEJBType()
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the TAXCGRY.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the TAXCGRY.NAME column of DB2 type CHAR(15) NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTypeId()
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getTypeIdInEJBType()
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCalculationSequence(java.lang.Double aCalculationSequence)
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL. |
void |
setCalculationSequence(java.lang.String aCalculationSequence)
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL. |
void |
setCategoryId(java.lang.Integer aCategoryId)
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
void |
setCategoryId(java.lang.String aCategoryId)
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL. |
void |
setDisplaySequence(java.lang.Double aDisplaySequence)
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL. |
void |
setDisplaySequence(java.lang.String aDisplaySequence)
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL. |
void |
setDisplayUsage(java.lang.Integer aDisplayUsage)
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL. |
void |
setDisplayUsage(java.lang.String aDisplayUsage)
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.math.BigDecimal aField1)
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the TAXCGRY.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_nCategoryId(java.lang.String aInitKey_nCategoryId)
Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the TAXCGRY.NAME column of DB2 type CHAR(15) NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTypeId(java.lang.Integer aTypeId)
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setTypeId(java.lang.String aTypeId)
This method provides access to the TAXCGRY.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 TaxCategoryAccessBean()
Default constructor. Maps to findByPrimaryKey.
public TaxCategoryAccessBean(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 exceptionpublic TaxCategoryAccessBean(java.lang.Integer aTaxTypeId, java.lang.Integer aStoreEntityId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aTaxTypeId
- The TaxType ID of this Tax category.aStoreEntityId
- The ID of the Store Entity to which this Tax category belongs.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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 findAllDisplayed() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax categories which can be displayed.
The SQL query used to fetch all the required rows from the TAXCGRY table is:
SELECT * FROM TAXCGRY T1 WHERE T1.DISPLAYUSAGE = 1
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStore(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax categories for the indicated store.
The SQL query used to fetch all the required rows from the TAXCGRY table is:
SELECT * FROM TAXCGRY T1 WHERE T1.STOREENT_ID = ?
storeId
- The ID of the storejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndTaxType(java.lang.Integer storeId, java.lang.Integer taxTypeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax categories for the indicated store and tax type.
The SQL query used to fetch all the required rows from the TAXCGRY table is:
SELECT * FROM TAXCGRY T1 WHERE (T1.STOREENT_ID = ? or T1.STOREENT_ID = (select STORE.STOREGRP_ID from STORE where STORE.STORE_ID = ?)) and T1.TAXTYPE_ID = ?
storeId
- The ID of the storetaxTypeId
- The ID of the tax typejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndTaxTypeWithDisplayTaxUsage(java.lang.Integer storeId, java.lang.Integer taxTypeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax categories for the indicated store and tax type for display.
The SQL query used to fetch all the required rows from the TAXCGRY table is:
SELECT * FROM TAXCGRY T1 WHERE T1.STOREENT_ID = ? and T1.TAXTYPE_ID = ? and T1.DISPLAYUSAGE = 1
storeId
- The ID of the storetaxTypeId
- The ID of the tax typejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreWithDisplayTaxUsage(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the tax categories that the Store supports for display.
The SQL query used to fetch all the required rows from the TAXCGRY table is:
SELECT * FROM TAXCGRY T1 WHERE T1.STOREENT_ID = ? and T1.DISPLAYUSAGE = 1
storeId
- The ID of the storejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCalculationSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Tax amounts are calculated in ascending order of CALCULATIONSEQ.
getCalculationSequence
in interface TaxCategoryAccessBeanData
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 getCalculationSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Tax amounts are calculated in ascending order of CALCULATIONSEQ.
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 getCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated primary key.
getCategoryId
in interface TaxCategoryAccessBeanData
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 getCategoryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated primary key.
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 TaxCategoryDescriptionAccessBean getDescription(java.lang.Integer aDescription, java.lang.Integer aDescription) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method retrieves the tax category description.
aDescription
- java.lang.IntegeraDescription
- java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getDisplaySequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A user interface can use this field to control the sequence of tax amounts displayed for an Order.
getDisplaySequence
in interface TaxCategoryAccessBeanData
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 getDisplaySequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A user interface can use this field to control the sequence of tax amounts displayed for an Order.
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 getDisplayUsage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Specifies that this tax category in relation to the PriceDataBean as follows:
0 = is not calculated
1 = is calculated
The PriceDataBean can be used to obtain tax amounts that should be shown along with the product price.
getDisplayUsage
in interface TaxCategoryAccessBeanData
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 getDisplayUsageInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Specifies that this tax category in relation to the PriceDataBean as follows:
0 = is not calculated
1 = is calculated
The PriceDataBean can be used to obtain tax amounts that should be shown along with the product price.
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField1
in interface TaxCategoryAccessBeanData
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 getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField2
in interface TaxCategoryAccessBeanData
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 getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface TaxCategoryAccessBeanData
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 getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getMarkForDelete
in interface TaxCategoryAccessBeanData
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 getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
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 getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.NAME column of DB2 type CHAR(15) NULL.
The following is a description of this column:
A name that, along with the StoreEntity, uniquely identifies this TaxCategory.
getName
in interface TaxCategoryAccessBeanData
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 getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this TaxCategory is a part.
getStoreEntityId
in interface TaxCategoryAccessBeanData
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 getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this TaxCategory 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 getTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxType of this Tax category.
getTypeId
in interface TaxCategoryAccessBeanData
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 getTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxType of this Tax category.
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 setCalculationSequence(java.lang.Double aCalculationSequence)
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Tax amounts are calculated in ascending order of CALCULATIONSEQ.
aCalculationSequence
- java.lang.Doublepublic void setCalculationSequence(java.lang.String aCalculationSequence)
This method provides access to the TAXCGRY.CALCULATIONSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Tax amounts are calculated in ascending order of CALCULATIONSEQ.
setCalculationSequence
in interface TaxCategoryAccessBeanData
aCalculationSequence
- java.lang.Stringpublic void setCategoryId(java.lang.Integer aCategoryId)
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated primary key.
aCategoryId
- java.lang.Integerpublic void setCategoryId(java.lang.String aCategoryId)
This method provides access to the TAXCGRY.TAXCGRY_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated primary key.
setCategoryId
in interface TaxCategoryAccessBeanData
aCategoryId
- java.lang.Stringpublic void setDisplaySequence(java.lang.Double aDisplaySequence)
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A user interface can use this field to control the sequence of tax amounts displayed for an Order.
aDisplaySequence
- java.lang.Doublepublic void setDisplaySequence(java.lang.String aDisplaySequence)
This method provides access to the TAXCGRY.DISPLAYSEQ column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A user interface can use this field to control the sequence of tax amounts displayed for an Order.
setDisplaySequence
in interface TaxCategoryAccessBeanData
aDisplaySequence
- java.lang.Stringpublic void setDisplayUsage(java.lang.Integer aDisplayUsage)
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Specifies that this tax category in relation to the PriceDataBean as follows:
0 = is not calculated
1 = is calculated
The PriceDataBean can be used to obtain tax amounts that should be shown along with the product price.
aDisplayUsage
- java.lang.Integerpublic void setDisplayUsage(java.lang.String aDisplayUsage)
This method provides access to the TAXCGRY.DISPLAYUSAGE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Specifies that this tax category in relation to the PriceDataBean as follows:
0 = is not calculated
1 = is calculated
The PriceDataBean can be used to obtain tax amounts that should be shown along with the product price.
setDisplayUsage
in interface TaxCategoryAccessBeanData
aDisplayUsage
- java.lang.Stringpublic void setField1(java.math.BigDecimal aField1)
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField1
- java.math.BigDecimalpublic void setField1(java.lang.String aField1)
This method provides access to the TAXCGRY.FIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField1
in interface TaxCategoryAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField2
- java.math.BigDecimalpublic void setField2(java.lang.String aField2)
This method provides access to the TAXCGRY.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField2
in interface TaxCategoryAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the TAXCGRY.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface TaxCategoryAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_nCategoryId(java.lang.String aInitKey_nCategoryId)
Set the primary key for this object
aInitKey_nCategoryId
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the TAXCGRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setMarkForDelete
in interface TaxCategoryAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setName(java.lang.String aName)
This method provides access to the TAXCGRY.NAME column of DB2 type CHAR(15) NULL.
The following is a description of this column:
The TaxCategory name.
setName
in interface TaxCategoryAccessBeanData
aName
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this TaxCategory is a part.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the TAXCGRY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity of which this TaxCategory is a part.
setStoreEntityId
in interface TaxCategoryAccessBeanData
aStoreEntityId
- java.lang.Stringpublic void setTypeId(java.lang.Integer aTypeId)
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxType of this Tax category.
aTypeId
- java.lang.Integerpublic void setTypeId(java.lang.String aTypeId)
This method provides access to the TAXCGRY.TAXTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The TaxType of this Tax category.
setTypeId
in interface TaxCategoryAccessBeanData
aTypeId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |