java.lang.Objectcom.ibm.commerce.tools.contract.beans.ProductTreeDataBean
Display the results of a product search in a tree view
Field Summary | |
protected java.lang.String | catalogId |
protected java.lang.String | categoryId |
static java.lang.String | CATENTRY_TYPE_BUNDLE Catentry type constannts |
static java.lang.String | CATENTRY_TYPE_ITEM Catentry type constannts |
static java.lang.String | CATENTRY_TYPE_PACKAGE Catentry type constannts |
static java.lang.String | CATENTRY_TYPE_PRODUCT Catentry type constannts |
protected CommandContext | commandContext |
protected java.util.Vector | iconInfo |
protected java.util.Vector | menuInfo |
protected java.util.Vector | nodeInfo |
protected java.lang.String | selectionType |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ProductTreeDataBean() Construct a ProductTreeDataBean |
Method Summary | |
java.lang.String | getCatalogId() Get the catalog identifier for the tree |
java.lang.String | getCategoryId() Get the category identifier for the tree |
CommandContext | getCommandContext() Get the command context |
java.lang.String | getDefaultLanguageId() Get the language identifier for the language in which to search |
java.util.Vector | getIconInfo() Get the information for the icons in the tree |
java.lang.String | getLanguageId() Get the language identifier for the language in which to fetch. |
java.util.Vector | getMenuInfo() Get the information for the menu |
java.util.Vector | getNodeInfo() Get the information for the nodes in the tree |
TypedProperty | getRequestProperties() Get the request properties |
java.lang.String | getSelectionType() Get the selection type |
java.lang.String | getStoreId() Get the store identifier |
java.lang.String | getStoreIds() Get the store identifiers for all the related stores in the store path |
void | populate() Populates the databean. |
void | setCommandContext(CommandContext cc) Set the command context |
void | setRequestProperties(TypedProperty param) Sets the requestProperties associated with the data bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected CommandContext commandContext
protected java.util.Vector nodeInfo
protected java.util.Vector iconInfo
protected java.util.Vector menuInfo
protected java.lang.String selectionType
protected java.lang.String catalogId
protected java.lang.String categoryId
public static final java.lang.String CATENTRY_TYPE_PRODUCT
public static final java.lang.String CATENTRY_TYPE_ITEM
public static final java.lang.String CATENTRY_TYPE_PACKAGE
public static final java.lang.String CATENTRY_TYPE_BUNDLE
Constructor Detail |
public ProductTreeDataBean()
Method Detail |
public java.lang.String getCatalogId() throws ECSystemException
public java.lang.String getCategoryId() throws ECSystemException
public CommandContext getCommandContext()
public java.util.Vector getIconInfo() throws ECSystemException
public java.util.Vector getMenuInfo() throws ECSystemException
public java.util.Vector getNodeInfo() throws ECSystemException
public TypedProperty getRequestProperties()
public java.lang.String getSelectionType() throws ECSystemException
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext cc)
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
public java.lang.String getStoreIds() throws java.lang.Exception
public java.lang.String getStoreId() throws java.lang.Exception
public java.lang.String getDefaultLanguageId() throws java.lang.Exception
public java.lang.String getLanguageId() throws java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.