java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogEntryClassificationCodeAccessBean
This table contains the assignment of classification codes to CatalogEntries.
Constructor Summary | |
---|---|
CatalogEntryClassificationCodeAccessBean() constructor | |
CatalogEntryClassificationCodeAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatalogEntry(java.lang.Long arg0) This method returns an Enumeration of CatalogEntryClassificationCodeAccessBean with the given CatalogEntry reference number. |
java.lang.String |
getCatEntryId() This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatEntryIdInEJBType() This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCode() This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL. |
java.lang.String |
getDomain() This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatEntryId(java.lang.Long newValue) This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatEntryId(java.lang.String newValue) This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCode(java.lang.String newValue) This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL. |
void |
setDomain(java.lang.String newValue) This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL. |
void |
setInitKey_catEntryId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_domain(java.lang.String newValue) Set the primary key for this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogEntryClassificationCodeAccessBean()
public CatalogEntryClassificationCodeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByCatalogEntry(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryClassificationCodeAccessBean with the given CatalogEntry reference number.
SQL:
SELECT * FROM CATCLSFCOD WHERE CATCLSFCOD.CATENTRY_ID = argCatEntry
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_catEntryId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_domain(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 getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Classification code assigned under a particular classification domain.
getCode
in interface
CatalogEntryClassificationCodeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCode(java.lang.String newValue)
This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Classification code assigned under a particular classification domain.
setCode
in interface
CatalogEntryClassificationCodeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCatEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry.
getCatEntryId
in interface
CatalogEntryClassificationCodeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCatEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatEntryId(java.lang.String newValue)
This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry.
setCatEntryId
in interface
CatalogEntryClassificationCodeAccessBeanData
newValue
- Stringpublic void setCatEntryId(java.lang.Long newValue)
This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry.
newValue
- java.lang.Longpublic java.lang.String getDomain() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
Classification domain used to assign a code. One such example is UNSPSC classification system.
getDomain
in interface
CatalogEntryClassificationCodeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDomain(java.lang.String newValue)
This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
Classification domain used to assign a code. One such example is UNSPSC classification system.
setDomain
in interface
CatalogEntryClassificationCodeAccessBeanData
newValue
- java.lang.String