|
||||||||
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.catalog.objects.CurrentInterestItemListAccessBean
This bean provides access to the CIITEMLIST table.
The following is a description of this table:
Each row in this table represents the relationship between an IItemlist and a Member to which it is the current list.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CurrentInterestItemListAccessBean()
Default constructor. |
|
CurrentInterestItemListAccessBean(com.ibm.commerce.catalog.objects.CurrentInterestItemListKey aCurrentInterestItemListKey)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CurrentInterestItemListAccessBean(javax.ejb.EJBObject currentIntItemListEJBObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByUser(java.lang.Long anMemberId)
This finder method returns the list of CurrentInterestItemList Access Bean with Member ID. |
java.lang.String |
getInterestListNumber()
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInterestListNumberInEJBType()
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getUserReferenceNumber()
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserReferenceNumberInEJBType()
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_interestListNumber(java.lang.String aInitKey_interestListNumber)
Set the primary key for this object |
void |
setInitKey_userReferenceNumber(java.lang.String aInitKey_userReferenceNumber)
Set the primary key for this object |
void |
setInterestListNumber(java.lang.Long anInterestListNumber)
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInterestListNumber(java.lang.String astrInterestListNumber)
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserReferenceNumber(java.lang.Long anMemberId)
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserReferenceNumber(java.lang.String anMemberId)
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT 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 CurrentInterestItemListAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CurrentInterestItemListAccessBean(com.ibm.commerce.catalog.objects.CurrentInterestItemListKey aCurrentInterestItemListKey) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aCurrentInterestItemListKey
- The Current Interest Item List Key which can be created by calling its constructor, the parameters included the InterestItemList reference number and the User reference number com.ibm.commerce.catalog.objects.CurrentInterestItemListKeyjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CurrentInterestItemListAccessBean(javax.ejb.EJBObject currentIntItemListEJBObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
currentIntItemListEJBObject
- The CurrentInterestItemList Access Bean javax.ejb.EJBObjectjava.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 findByUser(java.lang.Long anMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns the list of CurrentInterestItemList Access Bean with Member ID.
SQL:
SELECT * FROM CIITEMLIST WHERE CIITEMLIST.MEMBER_ID = anMemberId
anMemberId
- The member ID for the Current Interest Item List java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getInterestListNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The interest item list which is a current list for one or more members.
getInterestListNumber
in interface CurrentInterestItemListAccessBeanData
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.Long getInterestListNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The interest item list which is a current list for one or more members.
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 getUserReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Member ID to which the Interest Item List is the current.
getUserReferenceNumber
in interface CurrentInterestItemListAccessBeanData
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.Long getUserReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Member ID to which the Interest Item List is the current.
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_interestListNumber(java.lang.String aInitKey_interestListNumber)
Set the primary key for this object
aInitKey_interestListNumber
- The Interest Item List reference number java.lang.Stringpublic void setInitKey_userReferenceNumber(java.lang.String aInitKey_userReferenceNumber)
Set the primary key for this object
aInitKey_userReferenceNumber
- The Member ID to which the Interest Item List is the current java.lang.Stringpublic void setInterestListNumber(java.lang.Long anInterestListNumber)
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The interest item list which is a current list for one or more members.
anInterestListNumber
- The Interest Item List ID java.lang.Longpublic void setInterestListNumber(java.lang.String astrInterestListNumber)
This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The interest item list which is a current list for one or more members.
setInterestListNumber
in interface CurrentInterestItemListAccessBeanData
astrInterestListNumber
- The Interest Item List ID java.lang.Stringpublic void setUserReferenceNumber(java.lang.Long anMemberId)
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Member ID to which the Interest Item List is the current.
anMemberId
- The owner of the Interest Item List java.lang.Longpublic void setUserReferenceNumber(java.lang.String anMemberId)
This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Member to which the Interest Item List is the current.
setUserReferenceNumber
in interface CurrentInterestItemListAccessBeanData
anMemberId
- The owner of the Interest Item List java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |