com.fatwire.gst.foundation.wra.navigation
Class NavigationHelper2
java.lang.Object
com.fatwire.gst.foundation.wra.navigation.AbstractNavigationHelper
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
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 |
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.
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 assetlevel
- starting level number when traversing the site plan tree
- Returns:
- NavNode of the site plan tree
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.