Uses of Class
org.exoplatform.portal.mop.navigation.NavigationServiceException
Packages that use NavigationServiceException
-
Uses of NavigationServiceException in org.exoplatform.portal.mop.navigation
Methods in org.exoplatform.portal.mop.navigation that throw NavigationServiceExceptionModifier and TypeMethodDescriptionbooleanNavigationService.destroyNavigation(NavigationContext navigation) Deprecated, for removal: This API element is subject to removal in a future version.Destroy a navigation.NavigationService.loadNavigation(SiteKey key) Deprecated, for removal: This API element is subject to removal in a future version.Find and returns a navigation, if no such site exist, null is returned instead.<N> NodeContext<N> NavigationService.loadNode(NodeModel<N> model, NavigationContext navigation, Scope scope, NodeChangeListener<NodeContext<N>> listener) Deprecated, for removal: This API element is subject to removal in a future version.Load a navigation node from a specified navigation.voidvoidvoidvoid<N> voidNavigationService.rebaseNode(NodeContext<N> context, Scope scope, NodeChangeListener<NodeContext<N>> listener) Deprecated, for removal: This API element is subject to removal in a future version.Rebase the specifiedcontextargument with the most recent state.voidNavigationService.saveNavigation(NavigationContext navigation) Deprecated, for removal: This API element is subject to removal in a future version.Create, update a navigation.<N> voidNavigationService.saveNode(NodeContext<N> context, NodeChangeListener<NodeContext<N>> listener) Deprecated, for removal: This API element is subject to removal in a future version.Save the specified context state to the persistent storage.<N> voidNavigationService.updateNode(NodeContext<N> context, Scope scope, NodeChangeListener<NodeContext<N>> listener) Deprecated, for removal: This API element is subject to removal in a future version.Update the specifiedcontextargument with the most recent state.