Package | Description |
---|---|
com.fatwire.gst.foundation.wra.navigation | |
com.fatwire.gst.foundation.wra.navigation.support |
Modifier and Type | Method and Description |
---|---|
protected NavigationNode |
WraNavigationService.getNode(Row row,
int level,
int depth,
String linkAttribute)
Deprecated.
|
NavigationNode |
NavigationService.getNodeByName(String pagename,
int depth)
Deprecated.
|
NavigationNode |
NavigationService.getNodeByName(String pagename,
int depth,
String linkAttribute)
Deprecated.
Retrieves the NavigationNodes for the Page with the name
pagename and in the current site.
|
NavigationNode |
NavigationService.getNodeByName(String site,
String pagename,
int depth)
Deprecated.
|
NavigationNode |
NavigationService.getNodeByName(String site,
String pagename,
int depth,
String linkAttribute)
Deprecated.
|
NavigationNode |
NavigationService.getNodeByQuery(com.fatwire.assetapi.query.Query query,
int depth,
String linkAttribute)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<NavigationNode> |
NavigationNode.getChildren()
Deprecated.
|
protected Collection<NavigationNode> |
WraNavigationService.getNodeChildren(long nodeId,
int level,
int depth,
String linkAttribute)
Deprecated.
|
Collection<NavigationNode> |
NavigationService.getRootNodesForSite(int depth)
Deprecated.
|
Collection<NavigationNode> |
NavigationService.getRootNodesForSite(String site,
int depth)
Deprecated.
|
Collection<NavigationNode> |
NavigationService.getRootNodesForSite(String site,
int depth,
String linkAttribute)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationNode.addChild(NavigationNode child)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected NavigationNode |
SimpleNavigationHelper.getNode(Row row,
int level,
int depth,
String linkAttribute)
Deprecated.
|
protected abstract NavigationNode |
AbstractNavigationService.getNode(Row row,
int level,
int depth,
String linkAttribute)
Deprecated.
|
NavigationNode |
AbstractNavigationService.getNodeByName(String pagename,
int depth)
Deprecated.
|
NavigationNode |
AbstractNavigationService.getNodeByName(String pagename,
int depth,
String linkAttribute)
Deprecated.
|
NavigationNode |
AbstractNavigationService.getNodeByName(String site,
String pagename,
int depth)
Deprecated.
|
NavigationNode |
AbstractNavigationService.getNodeByName(String site,
String pagename,
int depth,
String linkAttribute)
Deprecated.
|
NavigationNode |
AbstractNavigationService.getNodeByQuery(com.fatwire.assetapi.query.Query query,
int depth,
String linkAttribute)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<NavigationNode> |
SimpleNavigationHelper.getNodeChildren(long nodeId,
int level,
int depth,
String linkAttribute)
Deprecated.
|
protected abstract Collection<NavigationNode> |
AbstractNavigationService.getNodeChildren(long nodeId,
int level,
int depth,
String linkAttribute)
Deprecated.
List all the child NavigationNode at this SitePlanTree nodeId.
|
Collection<NavigationNode> |
AbstractNavigationService.getRootNodesForSite(int depth)
Deprecated.
|
Collection<NavigationNode> |
AbstractNavigationService.getRootNodesForSite(String site)
Deprecated.
|
Collection<NavigationNode> |
AbstractNavigationService.getRootNodesForSite(String site,
int depth)
Deprecated.
|
Collection<NavigationNode> |
AbstractNavigationService.getRootNodesForSite(String site,
int depth,
String linkAttribute)
Deprecated.
|
Copyright © 2010–2017. All rights reserved.