|
||||||||
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.JurisdictionGroupRelationshipAccessBean
This bean provides access to the JURSTGPREL table.
The following is a description of this table:
Each row of this table indicates that a jurisdiction of a particular subclass is in a jurisdiction group of that same subclass.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
JurisdictionGroupRelationshipAccessBean()
Default constructor. |
|
JurisdictionGroupRelationshipAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
JurisdictionGroupRelationshipAccessBean(java.lang.Integer aJurisdictionId,
java.lang.Integer aJurisdictionGroupId,
java.lang.Integer aSubclass)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByJurisdictionIdAndSubclass(java.lang.Integer aJurisdictionId,
java.lang.Integer aSubclass)
Retrieves the JurisdictionGroupRelationshipAccessBeans that match the specified Jurisdiction and subclass. |
java.util.Enumeration |
findByJurstGroupIdAndSubclass(java.lang.Integer aJurisdictionGroupId,
java.lang.Integer aSubclass)
Retrieves the JurisdictionGroupRelationshipAccessBeans that match the specified JurisdictionGroup and subclass. |
java.lang.String |
getJurisdictionGroupId()
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getJurisdictionGroupIdInEJBType()
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getJurisdictionId()
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getJurisdictionIdInEJBType()
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getSubclass()
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSubclassInEJBType()
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_iJurisdictionGroupId(java.lang.String aInitKey_iJurisdictionGroupId)
Set the primary key for this object |
void |
setInitKey_iJurisdictionId(java.lang.String aInitKey_iJurisdictionId)
Set the primary key for this object |
void |
setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionGroupId(java.lang.String aJurisdictionGroupId)
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionId(java.lang.Integer aJurisdictionId)
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionId(java.lang.String aJurisdictionId)
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.String aSubclass)
This method provides access to the JURSTGPREL.SUBCLASS 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 JurisdictionGroupRelationshipAccessBean()
Default constructor. Maps to findByPrimaryKey.
public JurisdictionGroupRelationshipAccessBean(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 exceptionpublic JurisdictionGroupRelationshipAccessBean(java.lang.Integer aJurisdictionId, java.lang.Integer aJurisdictionGroupId, java.lang.Integer aSubclass) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Creates an access bean with the specified attributes.
aJurisdictionId
- the Jurisdiction IDaJurisdictionGroupId
- the JurisdictionGroup IDaSubclass
- the subclassjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException 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 findByJurisdictionIdAndSubclass(java.lang.Integer aJurisdictionId, java.lang.Integer aSubclass) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the JurisdictionGroupRelationshipAccessBeans that match the specified Jurisdiction and subclass.
The SQL query used to fetch all the required rows from the
JURSTGPREL table is:
SELECT * FROM JURSTGPREL T1 WHERE
T1.JURST_ID = ? AND T1.SUBCLASS = ?
aJurisdictionId
- the Jurisdiction IDaSubclass
- the subclassjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByJurstGroupIdAndSubclass(java.lang.Integer aJurisdictionGroupId, java.lang.Integer aSubclass) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the JurisdictionGroupRelationshipAccessBeans that match the specified JurisdictionGroup and subclass.
The SQL query used to fetch all the required rows from the
JURSTGPREL table is:
SELECT * FROM JURSTGPREL T1 WHERE
T1.JURSTGROUP_ID = ? AND T1.SUBCLASS = ?
aJurisdictionGroupId
- the JurisdictionGroup IDaSubclass
- the subclassjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getJurisdictionGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The JurisdictionGroup.
getJurisdictionGroupId
in interface JurisdictionGroupRelationshipAccessBeanData
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 getJurisdictionGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The JurisdictionGroup.
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 JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Jurisdiction.
getJurisdictionId
in interface JurisdictionGroupRelationshipAccessBeanData
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 JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Jurisdiction.
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 JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
getSubclass
in interface JurisdictionGroupRelationshipAccessBeanData
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 JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
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_iJurisdictionGroupId(java.lang.String aInitKey_iJurisdictionGroupId)
Set the primary key for this object
aInitKey_iJurisdictionGroupId
- java.lang.Stringpublic void setInitKey_iJurisdictionId(java.lang.String aInitKey_iJurisdictionId)
Set the primary key for this object
aInitKey_iJurisdictionId
- java.lang.Stringpublic void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The JurisdictionGroup.
aJurisdictionGroupId
- java.lang.Integerpublic void setJurisdictionGroupId(java.lang.String aJurisdictionGroupId)
This method provides access to the JURSTGPREL.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The JurisdictionGroup.
setJurisdictionGroupId
in interface JurisdictionGroupRelationshipAccessBeanData
aJurisdictionGroupId
- java.lang.Stringpublic void setJurisdictionId(java.lang.Integer aJurisdictionId)
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Jurisdiction.
aJurisdictionId
- java.lang.Integerpublic void setJurisdictionId(java.lang.String aJurisdictionId)
This method provides access to the JURSTGPREL.JURST_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Jurisdiction.
setJurisdictionId
in interface JurisdictionGroupRelationshipAccessBeanData
aJurisdictionId
- java.lang.Stringpublic void setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
aSubclass
- java.lang.Integerpublic void setSubclass(java.lang.String aSubclass)
This method provides access to the JURSTGPREL.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The subclass of the jurisdiction and of the jurisdiction group should match as follows:
1 = ShippingJurisdiction[Group].
2 = TaxJurisdiction[Group].
setSubclass
in interface JurisdictionGroupRelationshipAccessBeanData
aSubclass
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |