java.lang.Object | +--com.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.tools.common.ui. DynamicTreeUserDataBean |
COPYRIGHT |
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
ECSystemException
public java.lang.String getCategoryId() throws ECSystemException
ECSystemException
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public java.util.Vector getIconInfo() throws ECSystemException
getIconInfo
in interface
DynamicTreeUserDataBean
ECSystemException
public java.util.Vector getMenuInfo() throws ECSystemException
getMenuInfo
in interface
DynamicTreeUserDataBean
ECSystemException
public java.util.Vector getNodeInfo() throws ECSystemException
getNodeInfo
in interface
DynamicTreeUserDataBean
ECSystemException
public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
public java.lang.String getSelectionType() throws ECSystemException
ECSystemException
public void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
java.lang.Exception
public void setCommandContext(CommandContext cc)
setCommandContext
in interface
SmartDataBean
cc
- The command context..public void setRequestProperties(TypedProperty param) throws java.lang.Exception
setRequestProperties
in interface
InputDataBean
java.lang.Exception
public java.lang.String getStoreIds() throws java.lang.Exception
java.lang.Exception
- - Thrown whenever an exception is
encountered while retrieving related stores using the store access
bean.public java.lang.String getStoreId() throws java.lang.Exception
java.lang.Exception
- - Thrown whenever an exception is
encountered while retrieving store Idpublic java.lang.String getDefaultLanguageId() throws java.lang.Exception
java.lang.Exception
- - Thrown whenever an exception is
encountered.public java.lang.String getLanguageId() throws java.lang.Exception
java.lang.Exception
- - Thrown whenever an exception is
encountered.