Plumtree Pluggable Navigation API  
 

INavigationModelRO Members

INavigationModelRO overview

Public Instance Methods

iconCanJoinCurCommunity Checks if the current user can join the current Community
iconCreate 
iconGetAccessibleCommunityID 
iconGetAdminLink Gets the link to Administration
iconGetCommunityActions Never check IsCommunityPage before calling this function. Has internal security check and need to display the edit community membership entry even when not on community pages.
iconGetCurCommPages Gets the Community Pages from the current Community
iconGetCurCommunityID Gets the ID of the current Community (if in one)
iconGetCurCommunityName Gets the name of the current Community (if in one)
iconGetCurDocDirFolderID Gets the id of the current document directory folder, or 0 if we are not currently in a single doc directory folder.
iconGetCurMandatoryTabs Get the Mandatory Tabs for the current user
iconGetCurMyPages Gets the Mypages for the current user
iconGetCurPageID Gets the current page ID, either Mypage or Community
iconGetCurPageName Gets the current page name
iconGetCurRelCommunities Get the related communities of the current community
iconGetCurSubCommunities Gets the subcommunities of the current community
iconGetDefaultCommunity Gets the default community ID of the current user
iconGetDefaultSubportalURL Gets the URL to the default subportal of the current user
iconGetDirectoryLinks Get the directory links
iconGetFooterElement Get footer element
iconGetFooterHasBeenSet Checks if a footer has been set for the current page
iconGetGreeting Gets the greeting for the current user
iconGetHeaderElement Get header element
iconGetHeaderHasBeenSet Checks if a header has been set for the current page
iconGetMandatoryLinks Gets the mandatory links for the current user
iconGetMandatoryLinksFolderName Gets the name for the mandatory links folder for the current user
iconGetMyCommunities Helper function, returns the join community link, community actions if on a community page and the list of communities.
iconGetMyPageActions Get the mypage actions for the current page and user
iconGetMyPortalModel Used by pluggable navigation to access the MyPages model
iconGetName 
iconGetParentComm Gets the parent community for the current community. The list will only contain one item.
iconGetPortalSettings Gets the link to the user's My Account page (user portal preferences)
iconGetRegisteredViewNavScheme Sets the currently registered view nav scheme to be newNavScheme
iconGetSectionVisibility Gets the current visibility status of the specified section. Use constants defined in com.plumtree.portalpages.common.uiparts.navpagetype.NavVisibility.
iconGetSubportalBanner Gets the Banner set in the subportal
iconGetSubPortalEnabled Checks if the specified feature is enabled for current user's subportal
iconGetSubPortalFirstPageType Gets the page type of the current user's default my home page-type.
iconGetSubportalFooter Gets the footer set in the subportal
iconGetSubPortalNavScheme Gets the navigation scheme set for the current user
iconGetSubPortalPageID Gets the Page ID of the first page a user should see after logging in. Set on a user's Subportal
iconGetSubtitleForBanner Gets the subtitle of the current page
iconGetTitleForBanner Gets the title of the current page
iconHasAdministratorAccess Checks if the current user has Administrator access
iconHasSelectAccess Checks if the current user has select access to the current community
iconIsCommunityPage Checks if the current page is a Community Page
iconIsCurCommOwner Checks if the current user is the owner of the current Community
iconIsDirPage Checks if the current page is a directory page
iconIsGuestSession Checks if the current user is the Guest user
iconIsLoginPage Checks if the current page is the login page
iconIsMemberInCurCommunity Checks if the current user is a member of the current Community
iconIsMyPage Checks if the current page is a mypage
iconIsPreviewPage This function checks the MyPortalModel to see if the current page is a community preview page (certain actions are disabled in this case).
iconSetFooterElement Sets a new footer element
iconSetHeaderElement Sets a new header element.
iconSetRegisteredViewNavScheme Sets the currently registered view nav scheme to be newNavScheme
iconSetSectionVisibility Set the visibility of the specified Navigation section.
iconShowCommunityNavigation Returns true if this page should show the "Inside this Community" header and sub- and related communitites.

See Also

INavigationModelRO Interface | com.plumtree.portalpages.common.uiparts Namespace