|
||||||||
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.CatalogDescriptionAccessBean
This bean provides access to the CATALOGDSC table.
The following is a description of this table:
This table holds language-dependent information related to a Catalog.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogDescriptionAccessBean()
Default constructor. |
|
CatalogDescriptionAccessBean(javax.ejb.EJBObject catDescEJBObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogDescriptionAccessBean(java.lang.Long catRefNum,
java.lang.Integer languageID)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
CatalogDescriptionAccessBean(java.lang.Long abCatalogId,
java.lang.Integer anLanguageId,
java.lang.String astrName)
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.lang.String |
getFullIImage()
This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLongDescription()
This method provides access to the CATALOGDSC.LONGDESCRIPTION column of DB2 type LONG NULL. |
java.lang.String |
getName()
This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getShortDescription()
This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getThumbNail()
This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setFullIImage(java.lang.String aFullIImage)
This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_catalogReferenceNumber(java.lang.String aInitKey_catalogReferenceNumber)
Set the primary key for this object |
void |
setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object |
void |
setLongDescription(java.lang.String astrLongDescription)
This method provides access to the CATALOGDSC.LONGDESCRIPTION column of DB2 type LONG NULL. |
void |
setName(java.lang.String astrName)
This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setShortDescription(java.lang.String astrShortDescription)
This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setThumbNail(java.lang.String astrThumbNail)
This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) 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 CatalogDescriptionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogDescriptionAccessBean(javax.ejb.EJBObject catDescEJBObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
catDescEJBObject
- The catalog description access bean. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogDescriptionAccessBean(java.lang.Long catRefNum, java.lang.Integer languageID) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the catalog description according to the catalog reference number and the language ID
catRefNum
- The catalog reference number. java.lang.LonglanguageID
- The language ID. java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CatalogDescriptionAccessBean(java.lang.Long abCatalogId, java.lang.Integer anLanguageId, java.lang.String astrName) 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 description according to the catalog reference number, the language reference, and the language dependent name of the Catalog.
abCatalogId
- The catalog reference number. java.lang.LonganLanguageId
- The language ID. java.lang.IntegerastrName
- The language dependent name of the Catalog. java.lang.Stringjavax.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.lang.String getFullIImage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The image path of this Catalog.
getFullIImage
in interface CatalogDescriptionAccessBeanData
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 getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A long description of this Catalog.
getLongDescription
in interface CatalogDescriptionAccessBeanData
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 getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this Catalog.
getName
in interface CatalogDescriptionAccessBeanData
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 getShortDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of this Catalog.
getShortDescription
in interface CatalogDescriptionAccessBeanData
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 getThumbNail() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The thumbnail image path of this Catalog.
getThumbNail
in interface CatalogDescriptionAccessBeanData
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 setFullIImage(java.lang.String aFullIImage)
This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The image path of this Catalog.
setFullIImage
in interface CatalogDescriptionAccessBeanData
aFullIImage
- The path of the full image for this Catalog. java.lang.Stringpublic void setInitKey_catalogReferenceNumber(java.lang.String aInitKey_catalogReferenceNumber)
Set the primary key for this object
aInitKey_catalogReferenceNumber
- The Catalog reference number. java.lang.Stringpublic void setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object
aInitKey_language_id
- The Language reference number. java.lang.Stringpublic void setLongDescription(java.lang.String astrLongDescription)
This method provides access to the CATALOGDSC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A long description of this Catalog.
setLongDescription
in interface CatalogDescriptionAccessBeanData
astrLongDescription
- The long description for the Catalog. java.lang.Stringpublic void setName(java.lang.String astrName)
This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this Catalog.
setName
in interface CatalogDescriptionAccessBeanData
astrName
- The catalog name. java.lang.Stringpublic void setShortDescription(java.lang.String astrShortDescription)
This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of this Catalog.
setShortDescription
in interface CatalogDescriptionAccessBeanData
astrShortDescription
- The short description of the catalog. java.lang.Stringpublic void setThumbNail(java.lang.String astrThumbNail)
This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The thumbnail image path of this Catalog.
setThumbNail
in interface CatalogDescriptionAccessBeanData
astrThumbNail
- The path to the thumbnail image of this Catalog. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |