java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
This table holds language-dependent information related to a CatalogEntry. This access bean corresponds to the database table 'CATENTDESC'.
Constructor Summary | |
CatalogEntryDescriptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
|
CatalogEntryDescriptionAccessBean(java.lang.Long arg1, java.lang.Integer arg2) 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). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByCatalogEntry(java.lang.Long catalogEntryReferenceNumber) Finds the catalog entry description with the catalog entry ID. |
java.util.Enumeration | findByCatalogEntryIds(java.lang.Long[] arCatalogEntryIds) This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs. |
java.util.Enumeration | findByCatalogEntryIdsAndLanguageId(java.lang.Long[] arCatalogEntryIds, java.lang.Integer nLanguageId) This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs and the specified Language reference number. |
java.lang.String | getAuxDescription1() This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type VARCHAR(4000). |
java.lang.String | getAuxDescription2() This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type VARCHAR(4000). |
java.lang.String | getAvailabilityDate() This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getAvailabilityDateInEJBType() This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP. |
java.lang.String | getAvailable() This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getAvailableInEJBType() This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL. |
java.lang.String | getCatalogEntryReferenceNumber() This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatalogEntryReferenceNumberInEJBType() This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getFullImage() This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254). |
java.lang.String | getKeyWord() This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254). |
java.lang.String | getLanguage_id() This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getLanguage_idInEJBType() This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getLongDescription() This method accesses a non-CMP field |
java.lang.String | getName() This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(128). |
java.lang.String | getPublished() This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getPublishedInEJBType() This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
java.lang.String | getShortDescription() This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String | getThumbNail() This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254). |
java.lang.String | getXmlDetail() This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG VARCHAR. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAuxDescription1(java.lang.String newValue) This method accesses a non-CMP field |
void | setAuxDescription2(java.lang.String newValue) This method accesses a non-CMP field |
void | setAvailabilityDate(java.lang.String newValue) This method accesses a non-CMP field |
void | setAvailabilityDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setAvailable(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setAvailable(java.lang.String newValue) This method accesses a non-CMP field |
void | setFullImage(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_catalogEntryReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_language_id(java.lang.String newValue) Set the primary key for this object |
void | setKeyWord(java.lang.String newValue) This method accesses a non-CMP field |
void | setLanguage_id(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLanguage_id(java.lang.String newValue) This method accesses a non-CMP field |
void | setLongDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setPublished(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPublished(java.lang.String newValue) This method accesses a non-CMP field |
void | setShortDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setThumbNail(java.lang.String newValue) This method accesses a non-CMP field |
void | setXmlDetail(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalogEntryDescriptionAccessBean()
public CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CatalogEntryDescriptionAccessBean(java.lang.Long arg1, java.lang.Integer arg2) 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 entry description with catalog entry ID and language ID.
Method Detail |
public java.util.Enumeration findByCatalogEntry(java.lang.Long catalogEntryReferenceNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry description with the catalog entry ID.
SQL:
SELECT LONGDESCRIPTION, CATENTRY_ID, AVAILABLE, LANGUAGE_ID, SHORTDESCRIPTION, FULLIMAGE, NAME, PUBLISHED, XMLDETAIL, THUMBNAIL, AVAILABILITYDATE, AUXDESCRIPTION2, AUXDESCRIPTION1 FROM CATENTDESC WHERE CATENTRY_ID = catalogEntryReferenceNumber
public java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] arCatalogEntryIds) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs.
SQL:
SELECT LONGDESCRIPTION, CATENTRY_ID, AVAILABLE, LANGUAGE_ID, SHORTDESCRIPTION, FULLIMAGE, NAME, PUBLISHED, XMLDETAIL, THUMBNAIL, AVAILABILITYDATE, AUXDESCRIPTION2, AUXDESCRIPTION1 FROM CATENTDESC WHERE CATENTRY_ID IN (arCatalogEntryIds)
public java.util.Enumeration findByCatalogEntryIdsAndLanguageId(java.lang.Long[] arCatalogEntryIds, java.lang.Integer nLanguageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs and the specified Language reference number.
SQL:
SELECT LONGDESCRIPTION, CATENTRY_ID, AVAILABLE, LANGUAGE_ID, SHORTDESCRIPTION, FULLIMAGE, NAME, PUBLISHED, XMLDETAIL, THUMBNAIL, AVAILABILITYDATE, AUXDESCRIPTION2, AUXDESCRIPTION1 FROM CATENTDESC WHERE CATENTRY_ID IN (arCatalogEntryIds) AND LANGUAGE_ID = nLanguageId
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getFullImage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
The full image path of this CatalogEntry.
public void setFullImage(java.lang.String newValue)
public java.lang.String getKeyWord() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254).
The following is a description of this column:
A keyword used for searching.
public void setKeyWord(java.lang.String newValue)
public java.lang.String getPublished() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogEntry should be displayed for the language indicated by LANGUAGE_ID: 0= CatalogEntry should not be displayed, 1= CatalogEntry should be displayed.
public java.lang.Integer getPublishedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogEntry should be displayed for the language indicated by LANGUAGE_ID: 0= CatalogEntry should not be displayed, 1= CatalogEntry should be displayed.
public void setPublished(java.lang.String newValue)
public void setPublished(java.lang.Integer newValue)
public java.lang.String getAvailable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the length of time to availability of this CatalogEntry. Do not use this column to indicate inventory levels.
public java.lang.Integer getAvailableInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the length of time to availability of this CatalogEntry. Do not use this column to indicate inventory levels.
public void setAvailable(java.lang.String newValue)
public void setAvailable(java.lang.Integer newValue)
public java.lang.String getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that indicates to which CatalogEntry this language-specific information relates.
public java.lang.Long getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that indicates to which CatalogEntry this language-specific information relates.
public java.lang.String getXmlDetail() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG VARCHAR.
The following is a description of this column:
Reserved for IBM internal use.
public void setXmlDetail(java.lang.String newValue)
public java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLongDescription(java.lang.String newValue)
public java.lang.String getAvailabilityDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Date this CatalogEntry becomes available.
public java.sql.Timestamp getAvailabilityDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Date this CatalogEntry becomes available.
public void setAvailabilityDate(java.lang.String newValue)
public void setAvailabilityDate(java.sql.Timestamp newValue)
public java.lang.String getThumbNail() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254).
The following is a description of this column:
The thumbnail image path of this CatalogEntry.
public void setThumbNail(java.lang.String newValue)
public java.lang.String getAuxDescription2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type VARCHAR(4000).
The following is a description of this column:
Additional description for this CatalogEntry.
public void setAuxDescription2(java.lang.String newValue)
public java.lang.String getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language. For a list of language components, see the LANGUAGE table.
public void setLanguage_id(java.lang.String newValue)
public void setLanguage_id(java.lang.Integer newValue)
public java.lang.String getAuxDescription1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type VARCHAR(4000).
The following is a description of this column:
Additional description for this CatalogEntry.
public void setAuxDescription1(java.lang.String newValue)
public java.lang.String getShortDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A short description of this CatalogEntry.
public void setShortDescription(java.lang.String newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(128).
The following is a description of this column:
The language-dependent name of this CatalogEntry.
public void setName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.