java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CurrentInterestItemListAccessBean
Each row in this table represents the relationship between an IItemlist and a Member to which it is the current list.
Constructor Summary | |
---|---|
CurrentInterestItemListAccessBean() constructor | |
CurrentInterestItemListAccessBean(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 |
findByUser(java.lang.Long arg0) 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. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_interestListNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_userReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInterestListNumber(java.lang.Long newValue) This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInterestListNumber(java.lang.String newValue) This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserReferenceNumber(java.lang.Long newValue) This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserReferenceNumber(java.lang.String newValue) This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CurrentInterestItemListAccessBean()
public CurrentInterestItemListAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByUser(java.lang.Long arg0) 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 = user_id
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_interestListNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_userReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 to which the IItemlist is the current.
getUserReferenceNumber
in interface
CurrentInterestItemListAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 to which the IItemlist is the current.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUserReferenceNumber(java.lang.String newValue)
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 IItemlist is the current.
setUserReferenceNumber
in interface
CurrentInterestItemListAccessBeanData
newValue
- Stringpublic void setUserReferenceNumber(java.lang.Long newValue)
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 IItemlist is the current.
newValue
- java.lang.Longpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInterestListNumber(java.lang.String newValue)
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
newValue
- Stringpublic void setInterestListNumber(java.lang.Long newValue)
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.
newValue
- java.lang.Long