java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogEntryTypeAccessBean
This table defines all possible types of CatalogEntries. Examples of CatalogEntry types are ProductBean, ItemBean, PackageBean, BundleBean and DynamicKitBean.
Constructor Summary | |
---|---|
CatalogEntryTypeAccessBean() constructor | |
CatalogEntryTypeAccessBean(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 |
findAll() Finds all the catalog entry types. |
java.lang.String |
getDescription() This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getOid() This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64). |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDescription(java.lang.String newValue) This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254). |
void |
setInitKey_catalogEntryTypeReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setOid(java.lang.String newValue) This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogEntryTypeAccessBean()
public CatalogEntryTypeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds all the catalog entry types.
SQL: SELECT CATENTTYPE_ID, DESCRIPTION FROM CATENTTYPE WHERE 1=1
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_catalogEntryTypeReferenceNumber(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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The description for this CatalogEntry type.
getDescription
in interface
CatalogEntryTypeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The description for this CatalogEntry type.
setDescription
in interface
CatalogEntryTypeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getOid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface
CatalogEntryTypeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOid(java.lang.String newValue)
This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface
CatalogEntryTypeAccessBeanData
newValue
- java.lang.String