public class AttachmentTreeDataBean extends java.lang.Object implements DynamicTreeUserDataBean
AttachmentTreeDataBean
class implements the com.ibm.commerce.tools.common.ui.DynamicTreeUserDataBean
interface
to retrieve attachment information for the AttachmentTreeView JSP. This bean is used to construct a directory structure for the attachments.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
Constructor and Description |
---|
AttachmentTreeDataBean()
The default constructor of AttachmentTreeDataBean.
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Gets the command context associated with the data bean.
|
java.util.Vector |
getIconInfo()
Gets the icons information.
|
java.util.Vector |
getMenuInfo()
Gets the menus information.
|
java.util.Vector |
getNodeInfo()
Gets the nodes information.
|
TypedProperty |
getRequestProperties()
Gets the requestProperties associated with the data bean.
|
void |
populate()
Generates the directory tree nodes, icons and menus information.
|
void |
setCommandContext(CommandContext cmdContext)
Sets the command context associated with the data bean.
|
void |
setRequestProperties(TypedProperty requestProperties)
Sets the requestProperties associated with the data bean.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public AttachmentTreeDataBean()
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setCommandContext(CommandContext cmdContext)
setCommandContext
in interface SmartDataBean
cmdContext
- The command context passed to the JSP page that invokes this data bean.public void setRequestProperties(TypedProperty requestProperties)
setRequestProperties
in interface InputDataBean
requestProperties
- The request properties passed to the JSP page that invokes this data bean.public java.util.Vector getIconInfo()
getIconInfo
in interface DynamicTreeUserDataBean
public java.util.Vector getMenuInfo()
getMenuInfo
in interface DynamicTreeUserDataBean
public java.util.Vector getNodeInfo()
getNodeInfo
in interface DynamicTreeUserDataBean
public void populate()
populate
in interface SmartDataBean