|
||||||||
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.CatalogGroupTradingPositionRelAccessBean
This bean provides access to the CATGRPTPC table.
The following is a description of this table:
This table relates master catalogs with trading position containers. Each catalog entry belonging to the indicated master catalog must have a standard price offer supplied for the specified trading position container.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogGroupTradingPositionRelAccessBean()
Default constructor. |
|
CatalogGroupTradingPositionRelAccessBean(javax.ejb.EJBObject CatalogGroupTradingPositionRelEJBObject)
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogGroupTradingPositionRelAccessBean(java.lang.Long anCatalogId,
java.lang.Long anCatGroupId,
java.lang.Long anTradingPositionId)
Contructor for the object that 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 |
findByCatalogIdAndCatGroupId(java.lang.Long anCatalogId,
java.lang.Long anCatGroupId)
This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Catalog reference number and Catalog Group reference number. |
java.util.Enumeration |
findByCatGroupId(java.lang.Long aDByCatGroupId)
This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Catalog Group reference number. |
java.util.Enumeration |
findByTradingPositionId(java.lang.Long aDByTradingPositionId)
This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Trading Position Container reference number. |
CatalogGroupTradingPositionRelAccessBean |
findZeroLevelTPCByCatalogId(java.lang.Long aDZeroLevelTPCByCatalogId)
This method returns the CatalogGroupTradingPositionRel Access Beans with the specified Catalog reference number and zero level Catalog Group. |
java.lang.String |
getCatalogGroupId()
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogGroupIdInEJBType()
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogId()
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogIdInEJBType()
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTradingPositionId()
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingPositionIdInEJBType()
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogGroupId(java.lang.Long anCatalogGroupId)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.String anCatalogGroupId)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long anCatalogId)
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.String anCatalogId)
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_catalogGroupId(java.lang.String aInitKey_catalogGroupId)
Set the primary key for this object |
void |
setInitKey_catalogId(java.lang.String aInitKey_catalogId)
Set the primary key for this object |
void |
setInitKey_tradingPositionId(java.lang.String aInitKey_tradingPositionId)
Set the primary key for this object |
void |
setTradingPositionId(java.lang.Long anTradingPositionId)
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionId(java.lang.String anTradingPositionId)
This method provides access to the CATGRPTPC.TRADEPOSCN_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 CatalogGroupTradingPositionRelAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogGroupTradingPositionRelAccessBean(javax.ejb.EJBObject CatalogGroupTradingPositionRelEJBObject) throws java.rmi.RemoteException
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB
CatalogGroupTradingPositionRelEJBObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogGroupTradingPositionRelAccessBean(java.lang.Long anCatalogId, java.lang.Long anCatGroupId, java.lang.Long anTradingPositionId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the CatalogGroupTradingPositionRel according to the Catalog ID, Catalog Group ID, and the Trading Position Container ID.
anCatalogId
- The Catalog reference number. java.lang.LonganCatGroupId
- The Catalog Group reference number. java.lang.LonganTradingPositionId
- The Trading Position Container reference number. java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.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 findByCatalogIdAndCatGroupId(java.lang.Long anCatalogId, java.lang.Long anCatGroupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Catalog reference number and Catalog Group reference number.
SQL:
SELECT * FROM CATGRPTPC WHERE
CATGRPTPC.CATALOG_ID = anCatalogId AND
CATGRPTPC.CATGROUP_ID = anCatGroupId
anCatalogId
- The Catalog reference number. java.lang.LonganCatGroupId
- The Catalog Group reference number. 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 findByCatGroupId(java.lang.Long aDByCatGroupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Catalog Group reference number.
SQL:
SELECT * FROM CATGRPTPC WHERE CATGRPTPC.CATGROUP_ID = anCatGroupId
anCatGroupId
- The Catalog Group reference number. 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 findByTradingPositionId(java.lang.Long aDByTradingPositionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Trading Position Container reference number.
SQL:
SELECT * FROM CATGRPTPC WHERE
CATGRPTPC.TRADEPOSCN_ID = anTradePosCnId
anTradePosCnId
- The Trading Position Container reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CatalogGroupTradingPositionRelAccessBean findZeroLevelTPCByCatalogId(java.lang.Long aDZeroLevelTPCByCatalogId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the CatalogGroupTradingPositionRel Access Beans with the specified Catalog reference number and zero level Catalog Group.
SQL:
SELECT * FROM CATGRPTPC WHERE
CATGRPTPC.CATALOG_ID = anCatalogId
CATGRPTPC.CATGROUP_ID = 0
anCatalogId
- The Catalog reference number. 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 getCatalogGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog Group. This ID should always be 0.
getCatalogGroupId
in interface CatalogGroupTradingPositionRelAccessBeanData
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 getCatalogGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog Group. This ID should always be 0.
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 getCatalogId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the catalog.
getCatalogId
in interface CatalogGroupTradingPositionRelAccessBeanData
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 getCatalogIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog.
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 getTradingPositionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the trading position container.
getTradingPositionId
in interface CatalogGroupTradingPositionRelAccessBeanData
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 getTradingPositionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the trading position container.
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 setCatalogGroupId(java.lang.Long anCatalogGroupId)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog Group. This ID should always be 0.
anCatalogGroupId
- java.lang.Longpublic void setCatalogGroupId(java.lang.String anCatalogGroupId)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog Group. This ID should always be 0.
setCatalogGroupId
in interface CatalogGroupTradingPositionRelAccessBeanData
anCatalogGroupId
- java.lang.Stringpublic void setCatalogId(java.lang.Long anCatalogId)
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the catalog.
anCatalogId
- The Catalog reference number. java.lang.Longpublic void setCatalogId(java.lang.String anCatalogId)
This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the catalog.
setCatalogId
in interface CatalogGroupTradingPositionRelAccessBeanData
anCatalogId
- The Catalog reference number. java.lang.Stringpublic void setInitKey_catalogGroupId(java.lang.String aInitKey_catalogGroupId)
Set the primary key for this object
aInitKey_catalogGroupId
- The Catalog Group reference number. java.lang.Stringpublic void setInitKey_catalogId(java.lang.String aInitKey_catalogId)
Set the primary key for this object
aInitKey_catalogId
- The reference number of the Catalog. java.lang.Stringpublic void setInitKey_tradingPositionId(java.lang.String aInitKey_tradingPositionId)
Set the primary key for this object
aInitKey_tradingPositionId
- The reference number of the Trading Position Container. java.lang.Stringpublic void setTradingPositionId(java.lang.Long anTradingPositionId)
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the trading position container.
anTradingPositionId
- The reference number of the Trading Position Container. java.lang.Longpublic void setTradingPositionId(java.lang.String anTradingPositionId)
This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the trading position container.
setTradingPositionId
in interface CatalogGroupTradingPositionRelAccessBeanData
anTradingPositionId
- The Trading Position Container reference number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |