public interface NavigationService
Modifier and Type | Method and Description |
---|---|
NavigationNode |
getNodeByName(String pagename,
int depth)
Deprecated.
|
NavigationNode |
getNodeByName(String pagename,
int depth,
String linkAttribute)
Deprecated.
Retrieves the NavigationNodes for the Page with the name
pagename and in the current site.
|
NavigationNode |
getNodeByName(String site,
String pagename,
int depth)
Deprecated.
|
NavigationNode |
getNodeByName(String site,
String pagename,
int depth,
String linkAttribute)
Deprecated.
|
NavigationNode |
getNodeByQuery(com.fatwire.assetapi.query.Query query,
int depth,
String linkAttribute)
Deprecated.
|
Collection<NavigationNode> |
getRootNodesForSite(int depth)
Deprecated.
|
Collection<NavigationNode> |
getRootNodesForSite(String site,
int depth)
Deprecated.
|
Collection<NavigationNode> |
getRootNodesForSite(String site,
int depth,
String linkAttribute)
Deprecated.
|
Collection<NavigationNode> getRootNodesForSite(int depth)
depth
- the maximum number of levels to retrieveCollection<NavigationNode> getRootNodesForSite(String site, int depth)
site
- name of the sitedepth
- the maximum number of levels to retrieveCollection<NavigationNode> getRootNodesForSite(String site, int depth, String linkAttribute)
site
- name of the sitedepth
- the maximum number of levels to retrievelinkAttribute
- link attribute stringNavigationNode getNodeByName(String pagename, int depth)
pagename
- the name of the Page assetdepth
- the maximum number of levels to retreiveNavigationNode getNodeByName(String site, String pagename, int depth)
site
- name of the sitepagename
- the name of the Page assetdepth
- the maximum number of levels to retrieveNavigationNode getNodeByName(String site, String pagename, int depth, String linkAttribute)
site
- name of the sitepagename
- the name of the Page assetdepth
- the maximum number of levels to retrievelinkAttribute
- link attribute stringNavigationNode getNodeByName(String pagename, int depth, String linkAttribute)
pagename
- the name of the Page assetdepth
- the maximum number of levels to retrievelinkAttribute
- link attribute stringNavigationNode getNodeByQuery(com.fatwire.assetapi.query.Query query, int depth, String linkAttribute)
query
- the asset query, needs to return Page assetsdepth
- the maximum number of levels to retrievelinkAttribute
- link attribute stringCopyright © 2010–2017. All rights reserved.