com.ibm.wps.portletservice.portletmenu
Interface MemoryMenuTreeTopologyCtrl

All Superinterfaces:
MenuTreeTopologyCtrl

Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.

public interface MemoryMenuTreeTopologyCtrl
extends MenuTreeTopologyCtrl

The MemoryMenuTreeTopologyCtrl interface allows to add a complete MenuTree as a subtree of a memory menu tree.

To include an existing instance of MenuTree into an in-Memory tree, so that the new child of the in-Memory tree node refers to the root node of the tree to be included, the destination instance of the in-memory MenuTree, which is returned by MemoryMenuService, must expose the controller interface MemoryMenuTreeTopologyCtrl.

Since:
5.0
See Also:
MenuTreeTopologyCtrl

Method Summary
 MenuNode addNode(MenuTree model, MenuNode parent)
          Deprecated. Add a child node that refers to the root node of another tree model to a parent node.
 
Methods inherited from interface com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
addNode, removeNode, setScope
 

Method Detail

addNode

MenuNode addNode(MenuTree model,
                 MenuNode parent)
                 throws MenuTreeException
Deprecated. 
Add a child node that refers to the root node of another tree model to a parent node.

Parameters:
model - model tree the child node refers to
parent - parent node that gets a child node
Returns:
child node
Throws:
MenuTreeException - if operation fails
See Also:
MenuNode