|
||||||||
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.CatalogEntryClassificationCodeAccessBean
This bean provides access to the CATCLSFCOD table.
The following is a description of this table:
This table contains the assignment of classification codes to CatalogEntries.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogEntryClassificationCodeAccessBean()
Default constructor. |
|
CatalogEntryClassificationCodeAccessBean(javax.ejb.EJBObject aEJB)
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 |
findByCatalogEntry(java.lang.Long aCatalogEntryReferenceNumber)
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 CHARACTER (16) NOT NULL. |
java.lang.String |
getDomain()
This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHARACTER (32) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatEntryId(java.lang.Long aCatentryId)
This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatEntryId(java.lang.String aCatentryId)
This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the CATCLSFCOD.CODE column of DB2 type CHARACTER (16) NOT NULL. |
void |
setDomain(java.lang.String aDomain)
This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHARACTER (32) NOT NULL. |
void |
setInitKey_catEntryId(java.lang.String catEntryID)
Set the primary key for this object |
void |
setInitKey_domain(java.lang.String aDomain)
Set the primary key for this object |
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 CatalogEntryClassificationCodeAccessBean()
Default constructor. It is used to initialize the access bean.
public CatalogEntryClassificationCodeAccessBean(javax.ejb.EJBObject aEJB) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aEJB
- an CatalogEntryClassificationCode EJBObject referencejava.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 findByCatalogEntry(java.lang.Long aCatalogEntryReferenceNumber) 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 = aCatalogEntryReferenceNumber
aCatalogEntryReferenceNumber
- The Catalog Entry reference numberjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- 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 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
- 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 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 CHARACTER (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
- 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 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 CHARACTER (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
- 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 setCatEntryId(java.lang.Long aCatentryId)
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.
aCatentryId
- The Catalog Entry reference number. java.lang.Longpublic void setCatEntryId(java.lang.String aCatentryId)
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
aCatentryId
- The Catalog Entry reference number. java.lang.Stringpublic void setCode(java.lang.String aCode)
This method provides access to the CATCLSFCOD.CODE column of DB2 type CHARACTER (16) NOT NULL.
The following is a description of this column:
Classification code assigned under a particular classification domain.
setCode
in interface CatalogEntryClassificationCodeAccessBeanData
aCode
- The Classification code. java.lang.Stringpublic void setDomain(java.lang.String aDomain)
This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHARACTER (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
aDomain
- The Classification domain. java.lang.Stringpublic void setInitKey_catEntryId(java.lang.String catEntryID)
Set the primary key for this object
catEntryID
- The catalog entry ID. java.lang.Stringpublic void setInitKey_domain(java.lang.String aDomain)
Set the primary key for this object
aDomain
- The Classification domain. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |