|
||||||||
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.CatalogCatalogGroupRelationAccessBean
This bean provides access to the CATTOGRP table.
The following is a description of this table:
This table identifies the root CatalogGroups (or root Categories) contained within a Catalog.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogCatalogGroupRelationAccessBean()
Default constructor. |
|
CatalogCatalogGroupRelationAccessBean(javax.ejb.EJBObject catCatGrpRelEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogCatalogGroupRelationAccessBean(java.lang.Long catGrpID,
java.lang.Long catalogID)
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 |
findByCatalogGroupId(java.lang.Long catGrpID)
Finds the catalog - catalog group relations with the catalog group ID. |
java.util.Enumeration |
findByCatalogId(java.lang.Long catalogID)
Finds the catalog - catalog group relations with the catalog ID. |
java.lang.String |
getCatalogGroupReferenceNumber()
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogGroupReferenceNumberInEJBType()
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogReferenceNumber()
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogReferenceNumberInEJBType()
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getSequence()
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogGroupReferenceNumber(java.lang.Long catGrpID)
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupReferenceNumber(java.lang.String catGrpID)
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogReferenceNumber(java.lang.Long catalogID)
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogReferenceNumber(java.lang.String catalogID)
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_catalogGroupReferenceNumber(java.lang.String catGrpID)
Set the primary key for this object |
void |
setInitKey_catalogReferenceNumber(java.lang.String catalogID)
Set the primary key for this object |
void |
setLastUpdate(java.lang.String lastUpdate)
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp lastUpdate)
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setSequence(java.lang.Double sequence)
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL. |
void |
setSequence(java.lang.String sequence)
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE 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 CatalogCatalogGroupRelationAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogCatalogGroupRelationAccessBean(javax.ejb.EJBObject catCatGrpRelEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
catCatGrpRelEJBObj
- The catalog group relation EJB object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogCatalogGroupRelationAccessBean(java.lang.Long catGrpID, java.lang.Long catalogID) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the catalog - catalog group relation according to the catalog group ID and catalog ID.
catGrpID
- The catalog group reference number. java.lang.LongcatalogID
- The catalog reference number. java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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 findByCatalogGroupId(java.lang.Long catGrpID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog - catalog group relations with the catalog group ID.
SQL:
SELECT LASTUPDATE, CATGROUP_ID, CATALOG_ID, SEQUENCE
FROM CATTOGRP
WHERE CATGROUP_ID = catGrpID
catGrpID
- 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 findByCatalogId(java.lang.Long catalogID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog - catalog group relations with the catalog ID.
SQL:
SELECT LASTUPDATE, CATGROUP_ID, CATALOG_ID, SEQUENCE
FROM CATTOGRP
WHERE CATALOG_ID = catalogID
ORDER BY SEQUENCE
catalogID
- The catalog 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.lang.String getCatalogGroupReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogGroup.
getCatalogGroupReferenceNumber
in interface CatalogCatalogGroupRelationAccessBeanData
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 getCatalogGroupReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogGroup.
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 getCatalogReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog.
getCatalogReferenceNumber
in interface CatalogCatalogGroupRelationAccessBeanData
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 getCatalogReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.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 getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time that this relationship was updated.
getLastUpdate
in interface CatalogCatalogGroupRelationAccessBeanData
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.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time that this relationship was updated.
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 getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.
The following is a description of this column:
The sequence number used to determine display order.
getSequence
in interface CatalogCatalogGroupRelationAccessBeanData
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.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.
The following is a description of this column:
The sequence number used to determine display order.
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 setCatalogGroupReferenceNumber(java.lang.Long catGrpID)
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogGroup.
catGrpID
- The catalog group reference number. java.lang.Longpublic void setCatalogGroupReferenceNumber(java.lang.String catGrpID)
This method provides access to the CATTOGRP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogGroup.
setCatalogGroupReferenceNumber
in interface CatalogCatalogGroupRelationAccessBeanData
catGrpID
- The catalog group reference number. java.lang.Stringpublic void setCatalogReferenceNumber(java.lang.Long catalogID)
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog.
catalogID
- The catalog reference number. java.lang.Longpublic void setCatalogReferenceNumber(java.lang.String catalogID)
This method provides access to the CATTOGRP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog.
setCatalogReferenceNumber
in interface CatalogCatalogGroupRelationAccessBeanData
catalogID
- The catalog reference number. java.lang.Stringpublic void setInitKey_catalogGroupReferenceNumber(java.lang.String catGrpID)
Set the primary key for this object
catGrpID
- The catalog group reference number. java.lang.Stringpublic void setInitKey_catalogReferenceNumber(java.lang.String catalogID)
Set the primary key for this object
catalogID
- The catalog reference number. java.lang.Stringpublic void setLastUpdate(java.lang.String lastUpdate)
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time that this relationship was updated.
setLastUpdate
in interface CatalogCatalogGroupRelationAccessBeanData
lastUpdate
- The last update time stamp. java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp lastUpdate)
This method provides access to the CATTOGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time that this relationship was updated.
lastUpdate
- The last update time stamp. java.sql.Timestamppublic void setSequence(java.lang.Double sequence)
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.
The following is a description of this column:
The sequence number used to determine display order.
sequence
- The sequence number. java.lang.Doublepublic void setSequence(java.lang.String sequence)
This method provides access to the CATTOGRP.SEQUENCE column of DB2 type DOUBLE NULL.
The following is a description of this column:
The sequence number used to determine display order.
setSequence
in interface CatalogCatalogGroupRelationAccessBeanData
sequence
- The sequence number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |