|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.beans.CatalogDataBean
This bean provides access to the CATALOGDSC table.
The following is a description of this table:
This table hold the language dependant information related to a Catalog.
Constructor Summary | |
CatalogDataBean()
|
Method Summary | |
java.lang.String |
getCatalogId()
This method provides access to the CATALOGDSC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
CatalogDescriptionAccessBean |
getDescription()
IBM internal use only. |
java.lang.String |
getIdentifier()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
CategoryDataBean[] |
getTopCategories()
IBM internal use only. |
void |
populate()
Retrieves data from the database. |
void |
setCatalogId(java.lang.String aCatalogId1)
This method provides access to the CATALOGDSC.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setIdentifier(java.lang.String aIdentifier1)
IBM internal use only. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
Constructor Detail |
public CatalogDataBean()
Method Detail |
public java.lang.String getCatalogId()
This method provides access to the CATALOGDSC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that indicates the Catalog that this language specific information relates to.
public CommandContext getCommandContext()
Gets the command context set within this bean.
public CatalogDescriptionAccessBean getDescription() throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getIdentifier()
IBM internal use only.
public TypedProperty getRequestProperties()
Gets the request property set within this bean.
public CategoryDataBean[] getTopCategories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic void populate() throws javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Retrieves data from the database.
javax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCatalogId(java.lang.String aCatalogId1)
This method provides access to the CATALOGDSC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that indicates the Catalog that this language specific information relates to.
aCatalogId1
- java.lang.Stringpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setIdentifier(java.lang.String aIdentifier1)
IBM internal use only.
aIdentifier1
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |