public class AnnouncementsUtil
extends Object
| Constructor and Description |
|---|
AnnouncementsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashMap<Long,long[]> |
getAnnouncementScopes(long userId)
Deprecated.
As of Judson, replaced by
getAnnouncementScopes(User) |
static LinkedHashMap<Long,long[]> |
getAnnouncementScopes(User user) |
static List<Group> |
getGroups(ThemeDisplay themeDisplay) |
static List<Organization> |
getOrganizations(ThemeDisplay themeDisplay) |
static List<Role> |
getRoles(ThemeDisplay themeDisplay) |
static List<UserGroup> |
getUserGroups(ThemeDisplay themeDisplay) |
@Deprecated
public static LinkedHashMap<Long,long[]> getAnnouncementScopes(long userId)
throws PortalException
getAnnouncementScopes(User)PortalExceptionpublic static LinkedHashMap<Long,long[]> getAnnouncementScopes(User user) 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