| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
Service.getNavigationNode(int id)
Gets the navigation node.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NavigationNode> |
Service.getNavigationNodeChildren(int id)
Gets the navigation node children.
|
java.util.List<NavigationNode> |
Service.getNavigationNodeChildren(int id,
java.util.List<IQueryOption> queryOptions)
Gets the navigation node children.
|
java.util.List<NavigationNode> |
Service.getQuickLaunch()
Gets the quick launch.
|
java.util.List<NavigationNode> |
Service.getQuickLaunch(java.util.List<IQueryOption> queryOptions)
Gets the quick launch.
|
java.util.List<NavigationNode> |
Service.getTopNavigationBar()
Gets the top navigation bar.
|
java.util.List<NavigationNode> |
Service.getTopNavigationBar(java.util.List<IQueryOption> queryOptions)
Gets the top navigation bar.
|