|
||||||||
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.CatalogGroupProductSetRelAccessBean
This bean provides access to the CATGRPPS table.
The following is a description of this table:
This table relates CatalogGroups to ProductSets. Every CatalogEntry under the Catalog sub-tree for this CatalogGroup is a member of the specified ProductSet.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogGroupProductSetRelAccessBean()
Default constructor. |
|
CatalogGroupProductSetRelAccessBean(javax.ejb.EJBObject catalogGroupProductSetRelEJBObject)
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogGroupProductSetRelAccessBean(java.lang.Long anCatalogId,
java.lang.Long anCatGroupId,
java.lang.Integer anProductSetId)
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 CatalogGroupProductSetRel Access Beans with the specified Catalog ID and Catalog Group ID. |
java.util.Enumeration |
findByCatGroupId(java.lang.Long aDByCatGroupId)
This method returns an enumeration of CatalogGroupProductSetRel Access Beans with the specified Catalog Group ID. |
java.util.Enumeration |
findByProductSetId(java.lang.Integer aDByProductSetId)
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogGroupId(java.lang.Long anCatalogGroupId)
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.String aCatalogGroupId)
This method provides access to the CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long anCatalogId)
This method provides access to the CATGRPPS.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.String anCatalogId)
This method provides access to the CATGRPPS.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_productSetId(java.lang.String aInitKey_productSetId)
Set the primary key for this object |
void |
setProductSetId(java.lang.Integer anProductSetId)
This method provides access to the CATGRPPS.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
setProductSetId(java.lang.String anProductSetId)
This method provides access to the CATGRPPS.PRODUCTSET_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 CatalogGroupProductSetRelAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogGroupProductSetRelAccessBean(javax.ejb.EJBObject catalogGroupProductSetRelEJBObject) throws java.rmi.RemoteException
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB
catalogGroupProductSetRelEJBObject
- The CatalogGroupProductSetRel EJB object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogGroupProductSetRelAccessBean(java.lang.Long anCatalogId, java.lang.Long anCatGroupId, java.lang.Integer anProductSetId) 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.
anCatalogId
- The Catalog reference number. java.lang.LonganCatGroupId
- The Catalog Group reference number. java.lang.LonganProductSetId
- The ProductSet reference number. java.lang.Integerjavax.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 CatalogGroupProductSetRel Access Beans with the specified Catalog ID and Catalog Group ID.
SQL:
SELECT * FROM CATGRPPS WHERE
CATGRPPS.CATALOG_ID = anCatalogId AND
CATGRPPS.CATGROUP_ID = anCatGroupId
anCatalogId
- The Catalog ID. java.lang.LonganCatGroupId
- The Catalog Group 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 findByCatGroupId(java.lang.Long aDByCatGroupId) 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 = anCatGroupId
anCatGroupId
- The Catalog Group 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 findByProductSetId(java.lang.Integer aDByProductSetId) 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 = anProductSetId
anProductSetId
- The ProductSet ID. java.lang.Integerjava.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 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.
getCatalogGroupId
in interface CatalogGroupProductSetRelAccessBeanData
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 CATGRPPS.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog Group.
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 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.
getCatalogId
in interface CatalogGroupProductSetRelAccessBeanData
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 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.
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 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.
getProductSetId
in interface CatalogGroupProductSetRelAccessBeanData
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 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.
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 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.
anCatalogGroupId
- The Catalog Group ID. java.lang.Longpublic void setCatalogGroupId(java.lang.String aCatalogGroupId)
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.
setCatalogGroupId
in interface CatalogGroupProductSetRelAccessBeanData
aCatalogGroupId
- The Catalog Group ID. java.lang.Stringpublic void setCatalogId(java.lang.Long anCatalogId)
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.
anCatalogId
- The Catalog ID. java.lang.Longpublic void setCatalogId(java.lang.String anCatalogId)
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.
setCatalogId
in interface CatalogGroupProductSetRelAccessBeanData
anCatalogId
- The Catalog ID. java.lang.Stringpublic void setInitKey_catalogGroupId(java.lang.String aInitKey_catalogGroupId)
Set the primary key for this object
aInitKey_catalogGroupId
- The Catalog Group ID. java.lang.Stringpublic void setInitKey_catalogId(java.lang.String aInitKey_catalogId)
Set the primary key for this object
aInitKey_catalogId
- The Catalog ID. java.lang.Stringpublic void setInitKey_productSetId(java.lang.String aInitKey_productSetId)
Set the primary key for this object
aInitKey_productSetId
- The ProductSet ID. java.lang.Stringpublic void setProductSetId(java.lang.Integer anProductSetId)
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.
anProductSetId
- The ProductSet ID java.lang.Integerpublic void setProductSetId(java.lang.String anProductSetId)
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.
setProductSetId
in interface CatalogGroupProductSetRelAccessBeanData
anProductSetId
- The ProductSet ID java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |