public class ShippingTCShippingChargeAdjustmentTreeDataBean extends java.lang.Object implements DynamicTreeUserDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CATENTRY_TYPE_BUNDLE
Catentry type Bundle
|
static java.lang.String | CATENTRY_TYPE_DYNAMIC_KIT
Catentry type Dynamic Kit
|
static java.lang.String | CATENTRY_TYPE_ITEM
Catentry type Item
|
static java.lang.String | CATENTRY_TYPE_PACKAGE
Catentry type Package
|
static java.lang.String | CATENTRY_TYPE_PRODUCT
Catentry type Product
|
static java.lang.String | NODE_TYPE_BUNDLE
Tree Node type Bundle
|
static java.lang.String | NODE_TYPE_CATALOG
Tree mode type Catalog
|
static java.lang.String | NODE_TYPE_CATEGORY
Tree node type Category
|
static java.lang.String | NODE_TYPE_CATENTRY
Tree Node type Catentry
|
static java.lang.String | NODE_TYPE_DYNAMIC_KIT
Tree Node type Dynamic Kit
|
static java.lang.String | NODE_TYPE_ITEM
Tree Node type Item
|
static java.lang.String | NODE_TYPE_PRODUCT
Tree Node type Product
|
static java.lang.String | NODE_TYPE_SEPARATOR
Tree Node type Separator
|
static java.lang.String | TCSUBTYPE_SHIPPING_CHARGE_ADJUSTMENT
Shipping charge adjustment term and condition sub type.
|
Constructor and Description |
---|
ShippingTCShippingChargeAdjustmentTreeDataBean()
Constructs a CatalogFilterTreeDataBean object.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Gets the commandContext associated with the data bean.
|
java.lang.String | getDefaultLanguageId()
Gets the language identifier for the language in which to search.
|
java.util.Vector | getIconInfo()
Gets the icon information.
|
java.lang.String | getLanguageId()
Gets the language identifier for the language in which to fetch.
|
java.util.Vector | getMenuInfo()
Gets the menu information.
|
java.util.Vector | getNodeInfo()
Gets the node information.
|
TypedProperty | getRequestProperties()
Gets the requestProperties associated with the data bean.
|
java.lang.String | getStoreId()
Gets the store identifier.
|
java.lang.String | getStoreIds()
Gets the store identifiers for all the related stores in the store path.
|
void | populate()
This method is used to populate all node information and appends to the nodeInfo vector.
|
void | setCommandContext(CommandContext cc)
Sets the commandContext associated with the data bean.
|
void | setLanguageId(java.lang.String newLanguageId)
Sets the language identifier in which to search.
|
void | setRequestProperties(TypedProperty param)
Sets the requestProperties associated with the data bean.
|
void | trace(java.lang.String traceString)
Outputs a line of trace if trace mode is true.
|
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
public static final java.lang.String CATENTRY_TYPE_DYNAMIC_KIT
public static final java.lang.String NODE_TYPE_CATALOG
public static final java.lang.String NODE_TYPE_CATEGORY
public static final java.lang.String NODE_TYPE_CATENTRY
public static final java.lang.String NODE_TYPE_SEPARATOR
public static final java.lang.String NODE_TYPE_BUNDLE
public static final java.lang.String NODE_TYPE_DYNAMIC_KIT
public static final java.lang.String NODE_TYPE_ITEM
public static final java.lang.String NODE_TYPE_PRODUCT
public static final java.lang.String TCSUBTYPE_SHIPPING_CHARGE_ADJUSTMENT
public ShippingTCShippingChargeAdjustmentTreeDataBean()
public CommandContext getCommandContext()
public java.util.Vector getIconInfo()
public java.lang.String getDefaultLanguageId() throws java.lang.Exception
public java.lang.String getLanguageId() throws java.lang.Exception
public java.util.Vector getMenuInfo()
public java.util.Vector getNodeInfo()
public TypedProperty getRequestProperties()
public java.lang.String getStoreId() throws java.lang.Exception
public java.lang.String getStoreIds() throws java.lang.Exception
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext cc)
public void setLanguageId(java.lang.String newLanguageId)
public void setRequestProperties(TypedProperty param)
public void trace(java.lang.String traceString)