Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.RuntimeCollective.sitemap.bean.SiteNode

Uses of SiteNode in com.RuntimeCollective.sitemap.bean
 

Methods in com.RuntimeCollective.sitemap.bean that return SiteNode
 SiteNode SiteNode.getParentNode()
          Get the ParentNode of this object, in its TRUNK Version if it exists.
 SiteNode SiteNode.getParentNode(boolean thisVersion)
           Get the ParentNode of this object, either this current Version, or possibly its Trunk version.
 SiteNode SiteNode.getChildNode(int position)
          Get one ChildNode from this SiteNode (from its Trunk version, if there is one).
 SiteNode SiteNode.getChildNode(int position, boolean thisVersion)
          Get one ChildNode from this SiteNode, using its Trunk version or not.
 SiteNode SiteNode.getTopParent()
          Get the Top parent of this Node (ie the parent which doesn't have a parent), using the Trunk version of the SiteNode.
 SiteNode SiteNode.getSubTopParent()
          Get the SubTop parent of this Node (ie the parent which doesn't have a grandparent), using the Trunk version of the SiteNode.
 SiteNode SiteNode.getSubsection()
          Get the Subsection in which this node is, that is its SubSubTop parent.
static SiteNode SiteNode.getFirstRootNode()
          Get the first Root Node (the one with the smallest id)
static SiteNode SiteNode.getHomePage()
          Gets the home page SiteNode.
 

Methods in com.RuntimeCollective.sitemap.bean with parameters of type SiteNode
 void SiteNode.setParentNode(SiteNode parentNode)
          Set the ParentNodeId
 void SiteNode.setChildNode(int position, SiteNode childNode)
          Set one ChildNode in this SiteNode.
 void SiteNode.insertChildNode(int position, SiteNode childNode)
          Insert a Child into this SiteNode.
 void SiteNode.removeChildNode(SiteNode childNode)
          Remove a ChildNode from this SiteNode (all its positions, if more than one)
 void SiteNode.addChildNode(SiteNode childNode)
          Add a ChildNode to this SiteNode, at the current max position + 1