|
||||||||
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.InterestItemAccessBean
This bean provides access to the IITEM table.
The following is a description of this table:
Each row of this table represents an IItem in an IItemList.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
InterestItemAccessBean()
Default constructor. |
|
InterestItemAccessBean(javax.ejb.EJBObject intItemEJBObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey aInterestItemKey,
java.lang.Integer anStoreId,
java.lang.Long anMemberId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey aInterestItemKey,
java.lang.Integer anStoreId,
java.lang.Long anMemberId,
java.lang.Double adSequence)
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 |
findAllByIListAndUser(java.lang.Long anIItemListId,
java.lang.Long anMemberId)
This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID and User ID. |
java.util.Enumeration |
findAllByIListNumber(java.lang.Long anIItemListId)
This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID. |
java.util.Enumeration |
findAllByUserReferenceNumber(java.lang.Long anMemberId)
This finder method return an enumeration of InterestItem Access Bean with specified owner ID. |
java.util.Enumeration |
findByCatalogEntriesAndListIds(java.lang.Long[] alCatentryId,
java.lang.Long[] alIItemListId)
This finder method return an enumeration of InterestItem Access Bean with the specified list of Catalog Entry IDs and the list of Interest Item List IDs. |
java.util.Enumeration |
findByListIds(java.lang.Long[] aInterestItemListIds)
This finder method returns an enumeration of InterestItem Access Bean with the specified list of Interest Item List IDs. |
java.util.Enumeration |
findWithPushDownQuery(java.lang.String astrPushDownQuery)
This finder method returns an enumeration of InterestItem Access Bean with specified query. |
java.lang.String |
getCatalogEntryReferenceNumber()
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryReferenceNumberInEJBType()
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getField1()
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField1InEJBType()
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2InEJBType()
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getInterestListNumber()
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInterestListNumberInEJBType()
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getQuantity()
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.String |
getSequence()
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getStoreEntryID()
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntryIDInEJBType()
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getUserReferenceNumber()
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserReferenceNumberInEJBType()
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.String astrField1)
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.lang.String astrField2)
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String astrField3)
This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_catalogEntryReferenceNumber(java.lang.String aInitKey_catalogEntryReferenceNumber)
Set the primary key for this object |
void |
setInitKey_interestListNumber(java.lang.String aInitKey_interestListNumber)
Set the primary key for this object |
void |
setInterestListNumber(java.lang.Long aInterestListNumber)
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInterestListNumber(java.lang.String aInterestListNumber)
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.lang.String astrLastUpdate)
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp atmLastUpdate)
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setQuantity(java.lang.Double adQuantity)
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL. |
void |
setQuantity(java.lang.String astrQuantity)
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL. |
void |
setSequence(java.lang.Double adSequence)
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setSequence(java.lang.String astrSequence)
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setStoreEntryID(java.lang.Integer aStoreEntryID)
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntryID(java.lang.String astrStoreEntryID)
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setUserReferenceNumber(java.lang.Long aUserReferenceNumber)
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserReferenceNumber(java.lang.String astrUserReferenceNumber)
This method provides access to the IITEM.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 InterestItemAccessBean()
Default constructor. Maps to findByPrimaryKey.
public InterestItemAccessBean(javax.ejb.EJBObject intItemEJBObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
intItemEJBObject
- The InterestItem Access Bean javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey aInterestItemKey, java.lang.Integer anStoreId, java.lang.Long anMemberId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
This method creates an InterestItem Access Bean with the specified InterestItemKey, Store Entity ID, and User ID. The InterestItemKey can be created by calling its constructor with the InterestItemList ID and the Catalog Entry IDaInterestItemKey
- The Interest Item Key. com.ibm.commerce.catalog.objects.InterestItemKeyanStoreId
- The Store reference number. java.lang.IntegeranMemberId
- The owner reference number of the Interest Item. java.lang.Longjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey aInterestItemKey, java.lang.Integer anStoreId, java.lang.Long anMemberId, java.lang.Double adSequence) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
This method creates an InterestItem Access Bean with the specified InterestItemKey, Store Entity ID, and User ID. The InterestItemKey can be created by calling its constructor with the InterestItemList ID and the Catalog Entry IDaInterestItemKey
- The Interest Item Key. com.ibm.commerce.catalog.objects.InterestItemKeyanStoreId
- The Store reference number. java.lang.IntegeranMemberId
- The owner reference number of the Interest Item. java.lang.LongadSequence
- The sequence number of the Interest Item. java.lang.Doublejavax.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 findAllByIListAndUser(java.lang.Long anIItemListId, java.lang.Long anMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID and User ID.
SQL:
SELECT * FROM IITEM WHERE IITEM.IITEMLIST_ID = anIItemListId AND IITEM.MEMBER_ID = anMemberId
anIItemListId
- The Interest Item List ID java.lang.LonganMemberId
- The Member ID 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.util.Enumeration findAllByIListNumber(java.lang.Long anIItemListId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID.
SQL:
SELECT * FROM IITEM WHERE IITEM.IITEMLIST_ID = anIItemListId
anIItemListId
- The Interest Item List ID 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.util.Enumeration findAllByUserReferenceNumber(java.lang.Long anMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with specified owner ID.
SQL:
SELECT * FROM IITEM WHERE IITEM.MEMBER_ID =
anMemberId
- The owner of the Interest Item 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.util.Enumeration findByCatalogEntriesAndListIds(java.lang.Long[] alCatentryId, java.lang.Long[] alIItemListId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with the specified list of Catalog Entry IDs and the list of Interest Item List IDs.
SQL:
SELECT * FROM IITEM WHERE
IITEM.CATENTRY_ID IN (alCatentryId) AND IITEM.IITEMLIST_ID IN (alIItemListId) ORDER BY IITEM.LASTUPDATE
alCatentryId
- The list of Catalog Entry IDs java.lang.Long[]alIItemListId
- The list of Interest Item List IDs java.lang.Long[]java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByListIds(java.lang.Long[] aInterestItemListIds) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns an enumeration of InterestItem Access Bean with the specified list of Interest Item List IDs.
SQL:
SELECT * FROM IITEM WHERE IITEM.IITEMLIST_ID IN (aInterestItemListIds) ORDER BY IITEM.LASTUPDATE
aInterestItemListIds
- The list of InterestItemList ID java.lang.Long[]java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findWithPushDownQuery(java.lang.String astrPushDownQuery) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns an enumeration of InterestItem Access Bean with specified query. The push down query act as the where clause to search in the IITEM table.
An example of the pus down query: "CATENTRY_ID=1234 AND STOREENT_ID=0"astrPushDownQuery
- The push down query java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog Entry reference number of the product in the InterestItemList.
getCatalogEntryReferenceNumber
in interface InterestItemAccessBeanData
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 getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog Entry ID of the product being in the Interest Item List.
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField1
in interface InterestItemAccessBeanData
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 getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField2
in interface InterestItemAccessBeanData
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.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface InterestItemAccessBeanData
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 getInterestListNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItem List this Interest Item is part of.
getInterestListNumber
in interface InterestItemAccessBeanData
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 IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList that this Interest Item is part of.
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 getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time this IItem was updated.
getLastUpdate
in interface InterestItemAccessBeanData
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.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time this Interest Item was updated.
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 getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
getQuantity
in interface InterestItemAccessBeanData
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.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
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 getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
getSequence
in interface InterestItemAccessBeanData
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.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
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 getStoreEntryID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
getStoreEntryID
in interface InterestItemAccessBeanData
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 getStoreEntryIDInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
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 IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Interest Item (which is the same as the owner of the IItemList).
getUserReferenceNumber
in interface InterestItemAccessBeanData
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 IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
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 setField1(java.lang.Integer aField1)
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field.
anField1
- The Field 1 java.lang.Integerpublic void setField1(java.lang.String astrField1)
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField1
in interface InterestItemAccessBeanData
astrField1
- The Field 1. java.lang.Stringpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
A customizable field.
abdField2
- The Field 2 java.math.BigDecimalpublic void setField2(java.lang.String astrField2)
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField2
in interface InterestItemAccessBeanData
astrField2
- The Field 2. java.lang.Stringpublic void setField3(java.lang.String astrField3)
This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A customizable field.
setField3
in interface InterestItemAccessBeanData
astrField3
- The Field 3. java.lang.Stringpublic void setInitKey_catalogEntryReferenceNumber(java.lang.String aInitKey_catalogEntryReferenceNumber)
Set the primary key for this object
aInitKey_catalogEntryReferenceNumber
- The Catalog Entry reference number. java.lang.Stringpublic 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 setInterestListNumber(java.lang.Long aInterestListNumber)
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList this Interest Item is part of.
aInterestListNumber
- The InterestItemList reference number. java.lang.Longpublic void setInterestListNumber(java.lang.String aInterestListNumber)
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList that this IItem is part of.
setInterestListNumber
in interface InterestItemAccessBeanData
aInterestListNumber
- The Interest Item List reference number. java.lang.Stringpublic void setLastUpdate(java.lang.String astrLastUpdate)
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time this IItem was updated.
setLastUpdate
in interface InterestItemAccessBeanData
astrLastUpdat
- The time the Interest Item was last updated. java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp atmLastUpdate)
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time this IItem was updated.
atmLastUpdate
- The time the interest item was last updated. java.sql.Timestamppublic void setQuantity(java.lang.Double adQuantity)
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
adQuantity
- The quantity of the Interest Item. java.lang.Doublepublic void setQuantity(java.lang.String astrQuantity)
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
setQuantity
in interface InterestItemAccessBeanData
astrQuantity
- The quantity of the Interest Item. java.lang.Stringpublic void setSequence(java.lang.Double adSequence)
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
adSequence
- The sequence of the Interest Item. java.lang.Doublepublic void setSequence(java.lang.String astrSequence)
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
setSequence
in interface InterestItemAccessBeanData
astrSequence
- The Sequence of the Interest Item. java.lang.Stringpublic void setStoreEntryID(java.lang.Integer aStoreEntryID)
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
aStoreEntryID
- The Store Entity ID java.lang.Integerpublic void setStoreEntryID(java.lang.String astrStoreEntryID)
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
setStoreEntryID
in interface InterestItemAccessBeanData
astrStoreEntryID
- The Store Entity reference number. java.lang.Stringpublic void setUserReferenceNumber(java.lang.Long aUserReferenceNumber)
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Interest Item (which is the same as the owner of the Interest Item List).
anMemberId
- The owner of the Interest Item java.lang.Longpublic void setUserReferenceNumber(java.lang.String astrUserReferenceNumber)
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
setUserReferenceNumber
in interface InterestItemAccessBeanData
astrUserReferenceNumber
- The owner reference number of the Interest Item. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |