|
||||||||
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.CatalogGroupCatalogEntryRelationAccessBean
This bean provides access to the CATGPENREL table.
The following is a description of this table:
This table relates CatalogGroups (or Categories) to the CatalogEntries that are inside them. You can also use this table to dictate the navigational flow from CatalogGroups to CatalogEntries. Each relationship is also qualified by a Catalog ID.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogGroupCatalogEntryRelationAccessBean()
Default constructor. |
|
CatalogGroupCatalogEntryRelationAccessBean(javax.ejb.EJBObject catGrpCatEntryRelEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
CatalogGroupCatalogEntryRelationAccessBean(java.lang.Long catalogID,
java.lang.Long catGrpID,
java.lang.Long catEntryID)
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 |
findByCatalogEntryId(java.lang.Long catEntryID)
Finds the catalog group - catalog entry relations with the catalog entry ID. |
java.util.Enumeration |
findByCatalogGroupId(java.lang.Long catGrpID)
Finds the catalog group - catalog entry with catalog group ID. |
java.lang.String |
getCatalogEntryId()
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryIdInEJBType()
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogGroupId()
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogGroupIdInEJBType()
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogId()
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogIdInEJBType()
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getRule()
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getSequence()
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogEntryId(java.lang.Long catEntryID)
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryId(java.lang.String catEntryID)
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.Long catGrpID)
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.String catGrpID)
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long catalogID)
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.String catalogID)
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_catalogEntryId(java.lang.String catEntryID)
Set the primary key for this object |
void |
setInitKey_catalogGroupId(java.lang.String catGrpID)
Set the primary key for this object |
void |
setInitKey_catalogId(java.lang.String catalogID)
Set the primary key for this object |
void |
setLastUpdate(java.lang.String lastUpdate)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp lastUpdate)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setRule(java.lang.String rule)
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL. |
void |
setSequence(java.lang.Double sequence)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setSequence(java.lang.String sequence)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT 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 CatalogGroupCatalogEntryRelationAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogGroupCatalogEntryRelationAccessBean(javax.ejb.EJBObject catGrpCatEntryRelEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB.
catGrpCatEntryRelEJBObj
- The catalog group - catalog entry relation EJB Object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogGroupCatalogEntryRelationAccessBean(java.lang.Long catalogID, java.lang.Long catGrpID, java.lang.Long catEntryID) 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 group - catalog entry relation according to the catalog ID, catalog group ID, and catalog entry ID.
catalogID
- The catalog ID. java.lang.LongcatGrpID
- The catalog group ID. java.lang.LongcatEntryID
- The catalog entry ID. 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 findByCatalogEntryId(java.lang.Long catEntryID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog group - catalog entry relations with the catalog entry ID.
SQL:
SELECT CATGROUP_ID, CATALOG_ID, RULE, SEQUENCE, CATENTRY_ID, LASTUPDATE
FROM CATGPENREL
WHERE CATENTRY_ID = catEntryID
ORDER BY SEQUENCE
catEntryID
- The catalog entry 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 findByCatalogGroupId(java.lang.Long catGrpID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog group - catalog entry with catalog group ID.
SQL:
SELECT CATGROUP_ID, CATALOG_ID, RULE, SEQUENCE, CATENTRY_ID, LASTUPDATE
FROM CATGPENREL
WHERE CATGROUP_ID = catGrpID
ORDER BY SEQUENCE
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.lang.String getCatalogEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The target CatalogEntry of this relationship.
getCatalogEntryId
in interface CatalogGroupCatalogEntryRelationAccessBeanData
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 getCatalogEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The target CatalogEntry of this relationship.
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 getCatalogGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The source CatalogGroup of this relationship.
getCatalogGroupId
in interface CatalogGroupCatalogEntryRelationAccessBeanData
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 CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The source CatalogGroup of this relationship.
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 CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog inside of which this relationship is found.
getCatalogId
in interface CatalogGroupCatalogEntryRelationAccessBeanData
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 CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog inside of which this relationship is found.
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 CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
getLastUpdate
in interface CatalogGroupCatalogEntryRelationAccessBeanData
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 CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates 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 getRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getRule
in interface CatalogGroupCatalogEntryRelationAccessBeanData
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 CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number that determines the display order of the contents of the CatalogGroup.
getSequence
in interface CatalogGroupCatalogEntryRelationAccessBeanData
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 CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number that determines the display order of the contents 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 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 setCatalogEntryId(java.lang.Long catEntryID)
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The target CatalogEntry of this relationship.
catEntryID
- The catalog entry ID. java.lang.Longpublic void setCatalogEntryId(java.lang.String catEntryID)
This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The target CatalogEntry of this relationship.
setCatalogEntryId
in interface CatalogGroupCatalogEntryRelationAccessBeanData
catEntryID
- The catalog entry ID. java.lang.Stringpublic void setCatalogGroupId(java.lang.Long catGrpID)
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The source CatalogGroup of this relationship.
catGrpID
- The catalog group ID. java.lang.Longpublic void setCatalogGroupId(java.lang.String catGrpID)
This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The source CatalogGroup of this relationship.
setCatalogGroupId
in interface CatalogGroupCatalogEntryRelationAccessBeanData
catGrpID
- The catalog group ID. java.lang.Stringpublic void setCatalogId(java.lang.Long catalogID)
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog inside of which this relationship is found.
catalogID
- The catalog ID. java.lang.Longpublic void setCatalogId(java.lang.String catalogID)
This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Catalog inside of which this relationship is found.
setCatalogId
in interface CatalogGroupCatalogEntryRelationAccessBeanData
catalogID
- The catalog reference number. java.lang.Stringpublic void setInitKey_catalogEntryId(java.lang.String catEntryID)
Set the primary key for this object
catEntryID
- The catalog entry ID. java.lang.Stringpublic void setInitKey_catalogGroupId(java.lang.String catGrpID)
Set the primary key for this object
catGrpID
- The catalog group ID. java.lang.Stringpublic void setInitKey_catalogId(java.lang.String catalogID)
Set the primary key for this object
catalogID
- The catalog ID. java.lang.Stringpublic void setLastUpdate(java.lang.String lastUpdate)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
setLastUpdate
in interface CatalogGroupCatalogEntryRelationAccessBeanData
lastUpdate
- The last update time stamp. java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp lastUpdate)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
lastUpdate
- The last update time stamp. java.sql.Timestamppublic void setRule(java.lang.String rule)
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setRule
in interface CatalogGroupCatalogEntryRelationAccessBeanData
rule
- The rule. java.lang.Stringpublic void setSequence(java.lang.Double sequence)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number that determines the display order of the contents of the CatalogGroup.
sequence
- The sequence number. java.lang.Doublepublic void setSequence(java.lang.String sequence)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number that determines the display order of the contents of the CatalogGroup.
setSequence
in interface CatalogGroupCatalogEntryRelationAccessBeanData
sequence
- The sequence number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |