java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.JurisdictionGroupRelationshipAccessBean
Each row of this table indicates that a jurisdiction of a particular subclass is in a jurisdiction group of that same subclass. This access bean corresponds to the database table 'JURSTGPREL'.
Constructor Summary | |
JurisdictionGroupRelationshipAccessBean() Zero argument constructor used to initialize the access bean. |
|
JurisdictionGroupRelationshipAccessBean(java.lang.Integer aJurisdictionId, java.lang.Integer aJurisdictionGroupId, java.lang.Integer aSubclass) Creates an access bean with the specified attributes. |
|
JurisdictionGroupRelationshipAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
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 accesses a non-CMP field |
java.lang.Integer | getJurisdictionGroupIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getJurisdictionId() This method accesses a non-CMP field |
java.lang.Integer | getJurisdictionIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getSubclass() This method accesses a non-CMP field |
java.lang.Integer | getSubclassInEJBType() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_iJurisdictionGroupId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_iJurisdictionId(java.lang.String newValue) Set the primary key for this object |
void | setJurisdictionGroupId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setJurisdictionGroupId(java.lang.String newValue) This method accesses a non-CMP field |
void | setJurisdictionId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setJurisdictionId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSubclass(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSubclass(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JurisdictionGroupRelationshipAccessBean()
public JurisdictionGroupRelationshipAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public 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.
Method Detail |
public 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 = ?
public 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 = ?
public void setInitKey_iJurisdictionGroupId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_iJurisdictionId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getJurisdictionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getJurisdictionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setJurisdictionId(java.lang.String newValue)
public void setJurisdictionId(java.lang.Integer newValue)
public java.lang.String getJurisdictionGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getJurisdictionGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setJurisdictionGroupId(java.lang.String newValue)
public void setJurisdictionGroupId(java.lang.Integer newValue)
public java.lang.String getSubclass() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getSubclassInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSubclass(java.lang.String newValue)
public void setSubclass(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.