java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogGroupCatalogEntryRelationAccessBean
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.
Constructor Summary | |
---|---|
CatalogGroupCatalogEntryRelationAccessBean() constructor | |
CatalogGroupCatalogEntryRelationAccessBean(javax.ejb.EJBObject o) constructor | |
CatalogGroupCatalogEntryRelationAccessBean(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Long arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatalogEntryId(java.lang.Long arg0) Finds the catalog group - catalog entry relations with the catalog entry ID. |
java.util.Enumeration |
findByCatalogEntryIdAndStore(java.lang.Long arg0,
java.lang.Integer arg1) Finds the record by catalog entry id and store id. |
java.util.Enumeration |
findByCatalogGroupId(java.lang.Long arg0) 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. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getRule() This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254). |
java.lang.String |
getSequence() This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.Double |
getSequenceInEJBType() This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatalogEntryId(java.lang.Long newValue) This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryId(java.lang.String newValue) This method provides access to the CATGPENREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.Long newValue) This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupId(java.lang.String newValue) This method provides access to the CATGPENREL.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.Long newValue) This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogId(java.lang.String newValue) This method provides access to the CATGPENREL.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_catalogEntryId(java.lang.String newValue) Set the primary key for this object |
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 |
setLastUpdate(java.lang.String newValue) This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setRule(java.lang.String newValue) This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254). |
void |
setSequence(java.lang.Double newValue) This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
void |
setSequence(java.lang.String newValue) This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogGroupCatalogEntryRelationAccessBean()
public CatalogGroupCatalogEntryRelationAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CatalogGroupCatalogEntryRelationAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByCatalogEntryId(java.lang.Long arg0) 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 = aCatalogEntryId ORDER BY SEQUENCE
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 findByCatalogGroupId(java.lang.Long arg0) 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 = aCatalogGroupId ORDER BY SEQUENCE
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_catalogEntryId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic 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.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 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
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 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogGroupId(java.lang.String newValue)
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
newValue
- Stringpublic void setCatalogGroupId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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).
The following is a description of this column:
Reserved for IBM internal use.
getRule
in interface
CatalogGroupCatalogEntryRelationAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRule(java.lang.String newValue)
This method provides access to the CATGPENREL.RULE column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
setRule
in interface
CatalogGroupCatalogEntryRelationAccessBeanData
newValue
- java.lang.Stringpublic 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.
The following is a description of this column:
Indicates the last time that this relationship was updated.
getLastUpdate
in interface
CatalogGroupCatalogEntryRelationAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
Indicates the last time that this relationship was updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdate(java.lang.String newValue)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Indicates the last time that this relationship was updated.
setLastUpdate
in interface
CatalogGroupCatalogEntryRelationAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the CATGPENREL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Indicates the last time that this relationship was updated.
newValue
- java.sql.Timestamppublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogEntryId(java.lang.String newValue)
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
newValue
- Stringpublic void setCatalogEntryId(java.lang.Long newValue)
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.
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 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
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 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogId(java.lang.String newValue)
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
newValue
- Stringpublic void setCatalogId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSequence(java.lang.String newValue)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
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
newValue
- Stringpublic void setSequence(java.lang.Double newValue)
This method provides access to the CATGPENREL.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
The sequence number that determines the display order of the contents of the CatalogGroup.
newValue
- java.lang.Doublepublic java.util.Enumeration findByCatalogEntryIdAndStore(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