Uses of Class
com.fatwire.gst.foundation.navigation.NavigationNode

Packages that use NavigationNode
com.fatwire.gst.foundation.navigation   
com.fatwire.gst.foundation.navigation.support   
com.fatwire.gst.foundation.wra.navigation   
 

Uses of NavigationNode in com.fatwire.gst.foundation.navigation
 

Methods in com.fatwire.gst.foundation.navigation that return NavigationNode
 NavigationNode NavigationService.getNodeByName(String pagename, int depth)
           
 NavigationNode NavigationService.getNodeByName(String pagename, int depth, String linkAttribute)
          Retrieves the NavigationNodes for the Page with the name pagename and in the current site.
 NavigationNode NavigationService.getNodeByName(String site, String pagename, int depth)
           
 NavigationNode NavigationService.getNodeByName(String site, String pagename, int depth, String linkAttribute)
           
 NavigationNode NavigationService.getNodeByQuery(com.fatwire.assetapi.query.Query query, int depth, String linkAttribute)
           
 

Methods in com.fatwire.gst.foundation.navigation that return types with arguments of type NavigationNode
 List<NavigationNode> NavigationNode.getChildren()
           
 Collection<NavigationNode> NavigationService.getRootNodesForSite(int depth)
           
 Collection<NavigationNode> NavigationService.getRootNodesForSite(String site, int depth)
           
 Collection<NavigationNode> NavigationService.getRootNodesForSite(String site, int depth, String linkAttribute)
           
 

Methods in com.fatwire.gst.foundation.navigation with parameters of type NavigationNode
 void NavigationNode.addChild(NavigationNode child)
           
 

Uses of NavigationNode in com.fatwire.gst.foundation.navigation.support
 

Methods in com.fatwire.gst.foundation.navigation.support that return NavigationNode
protected  NavigationNode SimpleNavigationHelper.getNode(Row row, int level, int depth, String linkAttribute)
           
protected abstract  NavigationNode AbstractNavigationService.getNode(Row row, int level, int depth, String linkAttribute)
           
 NavigationNode AbstractNavigationService.getNodeByName(String pagename, int depth)
           
 NavigationNode AbstractNavigationService.getNodeByName(String pagename, int depth, String linkAttribute)
           
 NavigationNode AbstractNavigationService.getNodeByName(String site, String pagename, int depth)
           
 NavigationNode AbstractNavigationService.getNodeByName(String site, String pagename, int depth, String linkAttribute)
           
 NavigationNode AbstractNavigationService.getNodeByQuery(com.fatwire.assetapi.query.Query query, int depth, String linkAttribute)
           
 

Methods in com.fatwire.gst.foundation.navigation.support that return types with arguments of type NavigationNode
protected  Collection<NavigationNode> SimpleNavigationHelper.getNodeChildren(long nodeId, int level, int depth, String linkAttribute)
           
protected abstract  Collection<NavigationNode> AbstractNavigationService.getNodeChildren(long nodeId, int level, int depth, String linkAttribute)
          List all the child NavigationNode at this SitePlanTree nodeId.
 Collection<NavigationNode> AbstractNavigationService.getRootNodesForSite(int depth)
           
 Collection<NavigationNode> AbstractNavigationService.getRootNodesForSite(String site)
           
 Collection<NavigationNode> AbstractNavigationService.getRootNodesForSite(String site, int depth)
           
 Collection<NavigationNode> AbstractNavigationService.getRootNodesForSite(String site, int depth, String linkAttribute)
           
 

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

Methods in com.fatwire.gst.foundation.wra.navigation that return NavigationNode
protected  NavigationNode WraNavigationService.getNode(Row row, int level, int depth, String linkAttribute)
           
 NavigationNode AbstractNavigationHelper.getSitePlan(com.fatwire.assetapi.data.AssetId pageid)
          Deprecated. Get the NavNode for the current page with unlimited depth.
 NavigationNode AbstractNavigationHelper.getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageid)
          Deprecated. Retrieves the NavNode for the given Page with the provided id.
 NavigationNode AbstractNavigationHelper.getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageid, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Deprecated. Retrieves the NavNode for the given Page with the provided id.
protected  NavigationNode NavigationHelper2.getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageId, int level, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Deprecated. Called from public AbstractNavigationHelper.getSitePlan(int, AssetId).
protected abstract  NavigationNode AbstractNavigationHelper.getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageId, int level, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Deprecated.  
 NavigationNode AbstractNavigationHelper.getSitePlan(String pageid)
          Deprecated. Retrieves the NavNode for the given Page with the provided id.
 NavigationNode AbstractNavigationHelper.getSitePlanByPage(int depth, String name)
          Deprecated. Retrieves the NavNode for the given Page with the provided name.
 NavigationNode AbstractNavigationHelper.getSitePlanByPage(int depth, String name, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Deprecated. Retrieves the NavNode for the given Page with the provided name.
 NavigationNode AbstractNavigationHelper.getSitePlanByPage(int depth, String name, String sitename)
          Deprecated. Retrieves the NavNode for the given Page with the provided name.
 NavigationNode AbstractNavigationHelper.getSitePlanByPage(int depth, String name, String sitename, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Deprecated. Retrieves the NavNode for the given Page with the provided name.
 NavigationNode AbstractNavigationHelper.getSitePlanByPage(String name)
          Deprecated.  
 

Methods in com.fatwire.gst.foundation.wra.navigation that return types with arguments of type NavigationNode
protected  Collection<NavigationNode> WraNavigationService.getNodeChildren(long nodeId, int level, int depth, String linkAttribute)
           
 



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