public class AnnouncementsUtil extends Object
| Constructor and Description |
|---|
AnnouncementsUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static LinkedHashMap<Long,long[]> getAnnouncementScopes(long userId) throws PortalException
PortalExceptionpublic static List<Group> getGroups(ThemeDisplay themeDisplay) throws Exception
Exceptionpublic static List<Organization> getOrganizations(ThemeDisplay themeDisplay) throws Exception
Exceptionpublic static List<Role> getRoles(ThemeDisplay themeDisplay) throws Exception
Exceptionpublic static List<UserGroup> getUserGroups(ThemeDisplay themeDisplay) throws Exception
Exception