|
||||||||
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.ShippingArrangementJurisdictionGroupRelationshipAccessBean
This bean provides access to the SHPARJURGP table.
The following is a description of this table:
Each row of this table indicates that a ShippingArrangement applies to all OrderItems whose shipping addresses match a ShippingJurisdictionGroup. Refer to SHPARRANGE.FLAGS.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ShippingArrangementJurisdictionGroupRelationshipAccessBean()
Default constructor. |
|
ShippingArrangementJurisdictionGroupRelationshipAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
ShippingArrangementJurisdictionGroupRelationshipAccessBean(java.lang.Integer aJurisdictionGroupId,
java.lang.Integer aShippingArrangementId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByShippingArrangementId(java.lang.Integer aShippingArrangementId)
Retrieves the ShippingArrangementJurisdictionGroupRelationshipAccessBeans that match the specified ShippingArrangement. |
java.lang.String |
getJurisdictionGroupId()
This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getJurisdictionGroupIdInEJBType()
This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShippingArrangementId()
This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getShippingArrangementIdInEJBType()
This method provides access to the SHPARJURGP.SHPARRANGE_ID 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_iShippingArrangementId(java.lang.String aInitKey_iShippingArrangementId)
Set the primary key for this object |
void |
setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionGroupId(java.lang.String aJurisdictionGroupId)
This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setShippingArrangementId(java.lang.Integer aShippingArrangementId)
This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setShippingArrangementId(java.lang.String aShippingArrangementId)
This method provides access to the SHPARJURGP.SHPARRANGE_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 ShippingArrangementJurisdictionGroupRelationshipAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ShippingArrangementJurisdictionGroupRelationshipAccessBean(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 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.
aJurisdictionGroupId
- the JurisdictionGroup IDaShippingArrangementId
- the ShippingArrangement IDjavax.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 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 = ?
aShippingArrangementId
- the ShippingArrangement IDjava.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 SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingJurisdictionGroup.
getJurisdictionGroupId
in interface ShippingArrangementJurisdictionGroupRelationshipAccessBeanData
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 SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingJurisdictionGroup.
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 getShippingArrangementId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingArrangement.
getShippingArrangementId
in interface ShippingArrangementJurisdictionGroupRelationshipAccessBeanData
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 getShippingArrangementIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingArrangement.
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_iShippingArrangementId(java.lang.String aInitKey_iShippingArrangementId)
Set the primary key for this object
aInitKey_iShippingArrangementId
- java.lang.Stringpublic void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingJurisdictionGroup.
aJurisdictionGroupId
- java.lang.Integerpublic void setJurisdictionGroupId(java.lang.String aJurisdictionGroupId)
This method provides access to the SHPARJURGP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingJurisdictionGroup.
setJurisdictionGroupId
in interface ShippingArrangementJurisdictionGroupRelationshipAccessBeanData
aJurisdictionGroupId
- java.lang.Stringpublic void setShippingArrangementId(java.lang.Integer aShippingArrangementId)
This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingArrangement.
aShippingArrangementId
- java.lang.Integerpublic void setShippingArrangementId(java.lang.String aShippingArrangementId)
This method provides access to the SHPARJURGP.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ShippingArrangement.
setShippingArrangementId
in interface ShippingArrangementJurisdictionGroupRelationshipAccessBeanData
aShippingArrangementId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |