Package | Description |
---|---|
com.fatwire.gst.foundation.navigation | |
com.fatwire.gst.foundation.navigation.support | |
com.fatwire.gst.foundation.wra.navigation |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
NavigationNode.addChild(NavigationNode child) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<NavigationNode> |
WraNavigationService.getNodeChildren(long nodeId,
int level,
int depth,
String linkAttribute) |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.