Liferay 6.2-ce-ga5

com.liferay.portlet.announcements.util
Class AnnouncementsUtil

java.lang.Object
  extended by com.liferay.portlet.announcements.util.AnnouncementsUtil

public class AnnouncementsUtil
extends Object


Constructor Summary
AnnouncementsUtil()
           
 
Method Summary
static LinkedHashMap<Long,long[]> getAnnouncementScopes(long userId)
           
static List<Group> getGroups(ThemeDisplay themeDisplay)
           
static List<Organization> getOrganizations(ThemeDisplay themeDisplay)
           
static List<Role> getRoles(ThemeDisplay themeDisplay)
           
static List<UserGroup> getUserGroups(ThemeDisplay themeDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsUtil

public AnnouncementsUtil()
Method Detail

getAnnouncementScopes

public static LinkedHashMap<Long,long[]> getAnnouncementScopes(long userId)
                                                        throws PortalException,
                                                               SystemException
Throws:
PortalException
SystemException

getGroups

public static List<Group> getGroups(ThemeDisplay themeDisplay)
                             throws Exception
Throws:
Exception

getOrganizations

public static List<Organization> getOrganizations(ThemeDisplay themeDisplay)
                                           throws Exception
Throws:
Exception

getRoles

public static List<Role> getRoles(ThemeDisplay themeDisplay)
                           throws Exception
Throws:
Exception

getUserGroups

public static List<UserGroup> getUserGroups(ThemeDisplay themeDisplay)
                                     throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5