|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.beans.CategoryDataBean
This bean provides access to the CATGRPDESC table.
The following is a description of this table:
This table hold the language dependant information related to a Catalog Group.
Constructor Summary | |
CategoryDataBean()
|
Method Summary | |
BundleDataBean[] |
getBundles()
IBM internal use only. |
java.lang.String |
getCatalogId()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedCategoryDataBean[] |
getCategoryAccessories()
IBM internal use only. |
CatalogGroupAttributeAccessBean[] |
getCategoryAttributes()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedCategoryDataBean[] |
getCategoryCrossSells()
IBM internal use only. |
java.lang.String |
getCategoryId()
IBM internal use only. |
com.ibm.commerce.catalog.beans.RelatedCategoryDataBean[] |
getCategoryUpSells()
IBM internal use only. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
CatalogGroupDescriptionAccessBean |
getDescription()
IBM internal use only. |
DynamicKitDataBean[] |
getDynamicKits()
IBM internal use only. |
java.util.Vector |
getExclusionPSIds()
IBM internal use only. |
java.lang.String |
getFilterEnabled()
IBM internal use only. |
java.lang.String |
getIdentifier()
IBM internal use only. |
java.util.Vector |
getInclusionPSIds()
IBM internal use only. |
ItemDataBean[] |
getItems()
IBM internal use only. |
PackageDataBean[] |
getPackages()
IBM internal use only. |
CategoryDataBean[] |
getParentCategories()
IBM internal use only. |
ProductDataBean[] |
getProducts()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
CategoryDataBean[] |
getSubCategories()
IBM internal use only. |
boolean |
hasSubCategories()
IBM internal use only. |
void |
populate()
Retrieves data from the database. |
void |
setCatalogId(java.lang.String aCatalogId1)
IBM internal use only. |
void |
setCategoryId(java.lang.String aCategoryId1)
IBM internal use only. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setExclusionPSIds(java.util.Vector aExclusionPSIds1)
IBM internal use only. |
void |
setFilterEnabled(java.lang.String aFilterEnabled1)
IBM internal use only. |
void |
setIdentifier(java.lang.String aIdentifier1)
IBM internal use only. |
void |
setInclusionPSIds(java.util.Vector aInclusionPSIds1)
IBM internal use only. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
Constructor Detail |
public CategoryDataBean()
Method Detail |
public BundleDataBean[] getBundles() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.lang.String getCatalogId()
IBM internal use only.
public com.ibm.commerce.catalog.beans.RelatedCategoryDataBean[] getCategoryAccessories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic CatalogGroupAttributeAccessBean[] getCategoryAttributes() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic com.ibm.commerce.catalog.beans.RelatedCategoryDataBean[] getCategoryCrossSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.lang.String getCategoryId()
IBM internal use only.
public com.ibm.commerce.catalog.beans.RelatedCategoryDataBean[] getCategoryUpSells() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic CommandContext getCommandContext()
Gets the command context set within this bean.
public CatalogGroupDescriptionAccessBean getDescription() throws java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic DynamicKitDataBean[] getDynamicKits() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.util.Vector getExclusionPSIds()
IBM internal use only.
public java.lang.String getFilterEnabled()
IBM internal use only.
public java.lang.String getIdentifier()
IBM internal use only.
public java.util.Vector getInclusionPSIds()
IBM internal use only.
public ItemDataBean[] getItems() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic PackageDataBean[] getPackages() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic CategoryDataBean[] getParentCategories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic ProductDataBean[] getProducts() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic TypedProperty getRequestProperties()
Gets the request property set within this bean.
public CategoryDataBean[] getSubCategories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic boolean hasSubCategories() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCatalogId(java.lang.String aCatalogId1)
IBM internal use only.
aCatalogId1
- java.lang.Stringpublic void setCategoryId(java.lang.String aCategoryId1)
IBM internal use only.
aCategoryId1
- java.lang.Stringpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setExclusionPSIds(java.util.Vector aExclusionPSIds1)
IBM internal use only.
aExclusionPSIds1
- java.util.Vectorpublic void setFilterEnabled(java.lang.String aFilterEnabled1)
IBM internal use only.
aFilterEnabled1
- java.lang.Stringpublic void setIdentifier(java.lang.String aIdentifier1)
IBM internal use only.
aIdentifier1
- java.lang.Stringpublic void setInclusionPSIds(java.util.Vector aInclusionPSIds1)
IBM internal use only.
aInclusionPSIds1
- java.util.Vectorpublic 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 |