java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.CatalogGroupProductSetRelAccessBean
This table relates CatalogGroups to ProductSets. Every CatalogEntry under the catalog subtree for this CatalogGroup is a member of the specified ProductSet. This access bean corresponds to the database table 'CATGRPPS'.
Constructor Summary | |
CatalogGroupProductSetRelAccessBean() Default constructor. |
|
CatalogGroupProductSetRelAccessBean(javax.ejb.EJBObject o) constructor |
|
CatalogGroupProductSetRelAccessBean(java.lang.Long argCatalogId, java.lang.Long argCatalogGroupId, java.lang.Integer argProductSetId) 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). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByCatalogIdAndCatGroupId(java.lang.Long argCatalogId, java.lang.Long argCatGroupId) This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified Catalog ID and Catalog Group ID. |
java.util.Enumeration | findByCatGroupId(java.lang.Long catGroupId) This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified Catalog Group ID. |
java.util.Enumeration | findByProductSetId(java.lang.Integer argProductSetId) This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified ProductSet ID. |
java.lang.String | getCatalogGroupId() This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatalogGroupIdInEJBType() This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getCatalogId() This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatalogIdInEJBType() This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getProductSetId() This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getProductSetIdInEJBType() This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCatalogGroupId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setCatalogGroupId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCatalogId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setCatalogId(java.lang.String newValue) This method accesses a non-CMP field |
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_productSetId(java.lang.String newValue) Set the primary key for this object |
void | setProductSetId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setProductSetId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalogGroupProductSetRelAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogGroupProductSetRelAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CatalogGroupProductSetRelAccessBean(java.lang.Long argCatalogId, java.lang.Long argCatalogGroupId, java.lang.Integer argProductSetId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the CatalogGroupProductSetRel according to the Catalog reference number, Catalog Group reference number, and ProductSet reference number.
Method Detail |
public java.util.Enumeration findByCatGroupId(java.lang.Long catGroupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified Catalog Group ID.
SQL:
SELECT * FROM CATGRPPS WHERE CATGRPPS.CATGROUP_ID = catGroupId
public java.util.Enumeration findByCatalogIdAndCatGroupId(java.lang.Long argCatalogId, java.lang.Long argCatGroupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified Catalog ID and Catalog Group ID.
SQL:
SELECT * FROM CATGRPPS WHERE CATGRPPS.CATALOG_ID = argCatalogId AND CATGRPPS.CATGROUP_ID = argCatGroupId
public java.util.Enumeration findByProductSetId(java.lang.Integer argProductSetId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified ProductSet ID.
SQL:
SELECT * FROM CATGRPPS WHERE CATGRPPS.PRODUCTSET_ID = argProductSetId
public void setInitKey_catalogGroupId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_catalogId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_productSetId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getCatalogGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogGroup.
public java.lang.Long getCatalogGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogGroup.
public void setCatalogGroupId(java.lang.String newValue)
public void setCatalogGroupId(java.lang.Long newValue)
public java.lang.String getProductSetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
public java.lang.Integer getProductSetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
public void setProductSetId(java.lang.String newValue)
public void setProductSetId(java.lang.Integer newValue)
public java.lang.String getCatalogId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog.
public java.lang.Long getCatalogIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog.
public void setCatalogId(java.lang.String newValue)
public void setCatalogId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.