java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogGroupDescriptionAccessBean
This table hold the language-dependent information related to a CatalogGroup.
Constructor Summary | |
---|---|
CatalogGroupDescriptionAccessBean() constructor | |
CatalogGroupDescriptionAccessBean(javax.ejb.EJBObject o) constructor | |
CatalogGroupDescriptionAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.String arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatalogGroupIdsAndLanguageId(java.lang.Long[] arg0,
java.lang.Integer arg1) Finds the catalog group description with the catalog group IDs and the language ID. |
java.util.Enumeration |
findByLocaleAndStore(java.lang.String arg0,
java.lang.Integer arg1) Finds the catalog group description with the locale and the store ID. |
java.lang.Long |
getCatalogGroupReferenceNumber() getCatalogGroupReferenceNumber |
java.lang.String |
getDisplay() This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254). |
java.lang.String |
getFullIImage() This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254). |
java.lang.String |
getKeyWord() This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254). |
java.lang.String |
getLongDescription() This method accesses a non-CMP field |
java.lang.String |
getMemberGroupId() This method accesses a non-CMP field |
java.lang.Long |
getMemberGroupIdInEJBType() This method accesses a non-CMP field |
java.lang.String |
getName() This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getNote() getNote |
java.lang.String |
getPublished() This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getPublishedInEJBType() This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShortDescription() This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getThumbNail() This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254). |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatalogGroupReferenceNumber(java.lang.Long newValue) setCatalogGroupReferenceNumber |
void |
setDisplay(java.lang.String newValue) This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254). |
void |
setFullIImage(java.lang.String newValue) This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254). |
void |
setInitKey_catalogGroupReferenceNumber(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 provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254). |
void |
setLongDescription(java.lang.String newValue) This method accesses a non-CMP field |
void |
setMemberGroupId(java.lang.Long newValue) This method accesses a non-CMP field |
void |
setMemberGroupId(java.lang.String newValue) This method accesses a non-CMP field |
void |
setName(java.lang.String newValue) This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setNote(java.lang.String newValue) This method accesses a non-CMP field |
void |
setPublished(java.lang.Integer newValue) This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
void |
setPublished(java.lang.String newValue) This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
void |
setShortDescription(java.lang.String newValue) This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254). |
void |
setThumbNail(java.lang.String newValue) This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogGroupDescriptionAccessBean()
public CatalogGroupDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CatalogGroupDescriptionAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public java.util.Enumeration findByCatalogGroupIdsAndLanguageId(java.lang.Long[] arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog group description with the catalog group IDs and the language ID.
SQL:
SELECT FULLIMAGE, KEYWORD, DISPLAY, LANGUAGE_ID, SHORTDESCRIPTION,
CATGROUP_ID, PUBLISHED, NAME, THUMBNAIL FROM CATGRPDESC WHERE LANGUAGE_ID =
nLanguageId AND CATGROUP_ID IN (arCatalogGroupIds)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByLocaleAndStore(java.lang.String arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog group description with the locale and the store ID.
SQL:
SELECT CATGRPDESC.FULLIMAGE, CATGRPDESC.KEYWORD, CATGRPDESC.DISPLAY,
CATGRPDESC.LANGUAGE_ID, CATGRPDESC.SHORTDESCRIPTION, CATGRPDESC.CATGROUP_ID,
CATGRPDESC.PUBLISHED, CATGRPDESC.NAME, CATGRPDESC.THUMBNAIL FROM CATGRPDESC
WHERE CATGRPDESC.PUBLISHED = 1 AND CATGRPDESC.LANGUAGE_ID in (select
LANGUAGE_ID from language where localename = locale AND
CATGRPDESC.CATGROUP_ID in (select CATGROUP_ID FROM CATENTRY CATENTRY, STORECENT
STORECENT, CATGPENREL CATGPENREL where STORECENT.STOREENT_ID = storeId
AND ( CATENTRY.CATENTTYPE_ID LIKE 'ProductBean%' OR
(CATENTRY.CATENTTYPE_ID LIKE 'ItemBean%' AND CATENTRY.CATENTRY_ID NOT
IN (SELECT CATENTRY_ID FROM ATTRIBUTE))) AND CATENTRY.BUYABLE = 1 AND
STORECENT.CATENTRY_ID = CATENTRY.CATENTRY_ID AND CATGPENREL.CATENTRY_ID =
STORECENT.CATENTRY_ID))
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_catalogGroupReferenceNumber(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 getKeyWord() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254).
The following is a description of this column:
A keyword used for searching.
getKeyWord
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setKeyWord(java.lang.String newValue)
This method provides access to the CATGRPDESC.KEYWORD column of DB2 type VARCHAR(254).
The following is a description of this column:
A keyword used for searching.
setKeyWord
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getFullIImage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
The full image path of this CatalogGroup.
getFullIImage
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFullIImage(java.lang.String newValue)
This method provides access to the CATGRPDESC.FULLIMAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
The full image path of this CatalogGroup.
setFullIImage
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getPublished() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogGroup should be displayed for the language indicated by LANGUAGE_ID: 0=no, 1=yes.
getPublished
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getPublishedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogGroup should be displayed for the language indicated by LANGUAGE_ID: 0=no, 1=yes.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPublished(java.lang.String newValue)
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogGroup should be displayed for the language indicated by LANGUAGE_ID: 0=no, 1=yes.
setPublished
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- Stringpublic void setPublished(java.lang.Integer newValue)
This method provides access to the CATGRPDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogGroup should be displayed for the language indicated by LANGUAGE_ID: 0=no, 1=yes.
newValue
- java.lang.Integerpublic java.lang.String getMemberGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getMemberGroupId
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getMemberGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberGroupId(java.lang.String newValue)
setMemberGroupId
in interface
CatalogGroupDescriptionAccessBeanData
public void setMemberGroupId(java.lang.Long newValue)
public java.lang.String getDisplay() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
getDisplay
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDisplay(java.lang.String newValue)
This method provides access to the CATGRPDESC.DISPLAY column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
setDisplay
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getLongDescription
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLongDescription(java.lang.String newValue)
setLongDescription
in interface
CatalogGroupDescriptionAccessBeanData
public java.lang.String getThumbNail() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254).
The following is a description of this column:
The thumbnail image path of this CatalogGroup.
getThumbNail
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setThumbNail(java.lang.String newValue)
This method provides access to the CATGRPDESC.THUMBNAIL column of DB2 type VARCHAR(254).
The following is a description of this column:
The thumbnail image path of this CatalogGroup.
setThumbNail
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getShortDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A short description of this CatalogGroup.
getShortDescription
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShortDescription(java.lang.String newValue)
This method provides access to the CATGRPDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A short description of this CatalogGroup.
setShortDescription
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this CatalogGroup.
getName
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the CATGRPDESC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this CatalogGroup.
setName
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.Long getCatalogGroupReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getCatalogGroupReferenceNumber
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogGroupReferenceNumber(java.lang.Long newValue)
This method provides access to the CATGRPDESC.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that indicates the CatalogGroup that this language specific information relates to.
setCatalogGroupReferenceNumber
in interface
CatalogGroupDescriptionAccessBeanData
newValue
- java.lang.Longpublic java.lang.String getNote() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getNote
in interface
CatalogGroupDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setNote(java.lang.String newValue)
setNote
in interface
CatalogGroupDescriptionAccessBeanData