java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogGroupTradingPositionRelAccessBean
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.
Constructor Summary | |
---|---|
CatalogGroupTradingPositionRelAccessBean() constructor | |
CatalogGroupTradingPositionRelAccessBean(javax.ejb.EJBObject o) constructor | |
CatalogGroupTradingPositionRelAccessBean(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Long arg2) constructor | |
CatalogGroupTradingPositionRelAccessBean(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Long arg2, java.lang.Integer arg3) CatalogGroupTradingPositionRelAccessBean constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatalogIdAndCatGroupId(java.lang.Long arg0,
java.lang.Long arg1) 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 arg0) This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Catalog Group reference number. |
java.util.Enumeration |
findByTradingPositionId(java.lang.Long arg0) This method returns an enumeration of CatalogGroupTradingPositionRel Access Beans with the specified Trading Position Container reference number. |
CatalogGroupTradingPositionRelAccessBean |
findZeroLevelTPCByCatalogId(java.lang.Long arg0) This method returns the CatalogGroupTradingPositionRel Access Beans with the specified Catalog reference number and zero level Catalog Group. |
java.util.Enumeration |
findZeroLevelTPCByCatalogIdAndStoreId(java.lang.Long arg0,
java.lang.Integer arg1) Finds the records with a zero trading position container in the given catalog and store. |
java.lang.String |
getCatalogGroupId() This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL DEFAULT 0. |
java.lang.Long |
getCatalogGroupIdInEJBType() This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL DEFAULT 0. |
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.Integer |
getStoreId() This method accesses a non-CMP field |
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. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatalogGroupId(java.lang.Long newValue) This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL DEFAULT 0. |
void |
setCatalogGroupId(java.lang.String newValue) This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL DEFAULT 0. |
void |
setCatalogId(java.lang.Long newValue) This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.String newValue) This method provides access to the CATGRPTPC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_catalogGroupId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_catalogId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_storeId(java.lang.String newValue) |
void |
setInitKey_tradingPositionId(java.lang.String newValue) Set the primary key for this object |
void |
setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void |
setTradingPositionId(java.lang.Long newValue) This method provides access to the CATGRPTPC.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionId(java.lang.String newValue) This method provides access to the CATGRPTPC.TRADEPOSCN_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 CatalogGroupTradingPositionRelAccessBean()
public CatalogGroupTradingPositionRelAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CatalogGroupTradingPositionRelAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public CatalogGroupTradingPositionRelAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Long arg2, java.lang.Integer arg3) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Longarg3
- java.lang.Integerjavax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail |
---|
public CatalogGroupTradingPositionRelAccessBean findZeroLevelTPCByCatalogId(java.lang.Long arg0) 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 = argCatalogId
CATGRPTPC.CATGROUP_ID = 0
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 findByCatGroupId(java.lang.Long arg0) 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 = catGroupId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatalogIdAndCatGroupId(java.lang.Long arg0, java.lang.Long arg1) 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 = argCatalogId AND
CATGRPTPC.CATGROUP_ID = argCatGroupId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByTradingPositionId(java.lang.Long arg0) 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 =
argTradingPositionId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_catalogGroupId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_catalogId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_tradingPositionId(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 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 DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
getCatalogGroupId
in interface
CatalogGroupTradingPositionRelAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogGroupId(java.lang.String newValue)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
setCatalogGroupId
in interface
CatalogGroupTradingPositionRelAccessBeanData
newValue
- Stringpublic void setCatalogGroupId(java.lang.Long newValue)
This method provides access to the CATGRPTPC.CATGROUP_ID column of DB2 type BIGINT NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTradingPositionId(java.lang.String newValue)
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
newValue
- Stringpublic void setTradingPositionId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogId(java.lang.String newValue)
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
newValue
- Stringpublic void setCatalogId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic java.lang.Integer getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getStoreId
in interface
CatalogGroupTradingPositionRelAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.Integer newValue)
setStoreId
in interface
CatalogGroupTradingPositionRelAccessBeanData
public void setInitKey_storeId(java.lang.String newValue)
public java.util.Enumeration findZeroLevelTPCByCatalogIdAndStoreId(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
java.rmi.RemoteException
javax.ejb.FinderException.
javax.naming.NamingException
javax.ejb.FinderException