|
||||||||
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.negotiation.objects.AuctionStoreRelationAccessBean
This bean provides access to the AUCTSTRREL table.
The following is a description of this table:
This table shows the relationship between an auction and a store.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AuctionStoreRelationAccessBean()
Zero argument constructor used to initialize the access bean. |
|
AuctionStoreRelationAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
AuctionStoreRelationAccessBean(java.lang.Long auctionId,
java.lang.Integer storeId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getAuctionId()
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAuctionIdInEJBType()
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getItemPage()
This method provides access to the AUCTSTRREL.ITEMPAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getStoreId()
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAuctionId(java.lang.Long aAuctionId1)
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAuctionId(java.lang.String aAuctionId1)
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_auctionId(java.lang.Long aInitKey_auctionId1)
Set the primary key for this object |
void |
setInitKey_storeId(java.lang.Integer aInitKey_storeId1)
Set the primary key for this object |
void |
setItemPage(java.lang.String aItemPage1)
This method provides access to the AUCTSTRREL.ITEMPAGE column of DB2 type VARCHAR(254) NULL. |
void |
setStoreId(java.lang.Integer aStoreId1)
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String aStoreId1)
This method provides access to the AUCTSTRREL.STORE_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 AuctionStoreRelationAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method:
public abstract com.ibm.commerce.negotiation.objects.AuctionStoreRelation com.ibm.commerce.negotiation.objimpl.AuctionStoreRelationHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AuctionStoreRelationKey) throws java.rmi.RemoteException,javax.ejb.FinderException
The home interface method properties need to be set by calling the following setter methods before calling any business methods:
public AuctionStoreRelationAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exception.public AuctionStoreRelationAccessBean(java.lang.Long auctionId, java.lang.Integer storeId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
auctionId
- The auction id.storeId
- The store id.Method 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.lang.String getAuctionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Auction ID.
getAuctionId
in interface AuctionStoreRelationAccessBeanData
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 getAuctionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Auction ID.
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 getItemPage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.ITEMPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The item page used to display the product.
getItemPage
in interface AuctionStoreRelationAccessBeanData
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 getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store conducting the auction.
getStoreId
in interface AuctionStoreRelationAccessBeanData
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 getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store conducting the auction.
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 setAuctionId(java.lang.Long aAuctionId1)
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Auction ID.
aAuctionId1
- java.lang.Longpublic void setAuctionId(java.lang.String aAuctionId1)
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Auction ID.
setAuctionId
in interface AuctionStoreRelationAccessBeanData
aAuctionId1
- java.lang.Stringpublic void setInitKey_auctionId(java.lang.Long aInitKey_auctionId1)
Set the primary key for this object
aInitKey_auctionId1
- java.lang.Longpublic void setInitKey_storeId(java.lang.Integer aInitKey_storeId1)
Set the primary key for this object
aInitKey_storeId1
- java.lang.Integerpublic void setItemPage(java.lang.String aItemPage1)
This method provides access to the AUCTSTRREL.ITEMPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The item page used to display the product.
setItemPage
in interface AuctionStoreRelationAccessBeanData
aItemPage1
- java.lang.Stringpublic void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store conducting the auction.
aStoreId1
- java.lang.Integerpublic void setStoreId(java.lang.String aStoreId1)
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store conducting the auction.
setStoreId
in interface AuctionStoreRelationAccessBeanData
aStoreId1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |