| |
|
| java.lang.Object org.sakaiproject.tool.messageforums.ui.MessageForumSynopticBean
MessageForumSynopticBean | public class MessageForumSynopticBean (Code) | | |
Inner Class :public class DecoratedCompiledMessageStats | |
generatePrivateTopicMessagesUrl | public String generatePrivateTopicMessagesUrl(String contextId)(Code) | | Construct the Url to bring up the Private Message section
for the site whose id is passed in
Parameters: contextId - The site idString containing the Url to call the helper to moveto the Private Message section of a site |
getContents | public List getContents()(Code) | | Returns List of decoratedCompiledMessageStats. Called by
jsp page and main processing of list to be displayed.
Used by both MyWorkspace and site Home page.
List of decoratedCompiledMessageStats |
getSiteInfo | public DecoratedCompiledMessageStats getSiteInfo()(Code) | | DecoratedCompiledMessageStats for a single site |
getSiteList | public List getSiteList()(Code) | | List A List of site ids that is published and the user is a member of |
indexOf | protected int indexOf(String value, List siteList)(Code) | | Find the object in the list that has this value - return the position.
Parameters: value - The site id to find. Parameters: siteList - The list of Site objects. The index position in siteList of the site with site id = value, or -1 if not found. |
isAnyMFToolInSite | public boolean isAnyMFToolInSite()(Code) | | |
isForumsPageInSite | public boolean isForumsPageInSite()(Code) | | TRUE if Messages tool exists in this site,FALSE otherwise |
isMessageForumsPageInSite | public boolean isMessageForumsPageInSite()(Code) | | TRUE if Message Forums (Message Center) exists in this site,FALSE otherwise |
isMessagesPageInSite | public boolean isMessagesPageInSite()(Code) | | TRUE if Messages tool exists in this site,FALSE otherwise |
isMyWorkspace | public boolean isMyWorkspace()(Code) | | Returns TRUE if on MyWorkspace, FALSE if on a specific site
TRUE if on MyWorkspace, FALSE if on a specific site |
isPmEnabled | public boolean isPmEnabled()(Code) | | TRUE if (Private) Messages enabled, FALSE otherwise |
isSitesToView | public boolean isSitesToView()(Code) | | Returns TRUE if there is at least one site user can access
and user has not set it to be excluded
TRUE if there are/is site(s) user can accessFALSE if not |
processReadAll | public void processReadAll(ActionEvent e)(Code) | | This marks all Private messages as read for a particular site
Parameters: ActionEvent - e |
|
|
|