Uses of Class
com.fatwire.gst.foundation.wra.navigation.NavNode

Packages that use NavNode
com.fatwire.gst.foundation.wra.navigation   
 

Uses of NavNode in com.fatwire.gst.foundation.wra.navigation
 

Methods in com.fatwire.gst.foundation.wra.navigation that return NavNode
 NavNode NavigationHelper.getSitePlan(com.fatwire.assetapi.data.AssetId pageid)
          Get the NavNode for the current page with unlimited depth.
 NavNode NavigationHelper.getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageid)
          Retrieves the NavNode for the given Page with the provided id.
 NavNode NavigationHelper.getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageid, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Retrieves the NavNode for the given Page with the provided id.
 NavNode NavigationHelper.getSitePlan(String pageid)
          Retrieves the NavNode for the given Page with the provided id.
 NavNode NavigationHelper.getSitePlanByPage(int depth, String name)
          Retrieves the NavNode for the given Page with the provided name.
 NavNode NavigationHelper.getSitePlanByPage(int depth, String name, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Retrieves the NavNode for the given Page with the provided name.
 NavNode NavigationHelper.getSitePlanByPage(int depth, String name, String sitename)
          Retrieves the NavNode for the given Page with the provided name.
 NavNode NavigationHelper.getSitePlanByPage(int depth, String name, String sitename, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Retrieves the NavNode for the given Page with the provided name.
 NavNode NavigationHelper.getSitePlanByPage(String name)
           
 

Methods in com.fatwire.gst.foundation.wra.navigation that return types with arguments of type NavNode
 List<NavNode> NavNode.getChildren()
           
 

Methods in com.fatwire.gst.foundation.wra.navigation with parameters of type NavNode
 void NavNode.addChild(NavNode child)
           
protected  void NavigationHelper.decorateAsAlias(com.fatwire.assetapi.data.AssetId id, NavNode node)
           
protected  void NavigationHelper.decorateAsWra(com.fatwire.assetapi.data.AssetId id, NavNode node)
           
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.