|
||||||||
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.fulfillment.objects.JurisdictionAccessBean
This bean provides access to the JURST table.
The following is a description of this table:
Each row of this table defines an instance of a particular subclass of jurisdiction. A jurisdiction contains information that can be matched with an address.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
JurisdictionAccessBean()
Default constructor. |
|
JurisdictionAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByStoreentId(java.lang.Integer aStoreEntityId)
Retrieves the JurisdictionAccessBeans of the specified StoreEntity. |
java.util.Enumeration |
findByStoreEntitySubclassZipCodeCityStateAndCountry(java.lang.Integer aStoreEntityId,
java.lang.Integer aSubclass,
java.lang.String aZipCode,
java.lang.String aCity,
java.lang.String aState,
java.lang.String aCountry)
Retrieves the JurisdictionAccessBeans of a StoreEntity and a subclass that match the specified zip code, city, state, and country The SQL query used to fetch all the required rows from the JURST table is: SELECT * FROM JURST T1 WHERE (T1.STOREENT_ID = ?) AND (T1.SUBCLASS = ?) AND (T1.ZIPCODESTART <= ? or T1.ZIPCODESTART IS NULL) AND (T1.ZIPCODEEND >= ? OR T1.ZIPCODEEND IS NULL) AND (T1.CITY = ? OR T1.CITY is null) AND (T1.STATE = ? OR T1.STATE is null) AND (T1.COUNTRY = ? OR T1.COUNTRY IS NULL) |
java.util.Enumeration |
findByStoreSubclassGeoCodeZipCodeCityStateAndCountry(java.lang.Integer aStoreId,
java.lang.Integer aSubclass,
java.lang.String aGeoCode,
java.lang.String aZipCode,
java.lang.String aCity,
java.lang.String aState,
java.lang.String aCountry)
Retrieves the JurisdictionAccessBeans of a Store and a subclass that match the specified GEO code, zip code, city, state, and country The SQL query used to fetch all the required rows from the JURST table is: SELECT * FROM JURST T1 WHERE (T1.STOREENT_ID = ? OR T1.STOREENT_ID = (SELECT STORE.STOREGRP_ID FROM STORE WHERE STORE.STORE_ID = ?)) AND (T1.SUBCLASS = ?) AND (T1.GEOCODE = ? or T1.GEOCODE IS NULL) AND (T1.ZIPCODESTART <= ? or T1.ZIPCODESTART IS NULL) AND (T1.ZIPCODEEND >= ? OR T1.ZIPCODEEND IS NULL) AND (T1.CITY = ? OR T1.CITY is null) AND (T1.STATE = ? OR T1.STATE is null) AND (T1.COUNTRY = ? OR T1.COUNTRY IS NULL) |
java.util.Enumeration |
findByZipCodeCityStateAndCountry(java.lang.String aZipCode,
java.lang.String aCity,
java.lang.String aState,
java.lang.String aCountry)
Retrieves the JurisdictionAccessBeans that match the specified zip code, city, state, and country. The SQL query used to fetch all the required rows from the JURST table is: SELECT * FROM JURST T1 WHERE (T1.ZIPCODESTART <= ? OR T1.ZIPCODESTART IS NULL) AND (T1.ZIPCODEEND >= ? OR T1.ZIPCODEEND IS NULL) AND (T1.CITY = ? OR T1.CITY is null) AND (T1.STATE = ? OR T1.STATE is null) AND (T1.COUNTRY = ? OR T1.COUNTRY IS NULL) |
java.lang.String |
getCity()
This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCode()
This method provides access to the JURST.CODE column of DB2 type CHAR(30) NOT NULL. |
java.lang.String |
getCountry()
This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCountryAbbreviation()
This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL. |
java.lang.String |
getCounty()
This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL. |
java.lang.String |
getDescription()
This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDistrict()
This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL. |
java.lang.String |
getGeoCode()
This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getJurisdictionId()
This method provides access to the JURST.JURST_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getJurisdictionIdInEJBType()
This method provides access to the JURST.JURST_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getState()
This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getStateAbbreviation()
This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getSubclass()
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSubclassInEJBType()
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getZipcodeEnd()
This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL. |
java.lang.String |
getZipcodeStart()
This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCity(java.lang.String aCity)
This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the JURST.CODE column of DB2 type CHAR(30) NOT NULL. |
void |
setCountry(java.lang.String aCountry)
This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL. |
void |
setCountryAbbreviation(java.lang.String aCountryAbbreviation)
This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL. |
void |
setCounty(java.lang.String aCounty)
This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDistrict(java.lang.String aDistrict)
This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL. |
void |
setGeoCode(java.lang.String aGeoCode)
This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_jurisdictionId(java.lang.String aInitKey_jurisdictionId)
Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setState(java.lang.String aState)
This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL. |
void |
setStateAbbreviation(java.lang.String aStateAbbreviation)
This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.String aSubclass)
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
setZipcodeEnd(java.lang.String aZipcodeEnd)
This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL. |
void |
setZipcodeStart(java.lang.String aZipcodeStart)
This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) 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 JurisdictionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public JurisdictionAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.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 findByStoreentId(java.lang.Integer aStoreEntityId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the JurisdictionAccessBeans of the specified StoreEntity.
The SQL query used to fetch all the required rows from the
JURST table is:
SELECT * FROM JURST T1 WHERE
T1.STOREENT_ID = ?
aStoreEntityId
- the StoreEntity IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreEntitySubclassZipCodeCityStateAndCountry(java.lang.Integer aStoreEntityId, java.lang.Integer aSubclass, java.lang.String aZipCode, java.lang.String aCity, java.lang.String aState, java.lang.String aCountry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the JurisdictionAccessBeans of a StoreEntity and a subclass that match the specified zip code, city, state, and country
The SQL query used to fetch all the required rows from the
JURST table is:
SELECT * FROM JURST T1 WHERE
(T1.STOREENT_ID = ?) AND (T1.SUBCLASS = ?)
AND (T1.ZIPCODESTART <= ? or T1.ZIPCODESTART IS NULL) AND (T1.ZIPCODEEND >= ? OR T1.ZIPCODEEND IS NULL)
AND (T1.CITY = ? OR T1.CITY is null) AND (T1.STATE = ? OR T1.STATE is null) AND (T1.COUNTRY = ? OR T1.COUNTRY IS NULL)
aStoreEntityId
- the StoreEntity IDaSubclass
- the subclassaZipCode
- the zip codeaCity
- the cityastate
- the stateaCountry
- the countryjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreSubclassGeoCodeZipCodeCityStateAndCountry(java.lang.Integer aStoreId, java.lang.Integer aSubclass, java.lang.String aGeoCode, java.lang.String aZipCode, java.lang.String aCity, java.lang.String aState, java.lang.String aCountry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the JurisdictionAccessBeans of a Store and a subclass that match the specified GEO code, zip code, city, state, and country
The SQL query used to fetch all the required rows from the
JURST table is:
SELECT * FROM JURST T1 WHERE
(T1.STOREENT_ID = ? OR T1.STOREENT_ID = (SELECT STORE.STOREGRP_ID FROM STORE WHERE STORE.STORE_ID = ?)) AND (T1.SUBCLASS = ?)
AND (T1.GEOCODE = ? or T1.GEOCODE IS NULL)
AND (T1.ZIPCODESTART <= ? or T1.ZIPCODESTART IS NULL) AND (T1.ZIPCODEEND >= ? OR T1.ZIPCODEEND IS NULL)
AND (T1.CITY = ? OR T1.CITY is null) AND (T1.STATE = ? OR T1.STATE is null) AND (T1.COUNTRY = ? OR T1.COUNTRY IS NULL)
aStoreId
- the Store IDaSubclass
- the subclassaGeoCode
- the GEO codeaZipCode
- the zip codeaCity
- the cityaState
- the stateaCountry
- the countryjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByZipCodeCityStateAndCountry(java.lang.String aZipCode, java.lang.String aCity, java.lang.String aState, java.lang.String aCountry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the JurisdictionAccessBeans that match the specified zip code, city, state, and country.
The SQL query used to fetch all the required rows from the
JURST table is:
SELECT * FROM JURST T1 WHERE
(T1.ZIPCODESTART <= ? OR T1.ZIPCODESTART IS NULL) AND (T1.ZIPCODEEND >= ? OR T1.ZIPCODEEND IS NULL)
AND (T1.CITY = ? OR T1.CITY is null) AND (T1.STATE = ? OR T1.STATE is null) AND (T1.COUNTRY = ? OR T1.COUNTRY IS NULL)
aZipCode
- the zip codeaCity
- the cityaState
- the stateaCountry
- the countryjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The city or an equivalent. Its definition should always match the one in the ADDRESS table.
getCity
in interface JurisdictionAccessBeanData
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 getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.CODE column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
A code which, together with its StoreEntity and SubClass, uniquely identifies this jurisdiction.
getCode
in interface JurisdictionAccessBeanData
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 getCountry() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The country or region. Its definition should always match the one in the ADDRESS table.
getCountry
in interface JurisdictionAccessBeanData
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 getCountryAbbreviation() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL.
The following is a description of this column:
An optional abbreviation code for the country or region (as specified in the COUNTRY column). It supports the use of normal form or short form in the ADDRESS table.
getCountryAbbreviation
in interface JurisdictionAccessBeanData
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 getCounty() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL.
The following is a description of this column:
The county or an equivalent.
getCounty
in interface JurisdictionAccessBeanData
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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the jurisdiction, suitable for display by a user interface that manages jurisdiction definitions.
getDescription
in interface JurisdictionAccessBeanData
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 getDistrict() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL.
The following is a description of this column:
The district or an equivalent.
getDistrict
in interface JurisdictionAccessBeanData
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 getGeoCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.
getGeoCode
in interface JurisdictionAccessBeanData
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 getJurisdictionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
getJurisdictionId
in interface JurisdictionAccessBeanData
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 getJurisdictionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique 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 java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getMarkForDelete
in interface JurisdictionAccessBeanData
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 JURST.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 getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The state, province, or an equivalent. Its definition should always match the one in the ADDRESS table.
getState
in interface JurisdictionAccessBeanData
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 getStateAbbreviation() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL.
The following is a description of this column:
An optional abbreviation code for the state or province (as specified in the STATE column). It supports the use of normal form or short form in the ADDRESS table.
getStateAbbreviation
in interface JurisdictionAccessBeanData
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 JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this jurisdiction definition.
getStoreEntityId
in interface JurisdictionAccessBeanData
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 JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this jurisdiction definition.
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 getSubclass() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the jurisdiction subclass as follows:
1 = ShippingJurisdiction.
2 = TaxJurisdiction.
getSubclass
in interface JurisdictionAccessBeanData
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 getSubclassInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the jurisdiction subclass as follows:
1 = ShippingJurisdiction.
2 = TaxJurisdiction.
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 getZipcodeEnd() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL.
The following is a description of this column:
The ending ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.
getZipcodeEnd
in interface JurisdictionAccessBeanData
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 getZipcodeStart() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL.
The following is a description of this column:
The starting ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.
getZipcodeStart
in interface JurisdictionAccessBeanData
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 setCity(java.lang.String aCity)
This method provides access to the JURST.CITY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The city or an equivalent. Its definition should always match the one in the ADDRESS table.
setCity
in interface JurisdictionAccessBeanData
aCity
- java.lang.Stringpublic void setCode(java.lang.String aCode)
This method provides access to the JURST.CODE column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
A code which, together with its StoreEntity and SubClass, uniquely identifies this jurisdiction.
setCode
in interface JurisdictionAccessBeanData
aCode
- java.lang.Stringpublic void setCountry(java.lang.String aCountry)
This method provides access to the JURST.COUNTRY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The country or region. Its definition should always match the one in the ADDRESS table.
setCountry
in interface JurisdictionAccessBeanData
aCountry
- java.lang.Stringpublic void setCountryAbbreviation(java.lang.String aCountryAbbreviation)
This method provides access to the JURST.COUNTRYABBR column of DB2 type VARCHAR(10) NULL.
The following is a description of this column:
An optional abbreviation code for the country or region (as specified in the COUNTRY column). It supports the use of normal form or short form in the ADDRESS table.
setCountryAbbreviation
in interface JurisdictionAccessBeanData
aCountryAbbreviation
- java.lang.Stringpublic void setCounty(java.lang.String aCounty)
This method provides access to the JURST.COUNTY column of DB2 type VARCHAR(30) NULL.
The following is a description of this column:
The county or an equivalent.
setCounty
in interface JurisdictionAccessBeanData
aCounty
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the JURST.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the jurisdiction, suitable for display by a user interface that manages jurisdiction definitions.
setDescription
in interface JurisdictionAccessBeanData
aDescription
- java.lang.Stringpublic void setDistrict(java.lang.String aDistrict)
This method provides access to the JURST.DISTRICT column of DB2 type VARCHAR(30) NULL.
The following is a description of this column:
The district or an equivalent.
setDistrict
in interface JurisdictionAccessBeanData
aDistrict
- java.lang.Stringpublic void setGeoCode(java.lang.String aGeoCode)
This method provides access to the JURST.GEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A tax code based on geographical region. This column is used to support Taxware integration. Its definition should always match the one in the ADDRESS table.
setGeoCode
in interface JurisdictionAccessBeanData
aGeoCode
- java.lang.Stringpublic void setInitKey_jurisdictionId(java.lang.String aInitKey_jurisdictionId)
Set the primary key for this object
aInitKey_jurisdictionId
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the JURST.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 JURST.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setMarkForDelete
in interface JurisdictionAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setState(java.lang.String aState)
This method provides access to the JURST.STATE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The state, province, or an equivalent. Its definition should always match the one in the ADDRESS table.
setState
in interface JurisdictionAccessBeanData
aState
- java.lang.Stringpublic void setStateAbbreviation(java.lang.String aStateAbbreviation)
This method provides access to the JURST.STATEABBR column of DB2 type VARCHAR(10) NULL.
The following is a description of this column:
An optional abbreviation code for the state or province (as specified in the STATE column). It supports the use of normal form or short form in the ADDRESS table.
setStateAbbreviation
in interface JurisdictionAccessBeanData
aStateAbbreviation
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this jurisdiction definition.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the JURST.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this jurisdiction definition.
setStoreEntityId
in interface JurisdictionAccessBeanData
aStoreEntityId
- java.lang.Stringpublic void setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the jurisdiction subclass as follows:
1 = ShippingJurisdiction.
2 = TaxJurisdiction.
aSubclass
- java.lang.Integerpublic void setSubclass(java.lang.String aSubclass)
This method provides access to the JURST.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the jurisdiction subclass as follows:
1 = ShippingJurisdiction.
2 = TaxJurisdiction.
setSubclass
in interface JurisdictionAccessBeanData
aSubclass
- java.lang.Stringpublic void setZipcodeEnd(java.lang.String aZipcodeEnd)
This method provides access to the JURST.ZIPCODEEND column of DB2 type VARCHAR(40) NULL.
The following is a description of this column:
The ending ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.
setZipcodeEnd
in interface JurisdictionAccessBeanData
aZipcodeEnd
- java.lang.Stringpublic void setZipcodeStart(java.lang.String aZipcodeStart)
This method provides access to the JURST.ZIPCODESTART column of DB2 type VARCHAR(40) NULL.
The following is a description of this column:
The starting ZIP or postal code of a range of codes. Its definition should always match the one in the ADDRESS table.
setZipcodeStart
in interface JurisdictionAccessBeanData
aZipcodeStart
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |