Uses of Class
org.exoplatform.portal.mop.user.UserPortalException
Packages that use UserPortalException
-
Uses of UserPortalException in org.exoplatform.portal.mop.user
Methods in org.exoplatform.portal.mop.user that throw UserPortalExceptionModifier and TypeMethodDescriptionUserPortal.getDefaultPath(UserNavigation navigation, UserNodeFilterConfig filterConfig) Returns the user node for the default path in specified navigationUserPortal.getDefaultPath(UserNodeFilterConfig filterConfig) Returns the user node for the default path.UserPortalImpl.getDefaultPath(UserNavigation userNavigation, UserNodeFilterConfig filterConfig) UserPortalImpl.getDefaultPath(UserNodeFilterConfig filterConfig) UserPortal.getNavigation(org.exoplatform.portal.mop.SiteKey key) Returns a user navigation for a specified site key, null is returned when such navigation does not exist.UserPortal.getNavigations()Returns the sorted list of current user navigations.UserPortalImpl.getNode(UserNavigation userNavigation, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) default UserNodeUserPortal.getNodeById(String userNodeId, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.navigation.Scope scope, UserNodeFilterConfig filterConfig, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Load specific navigation node childrenvoidUserPortal.rebaseNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Rebase the specified context with the most recent state.UserPortal.resolvePath(UserNavigation navigation, UserNodeFilterConfig filterConfig, String path) Resolves and returns a node for the specified navigation and for a specified path.UserPortal.resolvePath(UserNodeFilterConfig filterConfig, String path) Deprecated.UserPortalImpl.resolvePath(UserNavigation navigation, UserNodeFilterConfig filterConfig, String path) voidUserPortal.saveNode(UserNode node, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Save the specified context to the persistent storage.voidUserPortalImpl.saveNode(UserNode node, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) voidUserPortal.updateNode(UserNode node, org.exoplatform.portal.mop.navigation.Scope scope, org.exoplatform.portal.mop.navigation.NodeChangeListener<UserNode> listener) Update the specified content with the most recent state.