com.fatwire.gst.foundation.wra.navigation
Class NavigationHelper2

java.lang.Object
  extended by com.fatwire.gst.foundation.wra.navigation.AbstractNavigationHelper
      extended by com.fatwire.gst.foundation.wra.navigation.NavigationHelper2

Deprecated. replaced with NavigationService

public class NavigationHelper2
extends AbstractNavigationHelper

Used to retrieve the Navigation Bar data. See the description of AbstractNavigationHelper.getSitePlan(String) for more details.

Since:
Jun 8, 2012
Author:
Dolf Dijkstra

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.wra.navigation.AbstractNavigationHelper
aliasDao, assetEffectiveDate, assetTemplate, GST_ALIAS_TYPE, ics, LOG, NAVBAR_LINK, NAVBAR_NAME, wraDao
 
Constructor Summary
NavigationHelper2(COM.FutureTense.Interfaces.ICS ics)
          Deprecated. Constructor.
NavigationHelper2(COM.FutureTense.Interfaces.ICS ics, TemplateAssetAccess assetTemplate, WraCoreFieldDao wraDao, AliasCoreFieldDao aliasDao)
          Deprecated.  
 
Method Summary
protected  NavigationNode getSitePlan(int depth, com.fatwire.assetapi.data.AssetId pageId, int level, com.fatwire.mda.DimensionFilterInstance dimensionFilter)
          Deprecated. Called from public AbstractNavigationHelper.getSitePlan(int, AssetId).
 
Methods inherited from class com.fatwire.gst.foundation.wra.navigation.AbstractNavigationHelper
findP, getSitePlan, getSitePlan, getSitePlan, getSitePlan, getSitePlanByPage, getSitePlanByPage, getSitePlanByPage, getSitePlanByPage, getSitePlanByPage, isGstAlias
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHelper2

public NavigationHelper2(COM.FutureTense.Interfaces.ICS ics)
Deprecated. 
Constructor. Initializes assetEffectiveDate to null.

Parameters:
ics - object

NavigationHelper2

public NavigationHelper2(COM.FutureTense.Interfaces.ICS ics,
                         TemplateAssetAccess assetTemplate,
                         WraCoreFieldDao wraDao,
                         AliasCoreFieldDao aliasDao)
Deprecated. 
Method Detail

getSitePlan

protected NavigationNode getSitePlan(int depth,
                                     com.fatwire.assetapi.data.AssetId pageId,
                                     int level,
                                     com.fatwire.mda.DimensionFilterInstance dimensionFilter)
Deprecated. 
Called from public AbstractNavigationHelper.getSitePlan(int, AssetId). See that function's description for details

Specified by:
getSitePlan in class AbstractNavigationHelper
Parameters:
depth - the depth of the tree to retrieve, -1 for unlimited depth.
pageId - id of the page asset
level - starting level number when traversing the site plan tree
Returns:
NavNode of the site plan tree


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