java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.ShippingArrangementJurisdictionGroupRelationshipAccessBean
Each row of this table indicates that a ShippingArrangement applies to all OrderItems whose shipping addresses match a ShippingJurisdictionGroup. Refer to SHPARRANGE.FLAGS. This access bean corresponds to the database table 'SHPARJURGP'.
Constructor Summary | |
ShippingArrangementJurisdictionGroupRelationshipAccessBean() Zero argument constructor used to initialize the access bean. |
|
ShippingArrangementJurisdictionGroupRelationshipAccessBean(java.lang.Integer aJurisdictionGroupId, java.lang.Integer aShippingArrangementId) Creates an access bean with the specified attributes. |
|
ShippingArrangementJurisdictionGroupRelationshipAccessBean(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 | findByShippingArrangementId(java.lang.Integer aShippingArrangementId) Retrieves the ShippingArrangementJurisdictionGroupRelationshipAccessBeans that match the specified ShippingArrangement. |
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 | getShippingArrangementId() This method accesses a non-CMP field |
java.lang.Integer | getShippingArrangementIdInEJBType() 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_iShippingArrangementId(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 | setShippingArrangementId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setShippingArrangementId(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 ShippingArrangementJurisdictionGroupRelationshipAccessBean()
public ShippingArrangementJurisdictionGroupRelationshipAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public ShippingArrangementJurisdictionGroupRelationshipAccessBean(java.lang.Integer aJurisdictionGroupId, java.lang.Integer aShippingArrangementId) 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 findByShippingArrangementId(java.lang.Integer aShippingArrangementId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the ShippingArrangementJurisdictionGroupRelationshipAccessBeans that match the specified ShippingArrangement.
The SQL query used to fetch all the required rows from the SHPARJURGP table is: SELECT * FROM SHPARJURGP T1 WHERE T1.SHPARRANGE_ID = ?
public void setInitKey_iJurisdictionGroupId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_iShippingArrangementId(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 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 getShippingArrangementId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getShippingArrangementIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setShippingArrangementId(java.lang.String newValue)
public void setShippingArrangementId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.