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 TypeMethodDescriptiondefault UserNodeUserPortal.getDefaultPath(UserNavigation navigation, UserNodeFilterConfig filterConfig) Deprecated, for removal: This API element is subject to removal in a future version.default UserNodeUserPortal.getDefaultPath(UserNodeFilterConfig filterConfig) Deprecated, for removal: This API element is subject to removal in a future version.useUserPortalConfigService.getDefaultPath(String)insteadUserPortal.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.default UserNodeUserPortal.resolvePath(UserNavigation navigation, UserNodeFilterConfig filterConfig, String path) Deprecated, for removal: This API element is subject to removal in a future version.default UserNodeUserPortal.resolvePath(UserNodeFilterConfig filterConfig, String path) Deprecated, for removal: This API element is subject to removal in a future version.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.
UserPortalConfigService.getDefaultSitePath(String, String)instead